This commit is contained in:
张成
2025-12-24 15:31:25 +08:00
parent ed4416ddb4
commit b3fd370f39
5 changed files with 14 additions and 10 deletions

View File

@@ -185,8 +185,8 @@ module.exports = {
const remoteCode =
{
version: "1.0.9",
download_url: "https://work.light120.com/app/dist-modules/modules.zip",
info_url: "https://work.light120.com/app/dist-modules/modules-info.json",
download_url: "https://work.light120.com/app/dist-modules/remote.zip",
info_url: "https://work.light120.com/app/dist-modules/remote-version.json",
}
return ctx.success(remoteCode);
} catch (error) {