Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

处理两处Issue #501

Merged
merged 5 commits into from
Jun 12, 2024
Merged

处理两处Issue #501

merged 5 commits into from
Jun 12, 2024

Conversation

xiaoxustudio
Copy link
Contributor

脚本内容部分 trim 处理
fixed issue : #480

条件判断语法增加异常处理
fixed issue : #495

@@ -91,7 +99,10 @@ export const scriptParser = (
args.push(e);
}
}
content = contentParser(newSentenceRaw, command, assetSetter); // 将语句内容里的文件名转为相对或绝对路径
let trimContent =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这几行是在做什么,此时 newSentenceRaw 已经 trim 了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

也许我需要重新修改它

@MakinoharaShoko MakinoharaShoko merged commit 771a384 into OpenWebGAL:dev Jun 12, 2024
1 check passed
@xiaoxustudio xiaoxustudio deleted the dev1 branch June 14, 2024 08:04
MakinoharaShoko added a commit to ClodLingxi/WebGAL that referenced this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants