feat: Sentinel 卡片数据刷新动画

- 卡片更新时背景闪烁 (card-flash keyframe)
- 进度条平滑过渡 (cubic-bezier .6s)
- 数值涨跌颜色: 绿涨↑ 红跌↓ 不变灰色
- 渐变进度条背景
- 存储前值用于趋势对比

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
qinglong
2026-06-13 18:06:06 +08:00
parent c416b04798
commit 51c1ee84f0
4 changed files with 48 additions and 10 deletions
+22
View File
@@ -174,5 +174,27 @@
"framework.command.execute"
],
"timestamp": 26605.866739485
},
"8e60727b": {
"plugin_name": "example_plugin",
"permissions": [
"plugin.example.read",
"plugin.example.write",
"plugin.example.execute",
"framework.event.subscribe",
"framework.command.execute"
],
"timestamp": 26822.1525256
},
"25a21431": {
"plugin_name": "sentinel",
"permissions": [
"plugin.sentinel.read",
"plugin.sentinel.write",
"plugin.network.access",
"framework.event.subscribe",
"framework.command.execute"
],
"timestamp": 26822.157063829
}
}
+1 -1
View File
@@ -101,7 +101,7 @@ commands:
permissions:
- framework.command.test
source: internal
last_updated: 26605.852289433
last_updated: 26822.134496381
plugin_commands:
example_plugin:
echo: *id001
+1 -1
View File
@@ -1,5 +1,5 @@
http_port: 4200
last_updated: 26605.865204328
last_updated: 26822.153658933
plugin_routes:
example_plugin:
- methods: