This commit is contained in:
2025-05-13 10:45:51 +08:00
parent ce0587d2b6
commit ddfd747704
12 changed files with 208 additions and 18 deletions

15
src/enum/PlatformENUM.js Normal file
View 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;