Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pull Request] 六项新增 #204

Merged
merged 21 commits into from
Jan 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0ba9b9f
💾 📝 Feat, Chore: Simpe Test Files
Dynesshely Dec 23, 2022
8874002
💾 📝 Feat, Chore: Simpe Test Files
Dynesshely Dec 23, 2022
427e8db
📝 Chore: Tried using aardio to develop KitX Installer for Windows
Dynesshely Dec 24, 2022
868d7d9
📦 Struct: Useless path
Dynesshely Dec 24, 2022
f405ec6
💾 ✅ Feat, Test(Devices Connection): 新增并验证了局域网通信的可行性, 自组网之后将拥有局域网互传消息的能力
Dynesshely Dec 27, 2022
62b160d
💾 Feat(Contracts.Java): IIdentityInterface,IController, IMarketPlugin…
Dynesshely Dec 29, 2022
723426d
📝 Chore: ...
Dynesshely Dec 29, 2022
1b1f0dc
💾 Feat: port of KitX.Web.Rules in Java
Dynesshely Dec 29, 2022
58a523d
💾 📝 Feat, Chore: 尝试了 MAUI, 移动端不考虑迁移到 MAUI 框架, 继续使用 Flutter
Dynesshely Jan 1, 2023
17c84a2
💾 Feat: 其他语言的 Contracts 实现, Cpp 的 Loader 相关实现
Dynesshely Jan 1, 2023
d0383d8
💾 📝 Feat, Chore: 语言文件去掉空行, 测试最新的语言项编辑器
Dynesshely Jan 1, 2023
3b66222
💾 Feat: 抽象 Command 类
Dynesshely Jan 1, 2023
ee27519
🎇 Style(KitX.Web.Rules): 清理 using
Dynesshely Jan 1, 2023
fa7fa02
💾 Feat(KitX.Test): 关于 JsonSerializer 对 byte[] 的序列化支持测试
Dynesshely Jan 1, 2023
ad57c54
💾 Feat(KitX Dashboard): 增加调试命令; 网络相关功能新增及调整
Dynesshely Jan 1, 2023
8595aad
💾 Feat(KitX.Web.Rules): Command 新增命令类型, Call = 1, CallBack = 2
Dynesshely Jan 1, 2023
03ae50d
📄 Docs(KitX.Web.Rules): Command 的注释
Dynesshely Jan 2, 2023
c899753
📝 Chore: 更新版本号, 目标: 23.04
Dynesshely Jan 2, 2023
6c4c785
✔️ Test(KitX.Web.Rules): About KitX.Web.Rules/Command
Dynesshely Jan 2, 2023
a0fa9f4
Merge branch 'main' into dev=main
Dynesshely Jan 2, 2023
2c50b8c
📄 Docs: About Pull Request Title Template
Dynesshely Jan 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
📄 Docs: About Pull Request Title Template
  • Loading branch information
Dynesshely committed Jan 2, 2023
commit 2c50b8cac48b4b849ac1992848e11cc96f0e9ee2
13 changes: 12 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

# Contributing Rules

## Rules About Commt Message
**View This**: https://docs.catrol.cn/rules/team/git/#%E6%8F%90%E4%BA%A4%E6%B6%88%E6%81%AF%E8%A7%84%E8%8C%83
And we provide commit.template.txt in root of KitX source codes folder.

## Pull Request Title

### About Modify
修改类别 (使用时 "几项`<修改类别>`"):

- 功能新增 (新增)
- 功能移除 (移除)
- 逻辑重构 (重构)
- 问题修复 (修复)

例如: `[Pull Request] 三项新增, 一项修复`