Files
Serendipity 720ebb535d feat(ui): 添加深色模式支持
- 新增深色/浅色模式切换按钮,位于主窗口底部
- 在配置文件中定义主题颜色(浅色/深色背景、列表背景、前景色)
- 更新 UI 工具函数以支持动态主题切换,包括列表斑马纹适配
- 添加翻译条目(Dark Mode/Light Mode)并更新编译脚本
- 修改主窗口创建逻辑,集成主题切换回调
- 调整列表背景色属性从 BACKCOLOR 改为 BGCOLOR 以保持一致性
2026-05-02 01:32:56 +08:00
..
2026-05-02 01:32:56 +08:00

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 这是一个占位文件
# 请使用 Poedit 或 msgfmt 工具将 .po 文件编译为 .mo 文件
# 
# 在 Poedit 中:
# 1. 打开 po/en_US.po
# 2. 点击"保存"Poedit 会自动编译为 messages.mo
# 3. 将编译后的文件保存到 locale/en_US/LC_MESSAGES/messages.mo
#
# 或者使用命令行:
# msgfmt -o locale/en_US/LC_MESSAGES/messages.mo po/en_US.po