Commit 9d938a0a authored by 范雪寒's avatar 范雪寒

feat: 脚本修改

parent 7af81e57
......@@ -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