Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a2b4f2

Browse files
committed
feat: 新增 离歌图标包
1 parent 7bf7320 commit 1a2b4f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.64",
3+
"version": "2.15.65",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/store/global.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export const useGlobalStore = defineStore('globalStore', {
6565
value:
6666
"https://raw.githubusercontent.com/Twoandz9/TheMagic-Icons/main/TheRaw.json",
6767
},
68+
{
69+
text: "lige47/QuanX-icon-rule",
70+
value:
71+
"https://raw.githubusercontent.com/lige47/QuanX-icon-rule/main/ligeicon.json",
72+
},
6873
],
6974
customIconCollections: localStorage.getItem("customIconCollections")
7075
? JSON.parse(localStorage.getItem("customIconCollections"))

0 commit comments

Comments
 (0)