update
This commit is contained in:
15
src/enum/PlatformENUM.js
Normal file
15
src/enum/PlatformENUM.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import DYICON from "../static/icons/dy.png";
|
||||
import KSICON from "../static/icons/ks.png";
|
||||
import XHSICON from "../static/icons/xhs.png";
|
||||
import SPHICON from "../static/icons/sph.png";
|
||||
import TTICON from "../static/icons/tt.png";
|
||||
|
||||
const PlatformENUM = {
|
||||
1: DYICON,
|
||||
2: KSICON,
|
||||
3: XHSICON,
|
||||
4: SPHICON,
|
||||
5: TTICON,
|
||||
}
|
||||
|
||||
export default PlatformENUM;
|
||||
Reference in New Issue
Block a user