chore: version.json指向main分支

This commit is contained in:
qinglong
2026-06-14 15:56:45 +08:00
parent b4859bf704
commit 90a563aef0
+9 -3
View File
@@ -1,11 +1,17 @@
{ {
"framework": { "framework": {
"version": "v0.8.0", "version": "v0.8.0",
"url": "https://git.yeij.top/AskaEth/SenSu/archive/dev.zip", "url": "https://git.yeij.top/AskaEth/SenSu/archive/main.zip",
"notes": "Sentinel横版折线图+磁盘分区+负载/SWAP/温度 | Windows兼容 | 自动更新+备份回滚 | 插件导入安装 | 安全加固29项" "notes": "Sentinel横版折线图+磁盘分区+负载/SWAP/温度 | Windows兼容 | 自动更新+备份回滚 | 插件导入安装 | 安全加固29项"
}, },
"plugins": { "plugins": {
"sentinel": { "version": "1.1.0", "url": "" }, "sentinel": {
"example_plugin": { "version": "1.0.0", "url": "" } "version": "1.1.0",
"url": ""
},
"example_plugin": {
"version": "1.0.0",
"url": ""
}
} }
} }