同步模板维护脚本的资源路径

This commit is contained in:
cat-shark
2026-06-20 18:38:06 +08:00
parent b8a6f0c649
commit 4d7a19dc8a
16 changed files with 42 additions and 19 deletions
@@ -6,7 +6,7 @@ console.log('=== 8个模板配置差异全面分析报告 ===\n');
// 读取所有配置源
const sources = {
'C盘根目录': 'C:\\system-templates.json',
'项目打包配置': 'electron/resources/extra/common/config/system-templates.json',
'项目打包配置': 'packaging/resources/common/config/system-templates.json',
'项目开发配置': 'electron/config/system-templates.json',
'历史配置v2': 'electron/config/default-subtitle-templates-v2.json',
'TypeScript源': 'src/config/systemSubtitleTemplates.ts',