diff --git a/data/update.log b/data/update.log index 5c0794a..05f858a 100755 --- a/data/update.log +++ b/data/update.log @@ -73,4 +73,16 @@ CREATE INDEX on_options_key_IDX ON on_options ("key"); 2. 主题新增 info.json 对主题进行描述 3. 移除自定义Javascript,改用站点设置的自定义header 4. 部分资源已经本地化 -5. baisuTwo适配OneNav 0.9.18 \ No newline at end of file +5. baisuTwo适配OneNav 0.9.18 + +20220422 +1. 后台新增版本检测 +2. defautl和baisuTwo主题适配二级分类 +3. 新增Chrome浏览器插件支持 +4. 后台新增API设置 +5. 修复站点设置,低分辨率底部被遮挡 +6. 静态资源进一步本地化 +7. 添加自定义footer +8. 支持添加多种协议的链接 +9. 完成后台二级目录功能 +10. 修复category_list接口API调用不显示私有链接 \ No newline at end of file diff --git a/db/onenav.simple.db3 b/db/onenav.simple.db3 index 6ed4ea7..b062cb3 100644 Binary files a/db/onenav.simple.db3 and b/db/onenav.simple.db3 differ diff --git a/db/sql/20220419.sql b/db/sql/20220419.sql new file mode 100644 index 0000000..7ba9759 --- /dev/null +++ b/db/sql/20220419.sql @@ -0,0 +1 @@ +ALTER TABLE on_categorys ADD fid INTEGER DEFAULT 0 NOT NULL; \ No newline at end of file