# 描述 ``` changeBg:bg.webp;123;111 ``` 这一句的 inlineComment 只会有 123 的部分,理想情况应该是 123;111 问题大概在这 https://github.com/OpenWebGAL/WebGAL/blob/d394bc7aa1afeed166639534a2c03d64891b59ad/packages/parser/src/scriptParser/scriptParser.ts#L43
描述
这一句的 inlineComment 只会有 123 的部分,理想情况应该是 123;111
问题大概在这
WebGAL/packages/parser/src/scriptParser/scriptParser.ts
Line 43 in d394bc7