WebGAL icon indicating copy to clipboard operation
WebGAL copied to clipboard

A brand new web Visual Novel engine | 全新的网页端视觉小说引擎

Results 78 WebGAL issues
Sort by recently updated
recently updated
newest added

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.固定行距保证无论这行有没有拼音都会显示在同样的高度 ![)%U`4EXF~1`(A6JJ(YJN5SF](https://github.com/user-attachments/assets/f4d4c54d-ca3b-4ad8-96cf-3c763dfc2240) # 对比原本效果 ## before - 大: ![图片](https://github.com/user-attachments/assets/9b8517e0-1ae5-452e-8527-e4b1e80fc6ed) - 中: ![图片](https://github.com/user-attachments/assets/cdcb78db-40dd-49d9-a957-c5f47e00c008) - 小: ![图片](https://github.com/user-attachments/assets/730c3b3d-3638-48b8-b77c-1241b3e4fba9) ## after - 大: ![图片](https://github.com/user-attachments/assets/a73d0aa9-0596-4a44-89ff-5b668c7a05b1) - 中: ![图片](https://github.com/user-attachments/assets/368ac147-e631-47ac-89f2-0d003aae5139) - 小: ![图片](https://github.com/user-attachments/assets/e768e60a-40ce-40cf-a972-93a61bf5dd54)...

能否取消强制横屏. 以及下方回想存档等功能的自定义显示( 显示/隐藏/ 只显示小图标 )

分发各平台更容易,也不需要黑框框启动了。有需要的话我可以提供 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; ``` 这样的脚本,换行是有意义的,不能被合并。

bug

接入 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...