899bef7781
- SystemInfoCollector.platform 新增 release 字段 (内核版本)
- Sentinel 卡片每台设备显示: Linux 6.12.23 | aarch64
- 数据刷新时同步更新系统信息行
- 项目根 version.json: 本地版本清单
当前版本检测:
UpdateService 每6h从 {repo}/raw/branch/{branch}/version.json 拉取
对比 base_config.yaml 的 framework.version
远程 > 本地 → 顶栏绿色按钮 + 设置页更新提示
Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"framework": {
|
|
"version": "v0.7.0",
|
|
"url": "https://git.yeij.top/AskaEth/SenSu/archive/dev.zip",
|
|
"notes": "安全加固 + Sentinel 集群监控 + API Key 系统 + 更新服务"
|
|
},
|
|
"plugins": {
|
|
"sentinel": { "version": "1.0.0", "url": "" },
|
|
"example_plugin": { "version": "1.0.0", "url": "" }
|
|
}
|
|
}
|