添加了更多的主题, 修复了输入不存在主题时报错

This commit is contained in:
MarkusJoe
2022-02-09 16:20:53 +08:00
parent 494cc7fea2
commit baf99a905c
317 files changed
+111 -324

No files matched your search

+8
View File
@@ -0,0 +1,8 @@
由于图片过多暂且不放置原图
所有图片均在theme.db中 以base64编码保存
theme.db 使用的是Sqlite 数据库
- 数据类型:
- k text -> 索引
- v text -> base64编码
- w integer -> 图片宽
- h integer -> 图片高