aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* chore: Fix CodeQL badge target in README.rstHEADmain简律纯2025-11-211-3/+0
|
* chore(docs): Revise user role descriptions in README简律纯2025-11-211-19/+23
| | | Updated the descriptions for various user roles in the README.
* chore: Fix formatting issues in README.rst简律纯2025-11-211-2/+2
|
* chore: Update README.rst简律纯2025-11-211-1/+1
|
* chore: Update README.rst简律纯2025-11-211-1/+1
| | | use" ,̶海̶豹̶的̶ ̶̶j̶s̶̶ ̶插̶件̶" instead
* chore: Update README.rst简律纯2025-11-211-3/+6
|
* chore(docs): Update README.rst简律纯2025-11-061-1/+1
|
* docs(readme): fix url简律纯2024-12-141-2/+2
|
* docs: sync icon base64 code简律纯2024-11-171-2/+2
|
* docs(readme): modify inappropriate words简律纯2024-10-211-1/+1
|
* feat(docs): update readme with accurate community info and license linksHsiangNianian2024-10-051-6/+7
|
* chore(docs): correct and update links in README, including HydroRoll-Team ↵HsiangNianian2024-10-051-2/+3
| | | | org, Blockly, and oneroll
* chore(docs): correct HydroRoll-Team org link in readmeHsiangNianian2024-10-051-1/+1
|
* chore(docs): update github discussions link in readmeHsiangNianian2024-10-051-1/+1
|
* feat(docs): update readme with accurate community info and license linksHsiangNianian2024-10-051-8/+20
|
* chore(docs): correct ML/AI enthusiast typo and update license in readmeHsiangNianian2024-10-051-2/+5
|
* chore(docs): correct typos in readme and hydro-roll package nameHsiangNianian2024-10-051-2/+3
|
* feat(misc): delete Apache2.0 license and sign off HydroRoll with AFL3.0 & ↵HsiangNianian2024-10-051-2/+2
| | | | AGPL3.0
* feat(misc): delete Apache2.0 license and sign off HydroRoll with AFL3.0 & ↵HsiangNianian2024-10-051-4/+7
| | | | AGPL3.0
* chore: fill uri简律纯2024-09-101-1/+1
|
* chore(readme): update intro content简律纯2024-09-051-1/+1
|
* docs: beautify description简律纯2024-08-101-8/+14
|
* Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll简律纯2024-06-171-19/+18
|\
* | refactor(examples): update file tree简律纯2024-06-171-20/+21
| |
| * Update README.rst简律纯2024-06-101-7/+3
| |
| * chore: Update README.rst简律纯2024-05-281-8/+8
| | | | | | Change `hydro_roll` to `hydro-roll`.
| * chore(readme): sync with banner fix简律纯2024-04-211-2/+2
| |
| * chore(readme): add badge for CodeQL简律纯2024-04-191-1/+3
| |
| * fix(readme): fix **webui** render shape简律纯2024-04-191-1/+1
| |
| * Update README.rst简律纯2024-04-041-7/+8
|/
* Update README.rst简律纯2024-03-011-3/+3
|
* chore(readme): update readme简律纯2024-02-281-2/+2
|
* (no commit message)简律纯2024-02-281-1/+1
|
* (no commit message)简律纯2024-02-281-1/+1
|
* chore(readme): update profile简律纯2024-02-281-3/+3
|
* chore(readme): update profile简律纯2024-02-281-17/+18
|
* (no commit message)简律纯2024-02-281-3/+8
|
* (no commit message)简律纯2024-02-281-1/+2
|
* fix(readme): correct pronounce简律纯2024-02-281-1/+1
|
* chore(readme): add docs status简律纯2024-02-281-1/+4
|
* feat(docs): enable docs preview简律纯2024-02-281-0/+4
|
* chore(readme): update profile简律纯2024-02-281-1/+3
|
* chore(readme): update profile简律纯2024-02-281-51/+79
|
* chore(readme): update profile简律纯2024-02-281-2/+4
|
* chore(readme): add logo for python_v简律纯2024-02-281-1/+1
|
* chore(readme): update uri简律纯2024-02-281-3/+5
|
* chore(readme): update profile简律纯2024-02-271-3/+3
|
* fix(readme): delete repeated lines简律纯2024-02-261-35/+0
|
* refactor(core): rewrite HydroRoll in rust (#91)简律纯2024-02-261-0/+146
* refactor(command): 重构命令路由 * feat(lua): 包装异步方法`self.event.reply` => `msg:echo` * feat(lua): 包装异步输入流方法`self.event.ask` => `msg:ask` * 'Refactored by Sourcery' (#83) Co-authored-by: Sourcery AI <> * feat(Token|Lexer): 添加`Token`与`Lexer`类 * refactor(Lexer): 词法分析器添加`advance`方法 * chore: lint code * refactor: sync gensokyo adapter * feat: Cli parser (#85) * feat(cli): 添加`Cli`类,解析命令行参数 * fix: 修复错误的`dest`与`action` * feat(cli): 实现`install_package` 与 `build_template` * feat(cli): 实现`-c|--config`指令配置镜像常量等 * feat(cli): 使用高效率的异步网络库`aiohttp` * fix(cli): `TYPE_CHECKING` with partially module `typing` * refactor!: examples, tests, src... rewrite in rust * chore(workflow): add changelog ci workflow * fix(workflow): sync upload target branch * chore(readme): update profile * chore(readme): update profile x2 * chore(readme): fix wrong pronounce * chore(readme): add top tile * chore(readme): remove invalid uri * chore(readme): update profile for new development * chore(readme): rewrite with rst * refactor!: rewrite HydrRoll in Rust --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>