Commit fea0bff8 authored by 范雪寒's avatar 范雪寒

feat: 脚本修改

parent cd59a189
...@@ -357,7 +357,7 @@ async function replaceUuids() { ...@@ -357,7 +357,7 @@ async function replaceUuids() {
if (expectNameList.includes(nameList[nameList.length - 1])) { if (expectNameList.includes(nameList[nameList.length - 1])) {
const data = fs.readFileSync(path); const data = fs.readFileSync(path);
scriptUUids.forEach(uuiddata => { scriptUUids.forEach(uuiddata => {
if (uuiddata.scriptName == sceneName) { if (uuiddata.scriptName.includes(sceneName)) {
uuiddata.includes = false; uuiddata.includes = false;
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment