同步模板维护脚本的资源路径
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require('path');
|
||||
|
||||
// 读取 TypeScript 配置文件
|
||||
const tsFilePath = path.join(__dirname, '../src/config/systemSubtitleTemplates.ts');
|
||||
const jsonFilePath = path.join(__dirname, '../electron/resources/extra/common/config/system-templates.json');
|
||||
const jsonFilePath = path.join(__dirname, '../packaging/resources/common/config/system-templates.json');
|
||||
|
||||
console.log('读取 TypeScript 配置文件:', tsFilePath);
|
||||
const tsContent = fs.readFileSync(tsFilePath, 'utf-8');
|
||||
|
||||
Reference in New Issue
Block a user