feat:练字贴功能基本完成

This commit is contained in:
R524809
2025-10-30 18:21:38 +08:00
parent c4f27f2125
commit 2e0f8f0fe1
19 changed files with 450 additions and 564 deletions
+3 -2
View File
@@ -6,8 +6,9 @@ import { getJson } from './http';
const CACHE_CONFIG = {
key: 'svgWordsData', // 缓存键名
expireDays: 7, // 缓存过期天数
// url: 'https://cdn.joeyone.cn/words-svg-all.json' // 远程数据地址
url: 'https://cdn.joeyone.cn/words-svg-3000.json' // 远程数据地址
// url: 'https://cdn.joeyone.cn/doodle/words-svg-all.json' // 远程数据地址
// url: 'https://cdn.joeyone.cn/doodle/words-svg-3000.json' // 远程数据地址
url: 'https://cdn.joeyone.cn/doodle/char_svg_3500.json' // 远程数据地址
};
/**