同步模板维护脚本的资源路径
This commit is contained in:
@@ -2,7 +2,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
// 读取 JSON 配置文件
|
||||
const jsonFile = path.join(__dirname, '../electron/resources/extra/common/config/system-templates.json');
|
||||
const jsonFile = path.join(__dirname, '../packaging/resources/common/config/system-templates.json');
|
||||
const data = JSON.parse(fs.readFileSync(jsonFile, 'utf-8'));
|
||||
|
||||
console.log('=== 模板标题字幕配置对比 ===\n');
|
||||
|
||||
Reference in New Issue
Block a user