index
:
infini
dev
gh-pages
v2
v3
Infini
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #48 from fu050409/master
dev
苏向夜
2023-12-18
7
-51
/
+21
|
\
|
*
:bug: 修复Infini CLI的部分问题
苏向夜
2023-12-18
3
-4
/
+4
|
*
:bug: 修订注释及导入路径
苏向夜
2023-12-18
3
-30
/
+12
|
*
:bug: 修订异常基类
苏向夜
2023-12-18
1
-17
/
+5
|
/
*
(no commit message)
简律纯
2023-12-18
3
-23
/
+23
*
(no commit message)
简律纯
2023-12-18
1
-3
/
+3
*
chore(changelog): sync changes
简律纯
2023-12-18
1
-36
/
+36
*
chore(changelog): update the log
简律纯
2023-12-18
1
-4
/
+5
*
chore(changelog): update the changelog
简律纯
2023-12-18
1
-6
/
+7
*
chore(changelog): 根据最新的`Handler`类更新模板中的子类写法
简律纯
2023-12-18
1
-0
/
+1
*
fix(template|tests): update command: new template
简律纯
2023-12-18
4
-19
/
+22
*
chore: update changelog
简律纯
2023-12-18
1
-5
/
+8
*
chore(typing): add annotation
简律纯
2023-12-18
1
-1
/
+8
*
chore(register): `regist` -> `register` 不符合缩写语法的方法名
简律纯
2023-12-18
1
-3
/
+3
*
chore(register): add annotation and lint code
简律纯
2023-12-18
1
-9
/
+35
*
chore(matcher): add annotation and lint code
简律纯
2023-12-18
2
-7
/
+10
*
feat(handler): 实现泛型,实现 `self.stop()` `self.skip()` 方法
简律纯
2023-12-18
1
-8
/
+23
*
feat(typing): add `StateT` type var
简律纯
2023-12-18
2
-1
/
+11
*
feat(handler): add `HandlerLoadType` class
简律纯
2023-12-18
1
-1
/
+11
*
chore(handler): add annotation
简律纯
2023-12-18
1
-0
/
+7
*
refactor(exceptions): 重定义三个异常基类
简律纯
2023-12-18
1
-13
/
+11
*
feat(exceptions): add `RulePackageException` and rename `HydroError` to `Infi...
简律纯
2023-12-18
1
-2
/
+4
*
feat(event): add `EventException` `SkipException` `StopException`
简律纯
2023-12-18
1
-0
/
+19
*
chore(event): add annotation
简律纯
2023-12-18
1
-0
/
+6
*
chore(event): `Inifni` -> `Infini` 修正笔误
简律纯
2023-12-18
1
-1
/
+1
*
chore(const): consts 没有任何意义且不符合语法,const没有复数...
简律纯
2023-12-18
1
-0
/
+7
*
refactor(const): `consts` -> `const`
简律纯
2023-12-18
3
-1
/
+8
*
chore(exp): add explaination at `__init__.py`
简律纯
2023-12-18
1
-0
/
+15
*
chore(cli/gui): lint code
简律纯
2023-12-18
2
-2
/
+5
*
chore(lint): lint code
简律纯
2023-12-18
1
-1
/
+6
*
Merge pull request #42 from fu050409/master
简律纯
2023-12-18
9
-118
/
+300
|
\
|
*
chore(event): add `_str__` method
简律纯
2023-12-18
1
-1
/
+4
|
*
:fire: 清理DEBUG输出
苏向夜
2023-12-18
1
-2
/
+0
|
*
:arrow_up: 更新规则包模板
苏向夜
2023-12-18
2
-19
/
+22
|
*
:sparkles: 新增并使用注册器
苏向夜
2023-12-18
2
-26
/
+54
|
*
:recycle: 修订入口文件
苏向夜
2023-12-18
1
-3
/
+11
|
*
:sparkles: 新增异常类型
苏向夜
2023-12-18
1
-2
/
+10
|
*
:bug: 允许Handler实例化
苏向夜
2023-12-18
3
-12
/
+15
|
*
:recycle: 优化测试模式
苏向夜
2023-12-17
1
-7
/
+12
|
*
:fire: 清理废弃代码
苏向夜
2023-12-17
1
-16
/
+0
|
*
:sparkles: 采用加载器
苏向夜
2023-12-17
1
-3
/
+3
|
*
:sparkles: 新增加载器
苏向夜
2023-12-17
1
-5
/
+62
|
*
:sparkles: 新增抽象声明
苏向夜
2023-12-17
1
-1
/
+2
|
*
:sparkles: 新增异常声明
苏向夜
2023-12-17
1
-2
/
+14
|
*
:bug: 修复path不存在的问题
苏向夜
2023-12-17
2
-3
/
+7
|
*
:bug: 修订消息事件生成模式
苏向夜
2023-12-17
1
-2
/
+1
|
*
:recycle: 使用直接事件作为返回方案
苏向夜
2023-12-16
4
-27
/
+28
|
*
:recycle: 允许业务函数返回事件实例
苏向夜
2023-12-16
2
-2
/
+15
|
*
:recycle: 修订matcher.py导入路径
苏向夜
2023-12-16
1
-2
/
+3
|
*
:sparkles: 更新业务基类声明 弃用子类声明方法
苏向夜
2023-12-16
1
-18
/
+6
[next]