修复丢失的前端文件
Some checks failed
build / build (api, amd64, linux) (push) Failing after -52s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -52s

This commit is contained in:
CN-JS-HuiBai
2026-04-18 22:03:26 +08:00
parent 8cca428d89
commit 609ab002b3
60 changed files with 338638 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
export const apiModules = {
stat: ["getOrder", "getStats", "getTrafficRank"],
theme: ["getThemes", "getThemeConfig", "saveThemeConfig", "upload", "remove"],
serverManage: [
"getNodes",
"save",
"drop",
"batchDelete",
"copy",
"update",
"sort",
"resetTraffic",
"batchResetTraffic",
],
serverGroup: ["fetch", "save", "drop"],
serverRoute: ["fetch", "save", "drop"],
payment: ["fetch", "getPaymentMethods", "getPaymentForm", "save", "drop", "show", "sort"],
notice: ["fetch", "save", "drop", "show", "sort"],
knowledge: ["fetch", "fetchById", "save", "drop", "show", "sort"],
plan: ["fetch", "save", "update", "drop", "sort"],
order: ["fetch", "detail", "paid", "cancel", "update", "assign"],
giftCard: [
"templates",
"createTemplate",
"updateTemplate",
"deleteTemplate",
"codes",
"generateCodes",
"toggleCode",
"usages",
"statistics",
],
coupon: ["fetch", "generate", "drop", "update"],
user: [
"fetch",
"update",
"resetSecret",
"generate",
"getStatUser",
"destroy",
"sendMail",
"dumpCsv",
"ban",
],
trafficReset: ["logs", "resetUser", "userHistory"],
ticket: ["fetch", "fetchById", "reply", "close"],
config: [
"fetch",
"save",
"getEmailTemplate",
"testSendMail",
"setTelegramWebhook",
"systemStatus",
"queueStats",
"queueWorkload",
"queueMasters",
"horizonFailedJobs",
],
};