chore: 修改权限判断字段从summary改成description

This commit is contained in:
xiaojunnuo
2026-03-15 16:20:20 +08:00
parent b88ee33ae4
commit 25e361b9f9
60 changed files with 385 additions and 385 deletions
@@ -71,7 +71,7 @@ export class BasicSettingsController extends BaseController {
return copy;
}
@Get("/productInfo", { summary: Constants.per.guest })
@Get("/productInfo", { description: Constants.per.guest })
async getProductInfo() {
const info = await http.request({
url: "https://app.handfree.work/certd/info.json"
@@ -80,7 +80,7 @@ export class BasicSettingsController extends BaseController {
}
@Get("/all", { summary: Constants.per.guest })
@Get("/all", { description: Constants.per.guest })
async getAllSettings() {
const sysPublic = await this.getSysPublic();
const installInfo = await this.getInstallInfo();