同步模板维护脚本的资源路径
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const fs = require('fs');
|
||||
|
||||
const content = fs.readFileSync('electron/resources/extra/common/config/system-templates.json', 'utf-8');
|
||||
const content = fs.readFileSync('packaging/resources/common/config/system-templates.json', 'utf-8');
|
||||
const data = JSON.parse(content);
|
||||
|
||||
console.log('模板数量:', data.subtitleTemplates.length);
|
||||
|
||||
Reference in New Issue
Block a user