feat:修改练习字帖生产逻辑

This commit is contained in:
R524809
2025-10-29 17:45:12 +08:00
parent 643a7e23e7
commit c4f27f2125
13 changed files with 141224 additions and 60061 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ import { getJson } from './http';
const CACHE_CONFIG = {
key: 'svgWordsData', // 缓存键名
expireDays: 7, // 缓存过期天数
url: 'https://www.ice-sea.com/doodle/words-svg/words-svg-3000.json' // 远程数据地址
// url: 'https://cdn.joeyone.cn/words-svg-all.json' // 远程数据地址
url: 'https://cdn.joeyone.cn/words-svg-3000.json' // 远程数据地址
};
/**