Commit Graph
7 Commits
Author SHA1 Message Date
root 24b9b244b7 补构建配置并新增 .gitignore:线上依赖的 base 与固定产物名入库
vite.config.js:加 base:'/asserts/index/'、assetsDir:''、固定产物名
(entryFileNames:'index.js' 等)。当前线上 /var/www/lionwebsite/asserts/index/
的 index.js/index.css/index.html 均依赖此配置才能构建出来——属线上在用
但未入库的配置,不提交会导致 clone 后构建产物路径与线上不一致;
index.html:favicon 改为 /asserts/favicon.ico(与线上入口一致);
llm_readme.md:补文件末尾换行;
新增 .gitignore(npm 模板 + run.out):忽略 node_modules、dist、日志与编辑器文件。
2026-09-14 15:39:07 +08:00
root 5defb62bc2 修复 npm 依赖漏洞(npm audit fix,9 项 -> 0 项)
axios / element-plus / follow-redirects / form-data(critical) / lodash /
lodash-es / nanoid / postcss / qs 升级到已修复版本。其中 element-plus
2.4.4 -> 2.14.5、vue 3.4.0 -> 3.5.42 跨度较大,已重新构建并用无头浏览器
实测渲染:页面正常、element-plus 组件样式正常、无 console 错误、无失败请求。
构建产物 965KB -> 1171KB(element-plus 体积增长)。
2026-09-14 14:29:35 +08:00
root d0eb2f05be 修复按链接查找数字画廊ID并补充状态回归测试 2026-09-08 09:35:31 +08:00
root b0f832c37e 断线后自动重连并重新同步任务列表 2026-09-08 09:34:37 +08:00
root 287dc094df 图片失败后继续加载阅读页并支持单图重试 2026-09-08 09:32:09 +08:00
root bd7fba5184 修复画廊下载按钮和下载链接 2026-07-11 15:36:47 +08:00
root 826b080da0 为未完成任务添加重试按钮 2026-07-11 15:02:04 +08:00