错误码&&修改模板商店
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled

This commit is contained in:
2026-03-17 20:04:24 +08:00
parent e6182b6c36
commit caad50d831
6 changed files with 58 additions and 24 deletions

View File

@@ -716,7 +716,7 @@ export class Core {
const { default: got } = await import('got');
// 从指定URL获取模板商店数据
const response = await got('http://dex.xcclyc.cn/template/template_stor.json');
const response = await got('http://git.xcclyc.cn/xcclyc/DeEarthX-CE-Tems/raw/branch/main/template_stor.json');
const data = JSON.parse(response.body);
// 确保返回的数据结构符合前端预期