Merge branch 'v2-dev' into v2_admin_mode

This commit is contained in:
xiaojunnuo
2026-02-17 00:16:12 +08:00
49 changed files with 178 additions and 79 deletions
@@ -151,6 +151,8 @@ export class OnePanelAccess extends BaseAccess {
data: {
page: 1,
pageSize: 1,
order: "ascending",
orderBy: "expire_date"
},
});
return "ok";
@@ -191,6 +191,8 @@ export class OnePanelDeployToWebsitePlugin extends AbstractTaskPlugin {
data: {
page: 1,
pageSize: 99999,
order: "ascending",
orderBy: "expire_date"
},
currentNode: this.currentNode,
});