Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 2 месяцев назад
Родитель
Сommit
291870b14a
4 измененных файлов с 22 добавлено и 4 удалено
  1. 1 1
      cfc-web/.last_build_commit
  2. 18 0
      cfc-web/CHANGELOG.md
  3. 2 2
      cfc-web/package-lock.json
  4. 1 1
      cfc-web/package.json

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-e44134e1e0cd8a8e5a9f1436c1f3ea22a0f9867b
+1a064524c48b66a81ad8ad30ce0939435a547152

+ 18 - 0
cfc-web/CHANGELOG.md

@@ -1,6 +1,24 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.86 (2026-07-10)
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 新增服务器运行状态: 运行时长、CPU 使用率、JVM 内存占用, 数据来自后端 /api/system/health 接口
+- 已在 mounted 中调用 loadServerHealth() 自动加载
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### Bug 修复
+- 系统状态卡片增加变更日志入口与服务器运行监控
+
+
 ## v1.0.84 (2026-07-10)
 
 ### 工程化

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.83",
+  "version": "1.0.85",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.83",
+      "version": "1.0.85",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.85",
+  "version": "1.0.86",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",