feat: add dark/light theme

This commit is contained in:
engigu
2025-09-30 22:26:08 +08:00
parent 415bed6093
commit 750e9c7a09
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -23,3 +23,4 @@
23. [2025.04.28] 支持tidb数据库,支持数据库ssl连接
23. [2025.08.10] UI组件使用shadcn-vue,基于tailwindcss
24. [2025.09.14] 支持系统信息展示更多的运行信息
25. [2025.09.30] 支持页面的明暗主题切换设置
+2
View File
@@ -23,6 +23,8 @@ Message Nest 是一个灵活而强大的消息推送整合平台,旨在简化
关于日志,考虑到目前多数服务以收集控制台输出为主,暂时不支持写出日志文件。
## 功能更新日志
- **2025.09.30**
- 支持页面的明暗主题切换设置
- **2025.09.14**
- 支持系统信息展示更多的运行信息
- **2025.08.10**