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 = const remoteCode =
{ {
version: "1.0.9", version: "1.0.9",
download_url: "https://work.light120.com/app/dist-modules/modules.zip", download_url: "https://work.light120.com/app/dist-modules/remote.zip",
info_url: "https://work.light120.com/app/dist-modules/modules-info.json", info_url: "https://work.light120.com/app/dist-modules/remote-version.json",
} }
return ctx.success(remoteCode); return ctx.success(remoteCode);
} catch (error) { } catch (error) {

View File

@@ -1,8 +0,0 @@
{
"version": "v1766393213416",
"checksum": "da05b30aa53d6350e8b0e9feba7c2fad98ae7cb54d12e99daaeff56338c330f9",
"file_count": 5,
"created_at": "2025-12-22T08:46:53.459Z",
"file_name": "modules.zip",
"file_size": 15799
}

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"version": "1.1.1",
"file_name": "remote.zip",
"download_url": "",
"size": 101819,
"sizeMB": "0.10",
"checksum": "7a9cf34bf355560ee7c384f4b62a33e79c85800fc6177ecad6d64b5f89b0e61a",
"file_count": 38,
"created_at": "2025-12-24T07:26:26.576Z",
"format": "zip",
"description": "remote.zip 包含 remote/ 目录的所有内容modules、services、utils、browser 等)"
}

BIN
app/dist-modules/remote.zip Normal file

Binary file not shown.