This commit is contained in:
2025-12-29 01:34:19 +08:00
parent 91409861b9
commit 9f580a7709
4 changed files with 9 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ app
}
})
.define(async (ctx) => {
// https://localhost:51015/client/router?path=shop&key=install
// https://localhost:51515/client/router?path=shop&key=install
const options = ctx.query?.data || {};
const { id, type, force, yes } = options;
assistantConfig.checkMounted();
@@ -74,7 +74,7 @@ app
}
})
.define(async (ctx) => {
// https://localhost:51015/client/router?path=shop&key=uninstall
// https://localhost:51515/client/router?path=shop&key=uninstall
const options = ctx.query?.data || {};
const { id, type, yes } = options;
const app = new AppDownload(assistantConfig);