3 Commits

Author SHA1 Message Date
Jokul 88e03f14d2 feat: 添加 deb 打包支持
- 新增 build-deb.sh 一键构建脚本,产物输出到 release/ 目录
- 修复 debian/control 依赖:libdde-shell-dev, qt6-l10n-tools,移除已废弃的 deepin-graphics-driver-manager
- 删除 debian/compat(与 debhelper-compat 冲突)
- 添加 debian/source/format (3.0 quilt)
- 更新 changelog 至 1.0.1-1
- 完善 .gitignore 忽略 debian 构建临时文件
2026-07-13 22:19:39 +08:00
Jokul 63face00a7 feat: 添加国际化支持,适配系统语言
- CMakeLists.txt 添加 LinguistTools 翻译构建流程
- 添加 zh_CN 翻译文件(11 条)
- 构建时自动用 lrelease 编译 .ts 到 .qm
- .qm 文件安装到 translations/ 目录,dde-shell 自动加载
- 添加 update_translations 目标用于手动更新翻译源文件
- .gitignore 忽略 .qm 编译产物
2026-07-13 20:31:06 +08:00
Jokul 80b1d4b8db chore: 添加.gitignore,移除build目录 2026-07-12 20:08:22 +08:00