This commit is contained in:
xiaojunnuo
2025-12-29 18:59:42 +08:00
parent 44bf4b1cc1
commit 4df6f8a50e
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ import dayjs from "dayjs";
@IsAccess({
name: "goedge",
title: "GoEdge授权",
icon: "fa:leaf:#6C6BF6",
icon: "fa-solid:leaf:#6C6BF6",
order: 100
})
export class GoEdgeAccess extends BaseAccess {
@@ -8,7 +8,7 @@ import { GoEdgeAccess } from "../access.js";
name: "GoEdgeRefreshCert",
title: "GoEdge-更新证书",
desc: "GoEdge",
icon: "fa:leaf:#6C6BF6",
icon: "fa-solid:leaf:#6C6BF6",
//插件分组
group: pluginGroups.cdn.key,
needPlus: false,