WebGAL
WebGAL copied to clipboard
A brand new web Visual Novel engine | 全新的网页端视觉小说引擎
This PR enhances #558 with new features and tests. In short, the preprocessor now does not consider any lines with `-concat` as a new line. This prevents the ambiguity of...
# 摘要 **不涉及任何逻辑,只修改了排版** 1.把所有字都向下对齐 2.固定行距保证无论这行有没有拼音都会显示在同样的高度  # 对比原本效果 ## before - 大:  - 中:  - 小:  ## after - 大:  - 中:  - 小: ...
能否取消强制横屏. 以及下方回想存档等功能的自定义显示( 显示/隐藏/ 只显示小图标 )
分发各平台更容易,也不需要黑框框启动了。有需要的话我可以提供 Electron 开发上的技术支持。
``` Last login: Sat Oct 12 12:22:29 on console /Applications/WebGAL/run-webgal-on-mac.command ; exit; No .nvmrc file found Please see `nvm --help` or https://github.com/nvm-sh/nvm#nvmrc for more information. % /Applications/WebGAL/run-webgal-on-mac.command ; exit; /Applications/WebGAL/run-webgal-on-mac.command:...
预处理器会合并多行脚本,但是 ``` 行 1; |行 2 –concat; ``` 这样的脚本,换行是有意义的,不能被合并。
接入 Steam SDK 以支持 steam 成就等功能
## Summary This PR implements a new WebGAL parser based on [parsing expression grammar (PEG)](https://en.wikipedia.org/wiki/Parsing_expression_grammar). This has certain advantages over the current non-standard string-based parsing and enables the possibility of...