From 1a2b4f2964465d1050006ec1e46979f22359fbc9 Mon Sep 17 00:00:00 2001 From: xream Date: Fri, 1 Aug 2025 18:00:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20=E7=A6=BB=E6=AD=8C?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/store/global.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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"))