Compare commits

...

2 Commits

Author SHA1 Message Date
yangsy
1c71151a6b docs: 更新README.md 2026-03-02 15:39:06 +08:00
yangsy
68c5d12e14 chore: 版本信息和更新日志 2026-03-02 15:24:15 +08:00
3 changed files with 14 additions and 4 deletions

View File

@@ -65,8 +65,11 @@ src/
vimp-log-page.vue # 视频平台日志页面
permission/
permission-page.vue # 权限管理页面
error/
not-found-page.vue # 404 页面
system/
changelog/
changelog-page.vue # 更新记录页面
error/
not-found-page.vue # 404 页面
```
## 数据轮询

View File

@@ -1,4 +1,11 @@
[
{
"version": "0.39.0",
"date": "2026-03-02",
"changes": {
"feats": [{ "content": "新版录像记录诊断卡片" }, { "content": "新增平台更新记录页面" }]
}
},
{
"version": "0.38.5",
"date": "2026-02-06",

View File

@@ -1,4 +1,4 @@
{
"version": "0.38.5",
"buildTime": "2026-02-06 10:25:07"
"version": "0.39.0",
"buildTime": "2026-03-02 15:14:53"
}