-
-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
478b7b5
commit 0c933fb
Showing
24 changed files
with
100 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源软件供应链点亮计划 - 暑期 2021 | |
|
||
**开源软件供应链点亮计划 - 暑期 2021** 是**中国科学院软件研究所**与 **openEuler 社区**共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer.iscas.ac.cn/) 和 [帮助文档](https://summer.iscas.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区参与了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学在上面给出的活动官网报名,或通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区参与了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学在上面给出的活动官网报名,或通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot v1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源之夏 - 暑期 2022 | |
|
||
**开源之夏 - 暑期 2022** 是由**开源软件供应链点亮计划**发起、由**中国科学院软件研究所**与 **openEuler 社区**主办的一项面向高校学生的暑期活动,类似 Google Summer of Code(GSoC),旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer-ospp.ac.cn/) 和 [帮助文档](https://summer-ospp.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/#/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a/) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学加入 QQ 群 [737131827](https://jq.qq.com/?_wv=1027&k=PEgyGeEu) 或通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/#/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a/) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学加入 QQ 群 [737131827](https://jq.qq.com/?_wv=1027&k=PEgyGeEu) 或通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot2 命令行 CLI 交互体验升级 | ||
|
||
|
@@ -36,8 +36,8 @@ NoneBot2 为用户提供了命令行脚手架 ──`nb-cli`,辅助用户更 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/nb-cli> | ||
- <https://github.com/nonebot/nonebot2> | ||
- [https://github.com/nonebot/nb-cli] | ||
- [https://github.com/nonebot/nonebot2] | ||
|
||
## NoneBot2 命令行即时交互通信设计与实现 | ||
|
||
|
@@ -63,16 +63,16 @@ NoneBot2 在早期提供了基于网页的 nonebot-plugin-test 插件,无需 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/adapter-console> | ||
- [https://github.com/nonebot/adapter-console] | ||
|
||
## NoneBot2 用户上手与深入教程设计 | ||
|
||
NoneBot2 为用户提供了详细的文档介绍,辅助用户更好的上手项目以及进行开发。文档分为基础与进阶两个部分。基础部分帮助新用户快速上手开发,主要包括:安装 NoneBot2、使用脚手架、创建配置项目、使用适配器、加载插件、定义消息事件、处理消息事件、调用平台 API 等。进阶部分向已经熟悉开发流程的用户介绍更多高级技巧,主要包括:NoneBot2 工作原理、定时任务、权限控制、钩子函数、跨插件访问、单元测试、发布插件等。目前文档对于用户而言过于费解,导致用户难以理解 NoneBot2 开发。本项目旨在优化文档内容,使其更加通俗易懂,不让文档成为用户上手的阻碍,同时完善进阶内容,让有更复杂需求的用户,同样能从文档中受益。 | ||
|
||
相关 issue: | ||
|
||
- <https://github.com/nonebot/nonebot2/issues/793> | ||
- <https://github.com/nonebot/nonebot2/issues/295> | ||
- [https://github.com/nonebot/nonebot2/issues/793] | ||
- [https://github.com/nonebot/nonebot2/issues/295] | ||
|
||
**难度**:进阶 | ||
|
||
|
@@ -93,4 +93,4 @@ NoneBot2 为用户提供了详细的文档介绍,辅助用户更好的上手 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/nonebot2> | ||
- [https://github.com/nonebot/nonebot2] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源之夏 - 暑期 2023 | |
|
||
**开源之夏 - 暑期 2023** 是由**开源软件供应链点亮计划**发起、由**中国科学院软件研究所**与 **openEuler 社区**主办的一项面向高校学生的暑期活动,类似 Google Summer of Code(GSoC),旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer-ospp.ac.cn/) 和 [帮助文档](https://summer-ospp.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot 项目管理图形化面板 | ||
|
||
|
@@ -34,7 +34,7 @@ NoneBot 目前提供了开箱即用的命令行脚手架来帮助初次使用的 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/cli-plugin-webui> | ||
- [https://github.com/nonebot/cli-plugin-webui] | ||
|
||
## NoneBot Discord 适配器 | ||
|
||
|
@@ -57,7 +57,7 @@ NoneBot 作为一个跨平台聊天机器人框架,目前已有 OneBot、飞 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/adapter-discord> | ||
- [https://github.com/nonebot/adapter-discord] | ||
|
||
## NoneBot 数据库支持插件 | ||
|
||
|
@@ -86,4 +86,4 @@ NoneBot 的插件系统为用户实现应用提供了极高的便捷性,但因 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/plugin-orm> | ||
- [https://github.com/nonebot/plugin-orm] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源之夏 - 暑期 2024 | |
|
||
**开源之夏 - 暑期 2024** 是**中国科学院软件研究所**发起的**开源软件供应链点亮计划**系列暑期活动,旨在鼓励高校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目开发任务,并向全球高校学生开放报名。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer-ospp.ac.cn/) 和 [帮助文档](https://summer-ospp.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NonePress 官网组件库更新与优化 | ||
|
||
|
@@ -39,7 +39,7 @@ NoneBot 官网目前采用基于 TailwindCSS 自研的 NonePress 组件库及 Do | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/docusaurus-theme-nonepress> | ||
- [https://github.com/nonebot/docusaurus-theme-nonepress] | ||
|
||
## NoneFlow 社区自动化工作流管理优化 | ||
|
||
|
@@ -70,7 +70,7 @@ NoneFlow 在 NoneBot 社区中承担着重要的角色,它由 NoneBot 框架 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/noneflow> | ||
- [https://github.com/nonebot/noneflow] | ||
|
||
## NoneBlockly 低代码框架开发 | ||
|
||
|
@@ -100,4 +100,4 @@ NoneFlow 在 NoneBot 社区中承担着重要的角色,它由 NoneBot 框架 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/noneblockly> | ||
- [https://github.com/nonebot/noneblockly] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源软件供应链点亮计划 - 暑期 2021 | |
|
||
**开源软件供应链点亮计划 - 暑期 2021** 是**中国科学院软件研究所**与 **openEuler 社区**共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer.iscas.ac.cn/) 和 [帮助文档](https://summer.iscas.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区参与了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学在上面给出的活动官网报名,或通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区参与了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学在上面给出的活动官网报名,或通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot v1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源之夏 - 暑期 2022 | |
|
||
**开源之夏 - 暑期 2022** 是由**开源软件供应链点亮计划**发起、由**中国科学院软件研究所**与 **openEuler 社区**主办的一项面向高校学生的暑期活动,类似 Google Summer of Code(GSoC),旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer-ospp.ac.cn/) 和 [帮助文档](https://summer-ospp.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/#/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a/) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学加入 QQ 群 [737131827](https://jq.qq.com/?_wv=1027&k=PEgyGeEu) 或通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/#/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a/) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学加入 QQ 群 [737131827](https://jq.qq.com/?_wv=1027&k=PEgyGeEu) 或通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot2 命令行 CLI 交互体验升级 | ||
|
||
|
@@ -36,8 +36,8 @@ NoneBot2 为用户提供了命令行脚手架 ──`nb-cli`,辅助用户更 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/nb-cli> | ||
- <https://github.com/nonebot/nonebot2> | ||
- [https://github.com/nonebot/nb-cli] | ||
- [https://github.com/nonebot/nonebot2] | ||
|
||
## NoneBot2 命令行即时交互通信设计与实现 | ||
|
||
|
@@ -63,16 +63,16 @@ NoneBot2 在早期提供了基于网页的 nonebot-plugin-test 插件,无需 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/adapter-console> | ||
- [https://github.com/nonebot/adapter-console] | ||
|
||
## NoneBot2 用户上手与深入教程设计 | ||
|
||
NoneBot2 为用户提供了详细的文档介绍,辅助用户更好的上手项目以及进行开发。文档分为基础与进阶两个部分。基础部分帮助新用户快速上手开发,主要包括:安装 NoneBot2、使用脚手架、创建配置项目、使用适配器、加载插件、定义消息事件、处理消息事件、调用平台 API 等。进阶部分向已经熟悉开发流程的用户介绍更多高级技巧,主要包括:NoneBot2 工作原理、定时任务、权限控制、钩子函数、跨插件访问、单元测试、发布插件等。目前文档对于用户而言过于费解,导致用户难以理解 NoneBot2 开发。本项目旨在优化文档内容,使其更加通俗易懂,不让文档成为用户上手的阻碍,同时完善进阶内容,让有更复杂需求的用户,同样能从文档中受益。 | ||
|
||
相关 issue: | ||
|
||
- <https://github.com/nonebot/nonebot2/issues/793> | ||
- <https://github.com/nonebot/nonebot2/issues/295> | ||
- [https://github.com/nonebot/nonebot2/issues/793] | ||
- [https://github.com/nonebot/nonebot2/issues/295] | ||
|
||
**难度**:进阶 | ||
|
||
|
@@ -93,4 +93,4 @@ NoneBot2 为用户提供了详细的文档介绍,辅助用户更好的上手 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/nonebot2> | ||
- [https://github.com/nonebot/nonebot2] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: 开源之夏 - 暑期 2023 | |
|
||
**开源之夏 - 暑期 2023** 是由**开源软件供应链点亮计划**发起、由**中国科学院软件研究所**与 **openEuler 社区**主办的一项面向高校学生的暑期活动,类似 Google Summer of Code(GSoC),旨在鼓励在校学生积极参与开源软件的开发维护,促进优秀开源软件社区的蓬勃发展。关于具体的活动规划、报名方式,请查看该活动的 [官网](https://summer-ospp.ac.cn/) 和 [帮助文档](https://summer-ospp.ac.cn/help/)。 | ||
|
||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 <[email protected]> 联系我们。 | ||
NoneBot 社区有幸作为开源社区 [参与](https://summer-ospp.ac.cn/org/orgdetail/e1fb5b8d-125a-4138-b756-25bd32c0a31a?lang=zh) 了本次活动,下面列出了目前我们已经发布的项目,欢迎感兴趣的同学通过 [[email protected]](mailto:[email protected]) 联系我们。 | ||
|
||
## NoneBot 项目管理图形化面板 | ||
|
||
|
@@ -34,7 +34,7 @@ NoneBot 目前提供了开箱即用的命令行脚手架来帮助初次使用的 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/cli-plugin-webui> | ||
- [https://github.com/nonebot/cli-plugin-webui] | ||
|
||
## NoneBot Discord 适配器 | ||
|
||
|
@@ -57,7 +57,7 @@ NoneBot 作为一个跨平台聊天机器人框架,目前已有 OneBot、飞 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/adapter-discord> | ||
- [https://github.com/nonebot/adapter-discord] | ||
|
||
## NoneBot 数据库支持插件 | ||
|
||
|
@@ -86,4 +86,4 @@ NoneBot 的插件系统为用户实现应用提供了极高的便捷性,但因 | |
|
||
**成果仓库** | ||
|
||
- <https://github.com/nonebot/plugin-orm> | ||
- [https://github.com/nonebot/plugin-orm] |
Oops, something went wrong.