去除无用的库,新增配置管理功能 #4,界面体验优化

This commit is contained in:
黑先森
2025-01-20 15:34:24 +08:00
parent 2b87747fe5
commit affce1125b
13 changed files with 337 additions and 146 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export async function MenuItemPublicPeers() {
id: "publicPeers",
text: "公共节点",
action: async () => {
await open("https://easytier.gd.nkbpal.cn/status/easytier")
await open(import.meta.env.VITE_PUBLIC_PEERS_URL)
},
});
}