diff --git a/package.json b/package.json index d63a391d9..acf728a11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.15.64", + "version": "2.15.65", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/store/global.ts b/src/store/global.ts index b7cc3f5e2..782c47df7 100644 --- a/src/store/global.ts +++ b/src/store/global.ts @@ -65,6 +65,11 @@ export const useGlobalStore = defineStore('globalStore', { value: "https://raw.githubusercontent.com/Twoandz9/TheMagic-Icons/main/TheRaw.json", }, + { + text: "lige47/QuanX-icon-rule", + value: + "https://raw.githubusercontent.com/lige47/QuanX-icon-rule/main/ligeicon.json", + }, ], customIconCollections: localStorage.getItem("customIconCollections") ? JSON.parse(localStorage.getItem("customIconCollections"))