Web 端本地缓存、首页与会员弹窗体验优化
新增 IndexedDB 与最近文件 L1 缓存、云保存/打开链路;首页支持下载与清空本地缓存;修复清空 storage 后语言初始化报错;优化 design2 背景加载与侧栏标签样式;完善会员激活/支付弹层样式;后端补充文件缩略图字段与 thumb 接口。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS `soon_files` (
|
||||
`json` LONGTEXT NOT NULL,
|
||||
`size` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`version` INT UNSIGNED NOT NULL DEFAULT 1,
|
||||
`thumb` MEDIUMTEXT DEFAULT NULL,
|
||||
`created_at` DATETIME NOT NULL,
|
||||
`updated_at` DATETIME NOT NULL,
|
||||
`deleted_at` DATETIME DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user