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

feat: 脚本修改

parent cd59a189
......@@ -357,7 +357,7 @@ async function replaceUuids() {
if (expectNameList.includes(nameList[nameList.length - 1])) {
const data = fs.readFileSync(path);
scriptUUids.forEach(uuiddata => {
if (uuiddata.scriptName == sceneName) {
if (uuiddata.scriptName.includes(sceneName)) {
uuiddata.includes = false;
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