aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* refactor(command): 命令词法解析器 (#82)简律纯2024-02-2638-448/+1246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* chore(readme): update简律纯2024-01-231-8/+8
| | | Optimizing grammar
* chore(deps-dev): bump vite from 4.5.1 to 4.5.2 in /site (#89)dependabot[bot]2024-01-203-12/+12
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /site (#86)dependabot[bot]2023-12-063-12/+12
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(dir): 补齐 `scripts` 文件夹内的预生成文件夹简律纯2023-11-201-1/+3
|
* chore(@todo): 兼容 shiki 的大部分 lua 脚本内建指令简律纯2023-11-201-1/+1
|
* feat: 支持lua内调用lua库简律纯2023-11-202-10/+12
|
* feat: 实现在 lua 脚本中调用被注册的 Python 同步函数与类简律纯2023-11-201-1/+24
|
* feat(tests): 实现对 `Lua5.4` 的封装简律纯2023-11-201-1/+10
|
* feat(deps): 添加 `lupa` 依赖简律纯2023-11-205-2/+95
|
* chore: 我想睡觉,但我失眠了。简律纯2023-11-181-13/+18
|
* chore: ?uh??简律纯2023-11-161-1/+1
|
* chore: update readme简律纯2023-11-161-9/+6
|
* Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll简律纯2023-11-161-674/+21
|\
* | chore: update readme简律纯2023-11-161-2/+3
| |
| * chore: Update LICENSE简律纯2023-11-161-674/+21
|/
* chore: 同步协议至 MIT简律纯2023-11-161-1/+1
|
* feat: 将 HydroRoll.Dice 类修改为一个泛型类,更好的IDE支持简律纯2023-11-162-8/+25
|
* chore: 修复主页介绍的大标题链接简律纯2023-11-161-1/+1
|
* fix(ci): delete cache for not supported sythxv0.1.4简律纯2023-11-161-1/+0
|
* fix: maintain release pdm section简律纯2023-11-161-11/+8
|
* fix: 同步过头了()应该是0.1.4简律纯2023-11-161-1/+1
|
* chore: sync version :target: 0.1.5简律纯2023-11-161-1/+1
|
* feat: 填补社区贡献指引和行为准则简律纯2023-11-163-1/+1
|
* chore: 修复README论坛入口简律纯2023-11-161-1/+1
|
* chore: 统一书写规范简律纯2023-11-161-1/+1
|
* chore: 修复logo缺失简律纯2023-11-161-1/+1
|
* chore: 修改笔误简律纯2023-11-162-14/+1
|
* refactor: embedded BasePluginConfig in utils简律纯2023-11-159-253/+90
|
* chore: sync apscheduler deps简律纯2023-11-152-1/+74
|
* chore: delete config.toml简律纯2023-11-153-42/+2
|
* refactor: 基于 iamai 3.2.9 版本重构,使 HydroRoll ↵简律纯2023-11-151-51/+32
| | | | 成为一个通用插件
* chore: 内置 apsecheduler 适配器实现不定时/周期任务简律纯2023-11-152-1/+15
|
* chore: 美化主页, 换了个更装13的结构图简律纯2023-11-151-7/+11
|
* fix: 在输入流时间内无法进行全匹配 (#80)简律纯2023-11-155-292/+373
| | | | | * chore(deps): add dingtalk * chore: upgrade iamai version to 3.2.9
* 更新Protocol.drawio简律纯2023-11-121-2/+100
|
* feat: add Protocol.drawio简律纯2023-11-121-0/+10
|
* feat: Input stream detective for builtin command (#75)简律纯2023-11-125-56/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: make shiki happy * chore: wtf,撤回上面的commit * fix: 修复错误的get()传参 * feat(cmd): add `Get` and `Set` command base * chore: update line code * chore: sync code * chore: add `root` config * feat: succeed built a input stream system * 'Refactored by Sourcery' (#77) Co-authored-by: Sourcery AI <> * Delete .github/workflows/maintain-one-comment.yml --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* chore(readme): update link & description简律纯2023-11-112-4/+3
|
* fix: 删除低效率的匹配模式简律纯2023-11-111-4/+4
|
* chore: 拆分 `handle` 方法,实现输入流简律纯2023-11-112-53/+25
|
* chore: a psi demo?简律纯2023-11-101-0/+6
|
* chore: make shiki happy简律纯2023-11-101-0/+3
|
* feat(BREAKING CHANGES): add a new file -> reply.psi简律纯2023-11-101-0/+0
|
* chore: format code (做钓鱼佬真开心)简律纯2023-11-071-1/+1
|
* chore: change the release date简律纯2023-11-071-1/+1
|
* refactor(components): add `Date` type checking简律纯2023-11-0717-249/+3
|
* fix(components): 约束 ts 检查简律纯2023-11-072-1287/+1377
|
* fix(app): 约束ts检查简律纯2023-11-071-1/+1
|
* fix(app): add `ts` lang cosnt简律纯2023-11-071-1/+1
|