├── .gitattributes ├── icons ├── ECS.png ├── ICC-CE.png ├── Inkeys.png ├── Inkore.png ├── Rand.png ├── iClass.png ├── LockTime.png ├── SeewoHUB.png ├── VoiceHub.png ├── flutter.png ├── ClassIsland.png ├── Classworks.png ├── ExamAware.png ├── Ink-Canvas.png ├── LemonxNote.png ├── NamePicker.png ├── SecRandom.png ├── SketchNow.png ├── ZongziTEK.png ├── Class-Widgets.png ├── ExamSchedule.png ├── Ris_ClassTool.png ├── SectionIstool.png ├── ClassBoardSharp.png ├── Education-Clock.png ├── Ink-Canvas-Plus.png ├── Inkways-Classic.png ├── Sticky-attention.png ├── Ink-Canvas-Better.png ├── InkCanvasForClass.png ├── ElectronClassSchedule.png ├── Ink-Canvas-Artistry.png ├── LingYun-Class-Widgets.png ├── fa │ ├── separator-light.svg │ ├── separator.svg │ ├── chalkboard-solid-light.svg │ ├── chalkboard-solid.svg │ ├── pen-solid-light.svg │ ├── pen-solid.svg │ ├── star-solid-light.svg │ ├── star-solid.svg │ ├── download-solid-light.svg │ ├── download-solid.svg │ ├── cubes-solid.svg │ ├── cubes-solid-light.svg │ ├── link-solid-light.svg │ ├── link-solid.svg │ ├── code-pull-request-solid-light.svg │ ├── puzzle-piece-solid-light.svg │ ├── code-pull-request-solid.svg │ ├── puzzle-piece-solid.svg │ ├── calendar-days-solid-light.svg │ └── calendar-days-solid.svg ├── github.svg ├── Immersive-clock.svg ├── vite.svg └── cses.svg ├── images ├── Rand │ └── home.png ├── VoiceHub │ └── 1.png ├── CSES │ └── preview.png ├── SeewoHUB │ ├── 主界面.png │ └── 设置.png ├── iClass │ └── main.png ├── ExamAware │ ├── home.png │ └── showboard.png ├── ICC-CE │ └── banner.png ├── InkCanvas │ ├── board.png │ └── screen.png ├── Inkeys │ └── banner.png ├── Inkways │ ├── banner.png │ ├── image_inkways_10.png │ ├── image_inkways_6.png │ └── image_inkways_7.png ├── LemonxNote │ └── 黑板.png ├── LockTime │ └── MainUI.png ├── NamePicker │ ├── main.png │ └── banner.png ├── ex-caller │ └── demo.webp ├── finito_board │ └── 1.png ├── ClassIsland │ ├── main.png │ └── banner.png ├── Classworks │ └── banner.png ├── HomeworkBoard │ └── img.png ├── Immersive-clock │ └── 1.jpg ├── SecRandom │ └── welcome.png ├── SketchNow │ ├── banner.png │ └── toolbar.png ├── Class-Widgets │ └── banner.png ├── Ris_Classtool │ └── banner.png ├── SectionIstool │ └── about.png ├── Sticky-attention │ ├── 主界面.png │ └── 设置.png ├── Ink-Canvas-Plus │ ├── board.png │ └── toolbar.png ├── ClassBoardSharp │ └── preview.png ├── Exam-Showboard │ ├── HomePage.png │ └── InfoPage.png ├── Ink-Canvas-Better │ └── preview.png ├── InkCanvasForClass │ ├── board.png │ └── toolbar.png ├── ElectronClassSchedule │ └── view.png ├── LingYun-Class-Widgets │ └── banner.png └── Ink-Canvas-Artistry │ ├── Screenshot1.png │ ├── Screenshot2.png │ └── Screenshot3.png ├── .github └── workflows │ └── reademe-contributors.yml ├── CONTRIBUTING.md ├── links.md ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | *.md linguist-detectable=true 2 | *.md linguist-documentation=false -------------------------------------------------------------------------------- /icons/ECS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ECS.png -------------------------------------------------------------------------------- /icons/ICC-CE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ICC-CE.png -------------------------------------------------------------------------------- /icons/Inkeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Inkeys.png -------------------------------------------------------------------------------- /icons/Inkore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Inkore.png -------------------------------------------------------------------------------- /icons/Rand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Rand.png -------------------------------------------------------------------------------- /icons/iClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/iClass.png -------------------------------------------------------------------------------- /icons/LockTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/LockTime.png -------------------------------------------------------------------------------- /icons/SeewoHUB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/SeewoHUB.png -------------------------------------------------------------------------------- /icons/VoiceHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/VoiceHub.png -------------------------------------------------------------------------------- /icons/flutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/flutter.png -------------------------------------------------------------------------------- /icons/ClassIsland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ClassIsland.png -------------------------------------------------------------------------------- /icons/Classworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Classworks.png -------------------------------------------------------------------------------- /icons/ExamAware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ExamAware.png -------------------------------------------------------------------------------- /icons/Ink-Canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Ink-Canvas.png -------------------------------------------------------------------------------- /icons/LemonxNote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/LemonxNote.png -------------------------------------------------------------------------------- /icons/NamePicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/NamePicker.png -------------------------------------------------------------------------------- /icons/SecRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/SecRandom.png -------------------------------------------------------------------------------- /icons/SketchNow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/SketchNow.png -------------------------------------------------------------------------------- /icons/ZongziTEK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ZongziTEK.png -------------------------------------------------------------------------------- /images/Rand/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Rand/home.png -------------------------------------------------------------------------------- /images/VoiceHub/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/VoiceHub/1.png -------------------------------------------------------------------------------- /icons/Class-Widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Class-Widgets.png -------------------------------------------------------------------------------- /icons/ExamSchedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ExamSchedule.png -------------------------------------------------------------------------------- /icons/Ris_ClassTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Ris_ClassTool.png -------------------------------------------------------------------------------- /icons/SectionIstool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/SectionIstool.png -------------------------------------------------------------------------------- /images/CSES/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/CSES/preview.png -------------------------------------------------------------------------------- /images/SeewoHUB/主界面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SeewoHUB/主界面.png -------------------------------------------------------------------------------- /images/SeewoHUB/设置.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SeewoHUB/设置.png -------------------------------------------------------------------------------- /images/iClass/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/iClass/main.png -------------------------------------------------------------------------------- /icons/ClassBoardSharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ClassBoardSharp.png -------------------------------------------------------------------------------- /icons/Education-Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Education-Clock.png -------------------------------------------------------------------------------- /icons/Ink-Canvas-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Ink-Canvas-Plus.png -------------------------------------------------------------------------------- /icons/Inkways-Classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Inkways-Classic.png -------------------------------------------------------------------------------- /icons/Sticky-attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Sticky-attention.png -------------------------------------------------------------------------------- /images/ExamAware/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ExamAware/home.png -------------------------------------------------------------------------------- /images/ICC-CE/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ICC-CE/banner.png -------------------------------------------------------------------------------- /images/InkCanvas/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/InkCanvas/board.png -------------------------------------------------------------------------------- /images/Inkeys/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Inkeys/banner.png -------------------------------------------------------------------------------- /images/Inkways/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Inkways/banner.png -------------------------------------------------------------------------------- /images/LemonxNote/黑板.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/LemonxNote/黑板.png -------------------------------------------------------------------------------- /images/LockTime/MainUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/LockTime/MainUI.png -------------------------------------------------------------------------------- /images/NamePicker/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/NamePicker/main.png -------------------------------------------------------------------------------- /images/ex-caller/demo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ex-caller/demo.webp -------------------------------------------------------------------------------- /images/finito_board/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/finito_board/1.png -------------------------------------------------------------------------------- /icons/Ink-Canvas-Better.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Ink-Canvas-Better.png -------------------------------------------------------------------------------- /icons/InkCanvasForClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/InkCanvasForClass.png -------------------------------------------------------------------------------- /images/ClassIsland/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ClassIsland/main.png -------------------------------------------------------------------------------- /images/Classworks/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Classworks/banner.png -------------------------------------------------------------------------------- /images/HomeworkBoard/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/HomeworkBoard/img.png -------------------------------------------------------------------------------- /images/Immersive-clock/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Immersive-clock/1.jpg -------------------------------------------------------------------------------- /images/InkCanvas/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/InkCanvas/screen.png -------------------------------------------------------------------------------- /images/NamePicker/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/NamePicker/banner.png -------------------------------------------------------------------------------- /images/SecRandom/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SecRandom/welcome.png -------------------------------------------------------------------------------- /images/SketchNow/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SketchNow/banner.png -------------------------------------------------------------------------------- /images/SketchNow/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SketchNow/toolbar.png -------------------------------------------------------------------------------- /icons/ElectronClassSchedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/ElectronClassSchedule.png -------------------------------------------------------------------------------- /icons/Ink-Canvas-Artistry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/Ink-Canvas-Artistry.png -------------------------------------------------------------------------------- /icons/LingYun-Class-Widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/icons/LingYun-Class-Widgets.png -------------------------------------------------------------------------------- /images/Class-Widgets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Class-Widgets/banner.png -------------------------------------------------------------------------------- /images/ClassIsland/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ClassIsland/banner.png -------------------------------------------------------------------------------- /images/ExamAware/showboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ExamAware/showboard.png -------------------------------------------------------------------------------- /images/Ris_Classtool/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ris_Classtool/banner.png -------------------------------------------------------------------------------- /images/SectionIstool/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/SectionIstool/about.png -------------------------------------------------------------------------------- /images/Sticky-attention/主界面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Sticky-attention/主界面.png -------------------------------------------------------------------------------- /images/Sticky-attention/设置.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Sticky-attention/设置.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Plus/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Plus/board.png -------------------------------------------------------------------------------- /images/ClassBoardSharp/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ClassBoardSharp/preview.png -------------------------------------------------------------------------------- /images/Exam-Showboard/HomePage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Exam-Showboard/HomePage.png -------------------------------------------------------------------------------- /images/Exam-Showboard/InfoPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Exam-Showboard/InfoPage.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Better/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Better/preview.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Plus/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Plus/toolbar.png -------------------------------------------------------------------------------- /images/InkCanvasForClass/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/InkCanvasForClass/board.png -------------------------------------------------------------------------------- /images/InkCanvasForClass/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/InkCanvasForClass/toolbar.png -------------------------------------------------------------------------------- /images/Inkways/image_inkways_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Inkways/image_inkways_10.png -------------------------------------------------------------------------------- /images/Inkways/image_inkways_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Inkways/image_inkways_6.png -------------------------------------------------------------------------------- /images/Inkways/image_inkways_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Inkways/image_inkways_7.png -------------------------------------------------------------------------------- /images/ElectronClassSchedule/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/ElectronClassSchedule/view.png -------------------------------------------------------------------------------- /images/LingYun-Class-Widgets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/LingYun-Class-Widgets/banner.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Artistry/Screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Artistry/Screenshot1.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Artistry/Screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Artistry/Screenshot2.png -------------------------------------------------------------------------------- /images/Ink-Canvas-Artistry/Screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jursin/Awesome-Class-Softwares/HEAD/images/Ink-Canvas-Artistry/Screenshot3.png -------------------------------------------------------------------------------- /icons/fa/separator-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.github/workflows/reademe-contributors.yml: -------------------------------------------------------------------------------- 1 | on: 2 | push: 3 | branches: 4 | - main 5 | 6 | jobs: 7 | contrib-readme-job: 8 | runs-on: ubuntu-latest 9 | name: A job to automate contrib in readme 10 | permissions: 11 | contents: write 12 | pull-requests: write 13 | steps: 14 | - name: Contribute List 15 | uses: akhilmhdh/contributors-readme-action@v2.3.10 16 | env: 17 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 18 | -------------------------------------------------------------------------------- /icons/fa/separator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /icons/github.svg: -------------------------------------------------------------------------------- 1 | GitHub -------------------------------------------------------------------------------- /icons/fa/chalkboard-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 看板类 20 | -------------------------------------------------------------------------------- /icons/fa/chalkboard-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 12 | 看板类 13 | 14 | -------------------------------------------------------------------------------- /icons/fa/pen-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 批注类 20 | -------------------------------------------------------------------------------- /icons/fa/pen-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 13 | 批注类 14 | 15 | -------------------------------------------------------------------------------- /icons/fa/star-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | Star 历史 19 | -------------------------------------------------------------------------------- /icons/fa/star-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 13 | Star 历史 14 | 15 | -------------------------------------------------------------------------------- /icons/Immersive-clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /icons/fa/download-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 下载类 20 | -------------------------------------------------------------------------------- /icons/fa/download-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 15 | 下载类 16 | 17 | -------------------------------------------------------------------------------- /icons/fa/cubes-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | 14 | 15 | 随机抽选 16 | -------------------------------------------------------------------------------- /icons/fa/cubes-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | 随机抽选 19 | -------------------------------------------------------------------------------- /icons/fa/link-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 友情链接 20 | -------------------------------------------------------------------------------- /icons/fa/link-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 17 | 友情链接 18 | 19 | -------------------------------------------------------------------------------- /icons/vite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/fa/code-pull-request-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | 贡献指南 19 | -------------------------------------------------------------------------------- /icons/cses.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /icons/fa/puzzle-piece-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 多功能类 20 | -------------------------------------------------------------------------------- /icons/fa/code-pull-request-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 18 | 贡献指南 19 | 20 | -------------------------------------------------------------------------------- /icons/fa/puzzle-piece-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 19 | 多功能类 20 | 21 | -------------------------------------------------------------------------------- /icons/fa/calendar-days-solid-light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | 19 | 课表类 20 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # 贡献指南 2 | 3 | 感谢您考虑为 Awesome Class Softwares 文档做出贡献!您可以为本项目做出包括但不限于反馈内容过时/错误、优化排版、项目推荐等贡献。在为本文档贡献之前,请先阅读本贡献指南: 4 | 5 | ## 反馈内容时过/错误 6 | - 如果您在阅读本文档的过程中遇到某些项目的内容过时或出现错误,包括但不限于**项目简介中所描述的事实与内容过时或出现事实性错误、项目所指向的链接失效、项目的更新状态与归档状态过时、项目的名称或图标等发生变化**等情况,您可以提交 [`Issues`](https://github.com/Jursin/Awesome-Class-Softwares/issues) 使我知晓或 [`Pull Requests`](https://github.com/Jursin/Awesome-Class-Softwares/pulls) 等待审核后合并。 7 | - 如果提交 `Issues` 请确保在其中准确描述内容过时/错误的位置,并尽可能提供有关的最新数据和信息供作者更正。 8 | 9 | ## 优化排版 10 | - 如果您在阅读本文档的过程中发现文档的排版或格式不符合审美要求,或有其他更好的排版建议,您可以提交 [`Issues`](https://github.com/Jursin/Awesome-Class-Softwares/issues) 详细描述或 [`Pull Requests`](https://github.com/Jursin/Awesome-Class-Softwares/pulls) 等待审核后合并。 11 | 12 | ## 项目推荐 13 | 如果您想要推荐自己或他人的项目,请按照以下要求提交 [`Issues`](https://github.com/Jursin/Awesome-Class-Softwares/issues) 简要介绍或 [`Pull Requests`](https://github.com/Jursin/Awesome-Class-Softwares/pulls) 等待审核后合并。 14 | 15 | 1. **项目的名称(和 Logo )、简述** 16 | 项目的名称应完整且官方,尽量不要使用缩写。项目的简述应尽量精炼,用一句话交代项目的类型、用途和特点。 17 | 18 | 2. **项目的截图** 19 | 提交清晰的主要界面的截图,供人快速了解。 20 | 21 | 3. **项目的技术栈** 22 | 提交项目所涉及的技术栈,如操作系统、编程语言、数据库、框架等。 23 | 24 | 4. **项目的 GitHub 仓库地址或官网链接(如果有)** 25 | 提交项目的 GitHub 仓库地址或官网链接,方便确认介绍属实。 26 | 27 | ## 常见注意事项 28 | - **报告软件本体的问题** 29 | 如果您遇到软件本体的问题或有具体疑问,请前往对应仓库/交流平台等正确渠道反馈,而不是在本仓库发起 `Issue` 。 30 | - **禁止直接分发二进制文件** 31 | ⚠️ **不要将二进制文件直接托管到该仓库中**,您可以将文件托管到其它网盘服务平台(如 123 云盘、蓝奏云)并在本文档中添加网盘链接。请确保上传内容合法,🚫禁止上传破解版等非法版本的软件和其它违法内容。 32 | - **有关商业软件** 33 | 如果您打算上传商业软件介绍,确保在上传前已获得开发者的许可,未经授权的提交将被忽略或拒绝。 34 | - **修改或移除内容** 35 | 如果您是项目开发者或被认可的主要维护者,希望修改或移除已经添加到本文档中的关于你们项目的内容,请提交 [`Issues`](https://github.com/Jursin/Awesome-Class-Softwares/issues) 使我知晓或 [`Pull Requests`](https://github.com/Jursin/Awesome-Class-Softwares/pulls) 等待审核后合并。** 36 | 37 | > [!tip] 38 | > 感谢您的贡献,期待您为本项目带来更多的帮助与改进! -------------------------------------------------------------------------------- /icons/fa/calendar-days-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 21 | 课表类 22 | 23 | -------------------------------------------------------------------------------- /links.md: -------------------------------------------------------------------------------- 1 | # 友情链接 2 | - [**智教联盟论坛**](https://forum.smart-teach.cn/)
3 | [QQ群|1032389222](https://qm.qq.com/q/WRyW8y2yg8) 4 | - [**电教委入门指南**](https://tutorial.misaka.space/) 5 | - [**希沃折腾手册**](https://kdocs.cn/l/coHT3CUcoQDV) 6 | - [提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md) 7 | 8 | | 项目仓库 | ![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91-%23FB7299?style=flat&logo=bilibili) | ![QQ 群](https://img.shields.io/badge/-QQ%E7%BE%A4-blue?style=flat&logo=QQ) ![QQ 频道](https://img.shields.io/badge/-QQ%E9%A2%91%E9%81%93-blue?style=flat&logo=QQ) | 其它 | 9 | | - | - | - | - | 10 | | [ClassIsland](https://github.com/ClassIsland/ClassIsland) | [BV1EEsNeYEc9](https://www.bilibili.com/video/BV1EEsNeYEc9) | [958840932](https://qm.qq.com/q/4NsDQKiAuQ) [classisland](https://pd.qq.com/s/10sd1flp0) | | 11 | | [Class-Widgets](https://github.com/Class-Widgets/Class-Widgets) | [BV1SSfDYmEa4](https://www.bilibili.com/video/BV1SSfDYmEa4) [BV1xwW9eyEGu](https://www.bilibili.com/video/BV1xwW9eyEGu) | [169200380](https://qm.qq.com/q/EuDtwzURQA)
[698599898(2群)](https://qm.qq.com/q/qSnRH8ycWQ) | [![Discord](https://img.shields.io/badge/-Discord%EF%BD%9CxT7v7FGZ-white?style=flat&logo=Discord)](https://discord.gg/xT7v7FGZ) | 12 | | [LingYun-Class-Widgets](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets) | [BV1hGrnYDEhN](https://www.bilibili.com/video/BV1hGrnYDEhN) | [917509031](https://qm.qq.com/q/BDeDL7K8kE) | | 13 | | [ElectronClassSchedule](https://github.com/EnderWolf006/ElectronClassSchedule) | [BV1Wm411k7n8](https://www.bilibili.com/video/BV1Wm411k7n8) | [951996041](https://qm.qq.com/q/9nRFURLYJ2)
[914887202(2群)](https://qm.qq.com/q/JarnP6AD2a) | [![Telegram](https://img.shields.io/badge/-Telegram%EF%BD%9C@%E7%94%B5%E5%AD%90%E8%AF%BE%E8%A1%A8%E4%BA%A4%E6%B5%81%E7%BE%A4ElectronClassSchedule-blue?style=flat&logo=Telegram)](https://t.me/ECSchedule) | 14 | | [Ris_ClassTool](https://github.com/Ris-Soft/Ris_ClassTool) | [BV1A96SYHEnz](https://www.bilibili.com/video/BV1A96SYHEnz) | [939571490](https://qm.qq.com/q/nl64TDpnk6) | | 15 | | [ZongziTEK-Blackboard-Sticker](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) | [BV1Lz4UeREEW](https://www.bilibili.com/video/BV1Lz4UeREEW) | [1101582374](https://jq.qq.com/?_wv=1027&k=epb9KDPe) | | 16 | | [ExamAware](https://github.com/ExamAware) | | [901670561](https://qm.qq.com/q/zDiEipHsaI) | | 17 | | [Sticky-attention](https://github.com/Sticky-attention/Sticky-attention) | [BV1YJ4Fe5EgD](https://www.bilibili.com/video/BV1YJ4Fe5EgD) | [680019081](https://qm.qq.com/q/neHPnfBSJq) | | 18 | | [HomeworkBoard](https://github.com/EnderWolf006/HomeworkBoard) | | [951996041](https://qm.qq.com/q/9nRFURLYJ2)*(与 `ElectronClassSchedule` 同群)*| | 19 | | [Classworks](https://github.com/ClassworksDev/Classworks) | | [964979747](https://qm.qq.com/q/AdQJCgNOsS) | | 20 | | [Ink-Canvas](https://github.com/WXRIW/Ink-Canvas) | | [891913576](https://jq.qq.com/?_wv=1027&k=NvlM1Rgg) | | 21 | | [Ink-Canvas-Plus](https://github.com/clover-yan/Ink-Canvas-Plus) | | [996760298](https://qm.qq.com/q/yVzprKLfbi) | | 22 | | [Ink-Canvas-Artistry](https://github.com/ChangSakura/Ink-Canvas) | | [617707731](https://qm.qq.com/q/AC777tzmEw) | | 23 | | [InkCanvasForClass](https://github.com/InkCanvas/InkCanvasForClass) | | [195404368](https://qm.qq.com/q/9OCaHHfh7O)*(非官方交流群)* | | 24 | | [Inkeys](https://github.com/Alan-CRL/Inkeys) | [BV1Tz421z72e](https://www.bilibili.com/video/BV1Tz421z72e) | [618720802](https://qm.qq.com/q/iEDzSL0Wn) | | 25 | | [Inkways-Classic](https://github.com/iNKORE-NET/Inkways) | | [655979143](https://qm.qq.com/q/wzFUnRBF9C) [1nkoreStudios](https://pd.qq.com/s/g3o1pmidm) | [![Telegram](https://img.shields.io/badge/-Telegram%EF%BD%9C@iNKORE_Studios-blue?style=flat&logo=Telegram)](https://t.me/iNKORE)
[![Facebook](https://img.shields.io/badge/-Facebook%EF%BD%9C@iNKORE_Studios-blue?style=flat&logo=Facebook)](https://www.facebook.com/iNKORE.NET)
[![X](https://img.shields.io/badge/-X%EF%BD%9C@iNKORE_NET-black?style=flat&logo=X)](https://x.com/iNKORE_NET)
[![Discord](https://img.shields.io/badge/-Discord%EF%BD%9Cm6NPNVk4bs-white?style=flat&logo=Discord)](https://discord.com/invite/m6NPNVk4bs) | 26 | | [SectionIstool](https://github.com/SectionIstool/SectionIstool) | | [833875216](https://qm.qq.com/q/ASRSNUJuve) | | 27 | | [NamePicker](https://github.com/NamePickerOrg/NamePicker) | | [2153027375](https://qm.qq.com/q/flUZy9cJMs) | | 28 | | [SecRandom](https://github.com/SECTL/SecRandom) | | [833875216](https://qm.qq.com/q/Y8tx1BxnmG) | | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 58 | Public License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-NonCommercial-ShareAlike 4.0 International Public License 63 | ("Public License"). To the extent this Public License may be 64 | interpreted as a contract, You are granted the Licensed Rights in 65 | consideration of Your acceptance of these terms and conditions, and the 66 | Licensor grants You such rights in consideration of benefits the 67 | Licensor receives from making the Licensed Material available under 68 | these terms and conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-NC-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution, NonCommercial, and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. NonCommercial means not primarily intended for or directed towards 126 | commercial advantage or monetary compensation. For purposes of 127 | this Public License, the exchange of the Licensed Material for 128 | other material subject to Copyright and Similar Rights by digital 129 | file-sharing or similar means is NonCommercial provided there is 130 | no payment of monetary compensation in connection with the 131 | exchange. 132 | 133 | l. Share means to provide material to the public by any means or 134 | process that requires permission under the Licensed Rights, such 135 | as reproduction, public display, public performance, distribution, 136 | dissemination, communication, or importation, and to make material 137 | available to the public including in ways that members of the 138 | public may access the material from a place and at a time 139 | individually chosen by them. 140 | 141 | m. Sui Generis Database Rights means rights other than copyright 142 | resulting from Directive 96/9/EC of the European Parliament and of 143 | the Council of 11 March 1996 on the legal protection of databases, 144 | as amended and/or succeeded, as well as other essentially 145 | equivalent rights anywhere in the world. 146 | 147 | n. You means the individual or entity exercising the Licensed Rights 148 | under this Public License. Your has a corresponding meaning. 149 | 150 | 151 | Section 2 -- Scope. 152 | 153 | a. License grant. 154 | 155 | 1. Subject to the terms and conditions of this Public License, 156 | the Licensor hereby grants You a worldwide, royalty-free, 157 | non-sublicensable, non-exclusive, irrevocable license to 158 | exercise the Licensed Rights in the Licensed Material to: 159 | 160 | a. reproduce and Share the Licensed Material, in whole or 161 | in part, for NonCommercial purposes only; and 162 | 163 | b. produce, reproduce, and Share Adapted Material for 164 | NonCommercial purposes only. 165 | 166 | 2. Exceptions and Limitations. For the avoidance of doubt, where 167 | Exceptions and Limitations apply to Your use, this Public 168 | License does not apply, and You do not need to comply with 169 | its terms and conditions. 170 | 171 | 3. Term. The term of this Public License is specified in Section 172 | 6(a). 173 | 174 | 4. Media and formats; technical modifications allowed. The 175 | Licensor authorizes You to exercise the Licensed Rights in 176 | all media and formats whether now known or hereafter created, 177 | and to make technical modifications necessary to do so. The 178 | Licensor waives and/or agrees not to assert any right or 179 | authority to forbid You from making technical modifications 180 | necessary to exercise the Licensed Rights, including 181 | technical modifications necessary to circumvent Effective 182 | Technological Measures. For purposes of this Public License, 183 | simply making modifications authorized by this Section 2(a) 184 | (4) never produces Adapted Material. 185 | 186 | 5. Downstream recipients. 187 | 188 | a. Offer from the Licensor -- Licensed Material. Every 189 | recipient of the Licensed Material automatically 190 | receives an offer from the Licensor to exercise the 191 | Licensed Rights under the terms and conditions of this 192 | Public License. 193 | 194 | b. Additional offer from the Licensor -- Adapted Material. 195 | Every recipient of Adapted Material from You 196 | automatically receives an offer from the Licensor to 197 | exercise the Licensed Rights in the Adapted Material 198 | under the conditions of the Adapter's License You apply. 199 | 200 | c. No downstream restrictions. You may not offer or impose 201 | any additional or different terms or conditions on, or 202 | apply any Effective Technological Measures to, the 203 | Licensed Material if doing so restricts exercise of the 204 | Licensed Rights by any recipient of the Licensed 205 | Material. 206 | 207 | 6. No endorsement. Nothing in this Public License constitutes or 208 | may be construed as permission to assert or imply that You 209 | are, or that Your use of the Licensed Material is, connected 210 | with, or sponsored, endorsed, or granted official status by, 211 | the Licensor or others designated to receive attribution as 212 | provided in Section 3(a)(1)(A)(i). 213 | 214 | b. Other rights. 215 | 216 | 1. Moral rights, such as the right of integrity, are not 217 | licensed under this Public License, nor are publicity, 218 | privacy, and/or other similar personality rights; however, to 219 | the extent possible, the Licensor waives and/or agrees not to 220 | assert any such rights held by the Licensor to the limited 221 | extent necessary to allow You to exercise the Licensed 222 | Rights, but not otherwise. 223 | 224 | 2. Patent and trademark rights are not licensed under this 225 | Public License. 226 | 227 | 3. To the extent possible, the Licensor waives any right to 228 | collect royalties from You for the exercise of the Licensed 229 | Rights, whether directly or through a collecting society 230 | under any voluntary or waivable statutory or compulsory 231 | licensing scheme. In all other cases the Licensor expressly 232 | reserves any right to collect such royalties, including when 233 | the Licensed Material is used other than for NonCommercial 234 | purposes. 235 | 236 | 237 | Section 3 -- License Conditions. 238 | 239 | Your exercise of the Licensed Rights is expressly made subject to the 240 | following conditions. 241 | 242 | a. Attribution. 243 | 244 | 1. If You Share the Licensed Material (including in modified 245 | form), You must: 246 | 247 | a. retain the following if it is supplied by the Licensor 248 | with the Licensed Material: 249 | 250 | i. identification of the creator(s) of the Licensed 251 | Material and any others designated to receive 252 | attribution, in any reasonable manner requested by 253 | the Licensor (including by pseudonym if 254 | designated); 255 | 256 | ii. a copyright notice; 257 | 258 | iii. a notice that refers to this Public License; 259 | 260 | iv. a notice that refers to the disclaimer of 261 | warranties; 262 | 263 | v. a URI or hyperlink to the Licensed Material to the 264 | extent reasonably practicable; 265 | 266 | b. indicate if You modified the Licensed Material and 267 | retain an indication of any previous modifications; and 268 | 269 | c. indicate the Licensed Material is licensed under this 270 | Public License, and include the text of, or the URI or 271 | hyperlink to, this Public License. 272 | 273 | 2. You may satisfy the conditions in Section 3(a)(1) in any 274 | reasonable manner based on the medium, means, and context in 275 | which You Share the Licensed Material. For example, it may be 276 | reasonable to satisfy the conditions by providing a URI or 277 | hyperlink to a resource that includes the required 278 | information. 279 | 3. If requested by the Licensor, You must remove any of the 280 | information required by Section 3(a)(1)(A) to the extent 281 | reasonably practicable. 282 | 283 | b. ShareAlike. 284 | 285 | In addition to the conditions in Section 3(a), if You Share 286 | Adapted Material You produce, the following conditions also apply. 287 | 288 | 1. The Adapter's License You apply must be a Creative Commons 289 | license with the same License Elements, this version or 290 | later, or a BY-NC-SA Compatible License. 291 | 292 | 2. You must include the text of, or the URI or hyperlink to, the 293 | Adapter's License You apply. You may satisfy this condition 294 | in any reasonable manner based on the medium, means, and 295 | context in which You Share Adapted Material. 296 | 297 | 3. You may not offer or impose any additional or different terms 298 | or conditions on, or apply any Effective Technological 299 | Measures to, Adapted Material that restrict exercise of the 300 | rights granted under the Adapter's License You apply. 301 | 302 | 303 | Section 4 -- Sui Generis Database Rights. 304 | 305 | Where the Licensed Rights include Sui Generis Database Rights that 306 | apply to Your use of the Licensed Material: 307 | 308 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 309 | to extract, reuse, reproduce, and Share all or a substantial 310 | portion of the contents of the database for NonCommercial purposes 311 | only; 312 | 313 | b. if You include all or a substantial portion of the database 314 | contents in a database in which You have Sui Generis Database 315 | Rights, then the database in which You have Sui Generis Database 316 | Rights (but not its individual contents) is Adapted Material, 317 | including for purposes of Section 3(b); and 318 | 319 | c. You must comply with the conditions in Section 3(a) if You Share 320 | all or a substantial portion of the contents of the database. 321 | 322 | For the avoidance of doubt, this Section 4 supplements and does not 323 | replace Your obligations under this Public License where the Licensed 324 | Rights include other Copyright and Similar Rights. 325 | 326 | 327 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 328 | 329 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 330 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 331 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 332 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 333 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 334 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 335 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 336 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 337 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 338 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 339 | 340 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 341 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 342 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 343 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 344 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 345 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 346 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 347 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 348 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 349 | 350 | c. The disclaimer of warranties and limitation of liability provided 351 | above shall be interpreted in a manner that, to the extent 352 | possible, most closely approximates an absolute disclaimer and 353 | waiver of all liability. 354 | 355 | 356 | Section 6 -- Term and Termination. 357 | 358 | a. This Public License applies for the term of the Copyright and 359 | Similar Rights licensed here. However, if You fail to comply with 360 | this Public License, then Your rights under this Public License 361 | terminate automatically. 362 | 363 | b. Where Your right to use the Licensed Material has terminated under 364 | Section 6(a), it reinstates: 365 | 366 | 1. automatically as of the date the violation is cured, provided 367 | it is cured within 30 days of Your discovery of the 368 | violation; or 369 | 370 | 2. upon express reinstatement by the Licensor. 371 | 372 | For the avoidance of doubt, this Section 6(b) does not affect any 373 | right the Licensor may have to seek remedies for Your violations 374 | of this Public License. 375 | 376 | c. For the avoidance of doubt, the Licensor may also offer the 377 | Licensed Material under separate terms or conditions or stop 378 | distributing the Licensed Material at any time; however, doing so 379 | will not terminate this Public License. 380 | 381 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 382 | License. 383 | 384 | 385 | Section 7 -- Other Terms and Conditions. 386 | 387 | a. The Licensor shall not be bound by any additional or different 388 | terms or conditions communicated by You unless expressly agreed. 389 | 390 | b. Any arrangements, understandings, or agreements regarding the 391 | Licensed Material not stated herein are separate from and 392 | independent of the terms and conditions of this Public License. 393 | 394 | 395 | Section 8 -- Interpretation. 396 | 397 | a. For the avoidance of doubt, this Public License does not, and 398 | shall not be interpreted to, reduce, limit, restrict, or impose 399 | conditions on any use of the Licensed Material that could lawfully 400 | be made without permission under this Public License. 401 | 402 | b. To the extent possible, if any provision of this Public License is 403 | deemed unenforceable, it shall be automatically reformed to the 404 | minimum extent necessary to make it enforceable. If the provision 405 | cannot be reformed, it shall be severed from this Public License 406 | without affecting the enforceability of the remaining terms and 407 | conditions. 408 | 409 | c. No term or condition of this Public License will be waived and no 410 | failure to comply consented to unless expressly agreed to by the 411 | Licensor. 412 | 413 | d. Nothing in this Public License constitutes or may be interpreted 414 | as a limitation upon, or waiver of, any privileges and immunities 415 | that apply to the Licensor or You, including from the legal 416 | processes of any jurisdiction or authority. 417 | 418 | ======================================================================= 419 | 420 | Creative Commons is not a party to its public 421 | licenses. Notwithstanding, Creative Commons may elect to apply one of 422 | its public licenses to material it publishes and in those instances 423 | will be considered the “Licensor.” The text of the Creative Commons 424 | public licenses is dedicated to the public domain under the CC0 Public 425 | Domain Dedication. Except for the limited purpose of indicating that 426 | material is shared under a Creative Commons public license or as 427 | otherwise permitted by the Creative Commons policies published at 428 | creativecommons.org/policies, Creative Commons does not authorize the 429 | use of the trademark "Creative Commons" or any other trademark or logo 430 | of Creative Commons without its prior written consent including, 431 | without limitation, in connection with any unauthorized modifications 432 | to any of its public licenses or any other arrangements, 433 | understandings, or agreements concerning use of licensed material. For 434 | the avoidance of doubt, this paragraph does not form part of the 435 | public licenses. 436 | 437 | Creative Commons may be contacted at creativecommons.org. 438 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | # Awesome Class Softwares 4 | # 适用于班级一体机的优质软件合集 5 | [![stars](https://img.shields.io/github/stars/Jursin/Awesome-Class-Softwares?label=Stars)](https://github.com/Jursin/Awesome-Class-Softwares) 6 | [![forks](https://img.shields.io/github/forks/Jursin/Awesome-Class-Softwares?label=Forks)](https://github.com/Jursin/Awesome-Class-Softwares) 7 | [![Watchers](https://img.shields.io/github/watchers/Jursin/Awesome-Class-Softwares?style=social)](https://github.com/Jursin/Awesome-Class-Softwares/watchers) 8 | [![GitHub Issues](https://img.shields.io/github/issues-search/Jursin/Awesome-Class-Softwares?query=is%3Aopen&style=social&logo=github&label=Issues)](https://github.com/Jursin/Awesome-Class-Softwares/issues) 9 | [![GitHub Discussions](https://img.shields.io/github/discussions/Jursin/Awesome-Class-Softwares?style=social&logo=Github&label=Discussions)](https://github.com/Jursin/Awesome-Class-Softwares/discussions) 10 | [![Created At](https://img.shields.io/github/created-at/Jursin/Awesome-Class-Softwares)](https://github.com/Jursin/Awesome-Class-Softwares) 11 | [![Github Last Commit](https://img.shields.io/github/last-commit/Jursin/Awesome-Class-Softwares?style=flat&logo=Github&label=Last%20commit)](https://github.com/Jursin/Awesome-Class-Softwares/commits/master) 12 | [![CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-blue.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0) 13 | [![Web](https://img.shields.io/badge/%E7%BD%91%E7%AB%99-MyNav-007BFF)](https://nav.jursin.top) 14 | [![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2FJursin%2FAwesome-Class-Softwares&label=Visitors&countColor=%23263759&style=flat)](https://visitorbadge.io/) 15 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CHello__Jursin-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/1575907920) 16 | 17 | [![Repobeats](https://repobeats.axiom.co/api/embed/6143732bb42daf7aa015c9f6e993d0e8fbd98913.svg "Repobeats analytics image")](https://repobeats.axiom.co/) 18 | 19 | 20 | 21 | 22 | 贡献指南 23 | 24 |   25 | 26 | 27 | 28 | Star历史 29 | 30 |   31 | 32 | 33 | 34 | 友情链接 35 | 36 |   37 | 38 | 39 | 分隔符 40 |   41 | 42 | 43 | 44 | 课表类 45 | 46 |   47 | 48 | 49 | 50 | 多功能类 51 | 52 |   53 | 54 | 55 | 56 | 看板类 57 | 58 |   59 | 60 | 61 | 62 | 批注类 63 | 64 |   65 | 66 | 67 | 68 | 下载类 69 | 70 |   71 | 72 | 73 | 74 | 随机抽选 75 | 76 | 77 | 78 |
79 | 80 | > [!important] 81 | > **本文档旨在推荐以下优质软件,如欲提出问题,请前往对应仓库/交流平台**🔗 82 | > 83 | > **对于软件详细介绍与使用方法,请点击对应 Web 页面链接跳转到网站相关页面**🔗 84 | > 85 | > **本文档仅供参考,信息可能会更新不及时,请前往对应仓库查看最新动态** 86 | 87 | > [!warning] 88 | > **以下软件均为免费,如遇收费提示请注意甄别!** 89 | 90 | > [!tip] 91 | > **你知道吗?** 92 | > 93 | > **以下项目开发者基本都是学生**🤓 94 | > 95 | > **以下徽章大部分点击后可跳转到对应链接**🔗 96 | 97 | > **👋同类项目** 98 | 99 |
100 | 101 | [![Awesome-Iwb/Awesome-Iwb](https://github-readme-stats.vercel.app/api/pin/?username=Awesome-Iwb&repo=Awesome-Iwb&show_owner=true)](https://github.com/Awesome-Iwb/Awesome-Iwb) 102 | 103 | ## 📃目录 104 | 105 | ### 🗓️[课表类](#课表类) 106 | 107 | | 软件 | 组织/主开发者 | 108 | | - | - | 109 | | [CsesWebEditor](#cseswebeditor) | [`SmartTeachCN`](https://github.com/SmartTeachCN) [`PYLXU`](https://github.com/PYLXU) | 110 | | [ClassIsland](#classisland) | [`ClassIsland`](https://github.com/ClassIsland) [`HelloWRC`](https://github.com/HelloWRC) | 111 | | [Class-Widgets](#class-widgets) | [`Class-Widgets`](https://github.com/Class-Widgets) [`RinLit-233-shiroko`](https://github.com/RinLit-233-shiroko) | 112 | | [LingYun-Class-Widgets](#lingyun-class-widgets) | [`Yamikani-Flipped`](https://github.com/Yamikani-Flipped) | 113 | | [ElectronClassSchedule](#electronclassschedule) | [`EnderWolf006`](https://github.com/EnderWolf006) | 114 | | [iClass](#iclass) | [`gpuawa`](https://github.com/gpuawa) | 115 | 116 | ### 🧩[多功能类](#多功能类) 117 | 118 | | 软件 | 组织/主开发者 | 119 | | - | - | 120 | | [Ris_ClassTool](#ris_classtool) | [`Ris-Soft`](https://github.com/Ris-Soft) [`PYLXU`](https://github.com/PYLXU) | 121 | | [ZongziTEK黑板贴](#zongzitek黑板贴) | [`STBBRD`](https://github.com/STBBRD) | 122 | | [Education Clock](#education-clock) | [`Return-Log`](https://github.com/Return-Log) | 123 | | [VoiceHub](#voicehub) | [`laoshuikaixue`](https://github.com/laoshuikaixue) | 124 | 125 | ### 📊[看板类](#看板类) 126 | 127 | | 软件 | 组织/主开发者 | 128 | | - | - | 129 | | [ExamAware](#examaware) | [`ExamAware`](https://github.com/ExamAware) [`Hello8693`](https://github.com/Hello8693) | 130 | | [Sticky-attention](#sticky-attention) | [`Sticky-attention`](https://github.com/Sticky-attention) [`jizilin6732`](https://github.com/jizilin6732) | 131 | | [finito_board](#finito_board) | [`Xwei1645`](https://github.com/Xwei1645) | 132 | | [HomeworkBoard](#homeworkboard) | [`EnderWolf006`](https://github.com/EnderWolf006) | 133 | | [Classworks](#classworks) | [`ClassworksDev`](https://github.com/ClassworksDev) [`SunWuyuan`](https://github.com/SunWuyuan) | 134 | | [ClassBoardSharp](#classboardsharp) | [`Candlest`](https://github.com/Candlest) | 135 | | [Immersive-clock](#immersive-clock) | [`QQHKX`](https://github.com/QQHKX) | 136 | | [LockTime](#locktime) | [`cjhdevact`](https://github.com/cjhdevact) | 137 | 138 | ### 🖍️[批注类](#批注类) 139 | 140 | | 软件 | 组织/主开发者 | 141 | | - | - | 142 | | [Ink-Canvas](#ink-canvas) | [`WXRIW`](https://github.com/WXRIW) | 143 | | [Ink-Canvas-Plus](#ink-canvas-plus) | [`clover-yan`](https://github.com/clover-yan/) | 144 | | [Ink-Canvas-Artistry](#ink-canvas-artistry) | [`InkCanvas`](https://github.com/InkCanvas) [`ChangSakura`](https://github.com/ChangSakura) | 145 | | [Ink-Canvas-Better](#ink-canvas-better) | [`BaiYang2238`](https://github.com/BaiYang2238) | 146 | | [ICC-CE](#icc-ce) | [`InkCanvasForClass`](https://github.com/InkCanvasForClass) [`CJKmkp`](https://github.com/CJKmkp) | 147 | | [SketchNow](#sketchnow) | [`SketchNow`](https://github.com/SketchNow) [`realybin`](https://github.com/realybin) | 148 | | [智绘教Inkeys](#智绘教inkeys) | [`Alan-CRL`](https://github.com/Alan-CRL) | 149 | | [Inkways-Classic](#inkways-classic) | [`iNKORE Studios`](https://github.com/iNKORE-NET) | 150 | | [LemonxNote](#lemonxnote) | [`lh11117`](https://github.com/lh11117) | 151 | 152 | ### ⬇️[下载类](#下载类) 153 | 154 | | 软件 | 组织/主开发者 | 155 | | - | - | 156 | | [SectionIstool](#SectionIstool) | [`SectionIstool`](https://github.com/SectionIstool) [`lzy98276`](https://github.com/lzy98276) | 157 | | [SeewoHUB](#seewohub) | [`CNwenwen`](https://github.com/CNwenwen) | 158 | 159 | ### 🎲[随机抽选](#随机抽选) 160 | 161 | | 软件 | 组织/主开发者 | 162 | | - | - | 163 | | [NamePicker](#namepicker) | [`NamePicker`](https://github.com/NamePickerOrg) [`LHGS-github`](https://github.com/LHGS-github) | 164 | | [Rand](#rand) | [`LuoYunXi0407`](https://github.com/LuoYunXi0407) | 165 | | [SecRandom](#secrandom) | [`lzy98276`](https://github.com/lzy98276) | 166 | | [ex-caller](#ex-caller) | [`typed-sigterm`](https://github.com/typed-sigterm) | 167 | 168 | ## 课表类 169 | 170 | 171 | 172 | ### CsesWebEditor 173 | ![image](images/CSES/preview.png) 174 | 175 | [![stars](https://img.shields.io/github/stars/SmartTeachCN/CsesWebEditor?label=Stars)](https://github.com/SmartTeachCN/CsesWebEditor) 176 | [![forks](https://img.shields.io/github/forks/SmartTeachCN/CsesWebEditor?label=Forks)](https://github.com/SmartTeachCN/CsesWebEditor) 177 | [![Watchers](https://img.shields.io/github/watchers/SmartTeachCN/CsesWebEditor?style=social)](https://github.com/SmartTeachCN/CsesWebEditor/watchers) 178 | [![Downloads](https://img.shields.io/github/downloads/SmartTeachCN/CsesWebEditor/total?style=social&label=Downloads&logo=github)](https://github.com/SmartTeachCN/CsesWebEditor/releases/latest) 179 | [![GitHub Issues](https://img.shields.io/github/issues-search/SmartTeachCN/CsesWebEditor?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/SmartTeachCN/CsesWebEditor/issues) 180 | [![Release](https://img.shields.io/github/v/release/SmartTeachCN/CsesWebEditor?style=flat&color=%233fb950&label=正式版)](https://github.com/SmartTeachCN/CsesWebEditor/releases/latest) 181 | [![Created At](https://img.shields.io/github/created-at/SmartTeachCN/CsesWebEditor)](https://github.com/SmartTeachCN/CsesWebEditor) 182 | [![Github Last Commit](https://img.shields.io/github/last-commit/SmartTeachCN/CsesWebEditor)](https://github.com/SmartTeachCN/CsesWebEditor/commits/main) 183 | ![Html + CSS + JavaScript](https://img.shields.io/badge/HTML%20%2B%20CSS%20%2B%20JavaScript-E34F26?logo=html5&logoColor=white&style=flat) 184 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/SmartTeachCN/CsesWebEditor/blob/main/LICENSE) 185 | 186 | 一个基于 Web 的课程表编辑器,支持 CSES 格式的课程表创建、管理和导出|[在线使用](https://cloud.smart-teach.cn/) 187 | 188 | | **GitHub 仓库** |[https://github.com/SmartTeachCN/CsesWebEditor](https://github.com/SmartTeachCN/CsesWebEditor) | 189 | |:-:|:-:| 190 | | **Web 页面** | [./课表类/cses](https://nav.jursin.top/教辅软件/课表类/cses) | 191 | 192 | 193 | 194 | ### ClassIsland 195 | 196 | ![main](images/ClassIsland/main.png) 197 | 198 | ![banner](images/ClassIsland/banner.png) 199 | 200 | [![stars](https://img.shields.io/github/stars/ClassIsland/ClassIsland?label=Stars)](https://github.com/ClassIsland/ClassIsland) 201 | [![forks](https://img.shields.io/github/forks/ClassIsland/ClassIsland?label=Forks)](https://github.com/ClassIsland/ClassIsland) 202 | [![Watchers](https://img.shields.io/github/watchers/ClassIsland/ClassIsland?style=social)](https://github.com/ClassIsland/ClassIsland/watchers) 203 | [![Downloads](https://img.shields.io/github/downloads/ClassIsland/ClassIsland/total?style=social&label=Downloads&logo=github)](https://github.com/ClassIsland/ClassIsland/releases/latest) 204 | [![GitHub Issues](https://img.shields.io/github/issues-search/ClassIsland/ClassIsland?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ClassIsland/ClassIsland/issues) 205 | [![GitHub Discussions](https://img.shields.io/github/discussions/ClassIsland/ClassIsland?style=flat&logo=Github&label=Discussions)](https://github.com/ClassIsland/ClassIsland/discussions) 206 | [![Release](https://img.shields.io/github/v/release/ClassIsland/ClassIsland?style=flat&color=%233fb950&label=正式版)](https://github.com/ClassIsland/ClassIsland/releases/latest) 207 | [![Beta](https://img.shields.io/github/v/release/ClassIsland/ClassIsland?include_prereleases&style=flat&label=测试版)](https://github.com/ClassIsland/ClassIsland/releases) 208 | [![Created At](https://img.shields.io/github/created-at/ClassIsland/ClassIsland)](https://github.com/ClassIsland/ClassIsland) 209 | [![Github Last Commit](https://img.shields.io/github/last-commit/ClassIsland/ClassIsland)](https://github.com/ClassIsland/ClassIsland/commits/master) 210 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%9D%9E%E5%B8%B8%E6%B4%BB%E8%B7%83-green) 211 | [![GitHub Top Language](https://img.shields.io/github/languages/top/ClassIsland/ClassIsland)](https://github.com/ClassIsland/ClassIsland) 212 | [![LICENSE](https://img.shields.io/badge/License-MIT-red.svg "LICENSE")](https://github.com/ClassIsland/ClassIsland/blob/master/LICENSE.txt) 213 | [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHelloWRC%2FClassIsland.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FHelloWRC%2FClassIsland?ref=badge_shield&style=flat) 214 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C958840932-blue?style=flat&logo=QQ)](https://qm.qq.com/q/4NsDQKiAuQ) 215 | [![QQ频道](https://img.shields.io/badge/-QQ%E9%A2%91%E9%81%93%EF%BD%9Cclassisland-blue?style=flat&logo=QQ)](https://pd.qq.com/s/10sd1flp0) 216 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CHelloWRC__dev-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/355897687) 217 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1EEsNeYEc9-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1EEsNeYEc9) 218 | 219 | 一款适用于班级一体机的课程信息显示软件,支持显示当日课表、课程信息与各`组件`信息,具有丰富的`插件系统`,支持各种精细化设置。 220 | 221 | [ClassIsland 官网](https://classisland.tech/)|[ClassIsland 文档](https://docs.classisland.tech)|[ClassIsland 投票](https://github.com/ClassIsland/voting/discussions) 222 | 223 | | **GitHub 仓库** | [https://github.com/ClassIsland/ClassIsland](https://github.com/ClassIsland/ClassIsland) | 224 | |:-:|:-:| 225 | | **`.NET 6`兼容版仓库** | [https://github.com/ClassIsland/ClassIsland-net6](https://github.com/ClassIsland/ClassIsland-net6)(可在`Windows 7`上正常运行) | 226 | | **GitHub 发行版** | [https://github.com/ClassIsland/ClassIsland/releases](https://github.com/ClassIsland/ClassIsland/releases) | 227 | | **Web 页面** | [./课表类/classisland/](https://nav.jursin.top/教辅软件/课表类/classisland/) | 228 | 229 | 230 | 231 | ### Class-Widgets 232 | 233 | ![Banner](images/Class-Widgets/banner.png) 234 | 235 | [![stars](https://img.shields.io/github/stars/Class-Widgets/Class-Widgets?label=Stars)](https://github.com/Class-Widgets/Class-Widgets) 236 | [![forks](https://img.shields.io/github/forks/Class-Widgets/Class-Widgets?label=Forks)](https://github.com/Class-Widgets/Class-Widgets) 237 | [![Watchers](https://img.shields.io/github/watchers/Class-Widgets/Class-Widgets?style=social)](https://github.com/Class-Widgets/Class-Widgets/watchers) 238 | [![Downloads](https://img.shields.io/github/downloads/Class-Widgets/Class-Widgets/total?style=social&label=Downloads&logo=github)](https://github.com/Class-Widgets/Class-Widgets/releases/latest) 239 | [![GitHub Issues](https://img.shields.io/github/issues-search/Class-Widgets/Class-Widgets?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Class-Widgets/Class-Widgets/issues) 240 | [![GitHub Discussions](https://img.shields.io/github/discussions/Class-Widgets/Class-Widgets?style=flat&logo=Github&label=Discussions)](https://github.com/Class-Widgets/Class-Widgets/discussions) 241 | [![Release](https://img.shields.io/github/v/release/Class-Widgets/Class-Widgets?style=flat&color=%233fb950&label=正式版)](https://github.com/Class-Widgets/Class-Widgets/releases/latest) 242 | [![Beta](https://img.shields.io/github/v/release/Class-Widgets/Class-Widgets?include_prereleases&style=flat&label=测试版)](https://github.com/Class-Widgets/Class-Widgets/releases) 243 | [![Created At](https://img.shields.io/github/created-at/Class-Widgets/Class-Widgets)](https://github.com/Class-Widgets/Class-Widgets) 244 | [![Github Last Commit](https://img.shields.io/github/last-commit/Class-Widgets/Class-Widgets)](https://github.com/Class-Widgets/Class-Widgets/commits/main/) 245 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E6%B4%BB%E8%B7%83-blue) 246 | [![GitHub Top Language](https://img.shields.io/github/languages/top/Class-Widgets/Class-Widgets)](https://github.com/Class-Widgets/Class-Widgets) 247 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Class-Widgets/Class-Widgets/blob/main/LICENSE) 248 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C1060640788-blue?style=flat&logo=QQ)](https://qm.qq.com/q/cNhyy136iQ) 249 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CRinLit__233OuO-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/569522843) 250 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1xwW9eyEGu-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1xwW9eyEGu) 251 | 252 | 一款全新课表软件|[Class-Widgets 官网](https://classwidgets.rinlit.cn/)|[Class-Widgets 使用文档](https://www.yuque.com/rinlit/class-widgets_help) 253 | 254 | | **GitHub 仓库** | [https://github.com/Class-Widgets/Class-Widgets](https://github.com/Class-Widgets/Class-Widgets) | 255 | |:-:|:-:| 256 | | **GitHub 发行版** | [https://github.com/Class-Widgets/Class-Widgets/releases](https://github.com/Class-Widgets/Class-Widgets/releases) | 257 | | **Web 页面** | [./课表类/class-widgets/](https://nav.jursin.top/教辅软件/课表类/class-widgets/) | 258 | 259 | 260 | 261 | ### LingYun-Class-Widgets 262 | 263 | ![Banner](images/LingYun-Class-Widgets/banner.png) 264 | 265 | [![stars](https://img.shields.io/github/stars/Yamikani-Flipped/LingYun-Class-Widgets?label=Stars)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets) 266 | [![forks](https://img.shields.io/github/forks/Yamikani-Flipped/LingYun-Class-Widgets?label=Forks)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets) 267 | [![Watchers](https://img.shields.io/github/watchers/Yamikani-Flipped/LingYun-Class-Widgets?style=social)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/watchers) 268 | [![Downloads](https://img.shields.io/github/downloads/Yamikani-Flipped/LingYun-Class-Widgets/total?style=social&label=Downloads&logo=github)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/releases/latest) 269 | [![GitHub Issues](https://img.shields.io/github/issues-search/Yamikani-Flipped/LingYun-Class-Widgets?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/issues) 270 | [![Release](https://img.shields.io/github/v/release/Yamikani-Flipped/LingYun-Class-Widgets?style=flat&color=%233fb950&label=正式版)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/releases/latest) 271 | [![Beta](https://img.shields.io/github/v/release/Yamikani-Flipped/LingYun-Class-Widgets?include_prereleases&style=flat&label=测试版)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/releases) 272 | [![Created At](https://img.shields.io/github/created-at/Yamikani-Flipped/LingYun-Class-Widgets)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets) 273 | [![Github Last Commit](https://img.shields.io/github/last-commit/Yamikani-Flipped/LingYun-Class-Widgets)](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/commits/main/) 274 | ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white&style=flat) 275 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/blob/main/LICENSE) 276 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C917509031-blue?style=flat&logo=QQ)](https://qm.qq.com/q/BDeDL7K8kE) 277 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C%E7%8E%8B%E6%A3%8B%E7%88%B1%E7%A7%91%E6%8A%80-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/627622081) 278 | 279 | 一款功能丰富的桌面工具,支持在桌面显示各种组件,支持 CSES 通用课程表格式|[LingYun Class Widgets 官网](https://lingyun-6e2.pages.dev/) 280 | 281 | | **GitHub 仓库** | [https://github.com/Yamikani-Flipped/LingYun-Class-Widgets](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets) | 282 | |:-:|:-:| 283 | | **GitHub 发行版** | [https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/releases](https://github.com/Yamikani-Flipped/LingYun-Class-Widgets/releases) | 284 | | **Web 页面** | [./课表类/lingyun-class-widgets](https://nav.jursin.top/教辅软件/课表类/lingyun-class-widgets/) | 285 | 286 | 287 | 288 | ### ElectronClassSchedule 289 | 290 | ![view](images/ElectronClassSchedule/view.png) 291 | 292 | [![stars](https://img.shields.io/github/stars/EnderWolf006/ElectronClassSchedule?label=Stars)](https://github.com/EnderWolf006/ElectronClassSchedule) 293 | [![forks](https://img.shields.io/github/forks/EnderWolf006/ElectronClassSchedule?label=Forks)](https://github.com/EnderWolf006/ElectronClassSchedule) 294 | [![Watchers](https://img.shields.io/github/watchers/EnderWolf006/ElectronClassSchedule?style=social)](https://github.com/EnderWolf006/ElectronClassSchedule/watchers) 295 | [![Downloads](https://img.shields.io/github/downloads/EnderWolf006/ElectronClassSchedule/total?style=social&label=Downloads&logo=github)](https://github.com/EnderWolf006/ElectronClassSchedule/releases/latest) 296 | [![GitHub Issues](https://img.shields.io/github/issues-search/EnderWolf006/ElectronClassSchedule?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/EnderWolf006/ElectronClassSchedule/issues) 297 | [![GitHub Discussions](https://img.shields.io/github/discussions/EnderWolf006/ElectronClassSchedule?style=flat&logo=Github&label=Discussions)](https://github.com/EnderWolf006/ElectronClassSchedule/discussions) 298 | [![Release](https://img.shields.io/github/v/release/EnderWolf006/ElectronClassSchedule?style=flat&color=%233fb950&label=正式版)](https://github.com/EnderWolf006/ElectronClassSchedule/releases/latest) 299 | [![Created At](https://img.shields.io/github/created-at/EnderWolf006/ElectronClassSchedule)](https://github.com/EnderWolf006/ElectronClassSchedule) 300 | [![Github Last Commit](https://img.shields.io/github/last-commit/EnderWolf006/ElectronClassSchedule)](https://github.com/EnderWolf006/ElectronClassSchedule/commits/main) 301 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%97%B2%E7%BD%AE-yellow) 302 | [![GitHub Top Language](https://img.shields.io/github/languages/top/EnderWolf006/ElectronClassSchedule)](https://github.com/EnderWolf006/ElectronClassSchedule) 303 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/EnderWolf006/ElectronClassSchedule/blob/main/LICENSE) 304 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C914887202-blue?style=flat&logo=QQ)](https://qm.qq.com/cgi-bin/qm/qr?k=SL4_VQ9Zmpch-64RbYhkKbTZ5cNjIZ-N&jump_from=webapi&authKey=kxhiNZcQZwoSC/85e3dPxUsL+kpaLIBmxbrcfRLjSJeH35o0D0a/tHBVYI1as5p1) 305 | [![Telegram](https://img.shields.io/badge/-Telegram%EF%BD%9C@%E7%94%B5%E5%AD%90%E8%AF%BE%E8%A1%A8%E4%BA%A4%E6%B5%81%E7%BE%A4ElectronClassSchedule-blue?style=flat&logo=Telegram)](https://t.me/ECSchedule) 306 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CEnder__Wolf-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/3494364340816031) 307 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1Wm411k7n8-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1Wm411k7n8) 308 | 309 | 一款电子课程表软件|[使用说明](https://github.com/EnderWolf006/ElectronClassSchedule?tab=readme-ov-file#%E9%A3%9F%E7%94%A8%E8%AF%B4%E6%98%8E) 310 | 311 | | **GitHub 仓库** | [https://github.com/EnderWolf006/ElectronClassSchedule](https://github.com/EnderWolf006/ElectronClassSchedule) | 312 | |:-:|:-:| 313 | | **GitHub 发行版** | [https://github.com/EnderWolf006/ElectronClassSchedule/releases](https://github.com/EnderWolf006/ElectronClassSchedule/releases) | 314 | | **Web 页面** | [./课表类/ElectronClassSchedule](https://nav.jursin.top/教辅软件/课表类/ElectronClassSchedule/) | 315 | 316 | 317 | 318 | ### iClass 319 | ![main](images/iClass/main.png) 320 | 321 | [![stars](https://img.shields.io/github/stars/gpuawa/iClass?label=Stars)](https://github.com/gpuawa/iClass) 322 | [![forks](https://img.shields.io/github/forks/gpuawa/iClass?label=Forks)](https://github.com/gpuawa/iClass) 323 | [![Watchers](https://img.shields.io/github/watchers/gpuawa/iClass?style=social)](https://github.com/gpuawa/iClass/watchers) 324 | [![Downloads](https://img.shields.io/github/downloads/gpuawa/iClass/total?style=social&label=Downloads&logo=github)](https://github.com/gpuawa/iClass/releases/latest) 325 | [![GitHub Issues](https://img.shields.io/github/issues-search/gpuawa/iClass?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/gpuawa/iClass/issues) 326 | [![Release](https://img.shields.io/github/v/release/gpuawa/iClass?style=flat&color=%233fb950&label=正式版)](https://github.com/gpuawa/iClass/releases/latest) 327 | [![Created At](https://img.shields.io/github/created-at/gpuawa/iClass)](https://github.com/gpuawa/iClass) 328 | [![Github Last Commit](https://img.shields.io/github/last-commit/gpuawa/iClass)](https://github.com/gpuawa/iClass/commits/main) 329 | ![Html + CSS + JavaScript](https://img.shields.io/badge/HTML%20%2B%20CSS%20%2B%20JavaScript-E34F26?logo=html5&logoColor=white&style=flat) 330 | ![Node.js](https://img.shields.io/badge/Node.js-339933?logo=node.js&logoColor=white&style=flat) 331 | ![Electron](https://img.shields.io/badge/Electron-47848F?logo=electron&logoColor=white&style=flat) 332 | [![LICENSE](https://img.shields.io/badge/License-MIT-red.svg "LICENSE")](https://github.com/gpuawa/iClass/blob/main/LICENSE) 333 | 334 | 原名 **ESC++,iMagicTools** ,一个简单的课表软件,使用 Electron 框架 335 | 336 | | **GitHub 仓库** | [https://github.com/gpuawa/iClass](https://github.com/gpuawa/iClass) | 337 | |:-:|:-:| 338 | | **GitHub 发行版** | [https://github.com/gpuawa/iClass/releases](https://github.com/gpuawa/iClass/releases) | 339 | | **Web 页面** | [./课表类/iclass](https://nav.jursin.top/教辅软件/课表类/iclass/) | 340 | 341 | ## 多功能类 342 | 343 | 344 | 345 | ### Ris_ClassTool 346 | 347 | ![banner](images/Ris_Classtool/banner.png) 348 | 349 | [![stars](https://img.shields.io/github/stars/Ris-Soft/Ris_ClassTool?label=Stars)](https://github.com/Ris-Soft/Ris_ClassTool) 350 | [![forks](https://img.shields.io/github/forks/Ris-Soft/Ris_ClassTool?label=Forks)](https://github.com/Ris-Soft/Ris_ClassTool) 351 | [![Watchers](https://img.shields.io/github/watchers/Ris-Soft/Ris_ClassTool?style=social)](https://github.com/Ris-Soft/Ris_ClassTool/watchers) 352 | [![Downloads](https://img.shields.io/github/downloads/Ris-Soft/Ris_ClassTool/total?style=social&label=Downloads&logo=github)](https://github.com/Ris-Soft/Ris_ClassTool/releases/latest) 353 | [![GitHub Issues](https://img.shields.io/github/issues-search/Ris-Soft/Ris_ClassTool?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Ris-Soft/Ris_ClassTool/issues) 354 | [![Release](https://img.shields.io/github/v/release/Ris-Soft/Ris_ClassTool?style=flat&color=%233fb950&label=正式版)](https://github.com/Ris-Soft/Ris_ClassTool/releases/latest) 355 | [![Beta](https://img.shields.io/github/v/release/Ris-Soft/Ris_ClassTool?include_prereleases&style=flat&label=测试版)](https://github.com/Ris-Soft/Ris_ClassTool/releases) 356 | [![Created At](https://img.shields.io/github/created-at/Ris-Soft/Ris_ClassTool)](https://github.com/Ris-Soft/Ris_ClassTool) 357 | [![Github Last Commit](https://img.shields.io/github/last-commit/Ris-Soft/Ris_ClassTool)](https://github.com/Ris-Soft/Ris_ClassTool/commits/master) 358 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%9D%9E%E5%B8%B8%E6%B4%BB%E8%B7%83-green) 359 | [![GitHub Top Language](https://img.shields.io/github/languages/top/Ris-Soft/Ris_ClassTool)](https://github.com/Ris-Soft/Ris_ClassTool) 360 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Ris-Soft/Ris_ClassTool/blob/master/LICENSE) 361 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C939571490-blue?style=flat&logo=QQ)](https://qm.qq.com/q/nl64TDpnk6) 362 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CPYLXU-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/1481617182) 363 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1A96SYHEnz9-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1A96SYHEnz) 364 | 365 | 瑞思课堂工具|[Ris_ClassTool 下载站](https://app.3r60.top/Ris_ClassTool) 366 | 367 | | **GitHub 仓库** |[https://github.com/Ris-Soft/Ris_ClassTool](https://github.com/Ris-Soft/Ris_ClassTool) | 368 | |:-:|:-:| 369 | | **GitHub 发行版** | [https://github.com/Ris-Soft/Ris_ClassTool/releases](https://github.com/Ris-Soft/Ris_ClassTool/releases) | 370 | | **Web 页面** | [./多功能类/ris_classtool](https://nav.jursin.top/教辅软件/多功能类/ris_classtool/) | 371 | 372 | 373 | 374 | ### ZongziTEK黑板贴 375 | 376 | 377 | 378 | 贡献指南 379 | 380 | 381 | [![stars](https://img.shields.io/github/stars/STBBRD/ZongziTEK-Blackboard-Sticker?label=Stars)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) 382 | [![forks](https://img.shields.io/github/forks/STBBRD/ZongziTEK-Blackboard-Sticker?label=Forks)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) 383 | [![Downloads](https://img.shields.io/github/downloads/STBBRD/ZongziTEK-Blackboard-Sticker/total?style=social&label=Downloads&logo=github)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/releases/latest) 384 | [![Watchers](https://img.shields.io/github/watchers/STBBRD/ZongziTEK-Blackboard-Sticker?style=social)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/watchers) 385 | [![GitHub Issues](https://img.shields.io/github/issues-search/STBBRD/ZongziTEK-Blackboard-Sticker?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/issues) 386 | [![Release](https://img.shields.io/github/v/release/STBBRD/ZongziTEK-Blackboard-Sticker?style=flat&color=%233fb950&label=正式版)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/releases/latest) 387 | [![Created At](https://img.shields.io/github/created-at/STBBRD/ZongziTEK-Blackboard-Sticker)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) 388 | [![Github Last Commit](https://img.shields.io/github/last-commit/STBBRD/ZongziTEK-Blackboard-Sticker)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/commits/master) 389 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E6%B4%BB%E8%B7%83-blue) 390 | [![GitHub Top Language](https://img.shields.io/github/languages/top/STBBRD/ZongziTEK-Blackboard-Sticker)](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) 391 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/blob/master/LICENSE) 392 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C1101582374-blue?style=flat&logo=QQ)](https://jq.qq.com/?_wv=1027&k=epb9KDPe) 393 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CZongziTEK%E7%89%9B%E9%80%9A-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/472376649) 394 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1Lz4UeREEW-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1Lz4UeREEW) 395 | 396 | 用于班级一体机的桌面小部件|[ZongziTEK黑板贴官网](https://zztek.top/) 397 | 398 | | **GitHub 仓库** | [https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker) | 399 | |:-:|:-:| 400 | | **GitHub 发行版** | [https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/releases](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker/releases) | 401 | | **Web 页面** | [./多功能类/zongzitek-blackboard-sticker](https://nav.jursin.top/教辅软件/多功能类/zongzitek-blackboard-sticker/) | 402 | 403 | 404 | 405 | ### Education-Clock 406 | ![banner](https://s2.loli.net/2024/12/08/K8Dedr6xpkSvyPa.png) 407 | 408 | [![stars](https://img.shields.io/github/stars/Return-Log/Education-Clock?label=Stars)](https://github.com/Return-Log/Education-Clock) 409 | [![forks](https://img.shields.io/github/forks/Return-Log/Education-Clock?label=Forks)](https://github.com/Return-Log/Education-Clock) 410 | [![Watchers](https://img.shields.io/github/watchers/Return-Log/Education-Clock?style=social)](https://github.com/Return-Log/Education-Clock/watchers) 411 | [![Downloads](https://img.shields.io/github/downloads/Return-Log/Education-Clock/total?style=social&label=Downloads&logo=github)](https://github.com/Return-Log/Education-Clock/releases/latest) 412 | [![GitHub Issues](https://img.shields.io/github/issues-search/Return-Log/Education-Clock?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Return-Log/Education-Clock/issues) 413 | [![Release](https://img.shields.io/github/v/release/Return-Log/Education-Clock?style=flat&color=%233fb950&label=发行版)](https://github.com/Return-Log/Education-Clock/releases/latest) 414 | [![Created At](https://img.shields.io/github/created-at/Return-Log/Education-Clock)](https://github.com/Return-Log/Education-Clock) 415 | [![Github Last Commit](https://img.shields.io/github/last-commit/Return-Log/Education-Clock)](https://github.com/Return-Log/Education-Clock/commits/master) 416 | ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white&style=flat) 417 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Return-Log/Education-Clock/blob/master/LICENSE) 418 | 419 | 一个实用的班级信息看板 420 | 421 | | **GitHub 仓库** | [https://github.com/Return-Log/Education-Clock](https://github.com/Return-Log/Education-Clock) | 422 | |:-:|:-:| 423 | | **GitHub 发行版** | [https://github.com/Return-Log/Education-Clock/releases](https://github.com/Return-Log/Education-Clock/releases) | 424 | | **Web 页面** | [./多功能类/education-clock](https://nav.jursin.top/教辅软件/多功能类/education-clock) | 425 | 426 | 427 | 428 | ### VoiceHub 429 | ![1](images/VoiceHub/1.png) 430 | 431 | [![Downloads](https://img.shields.io/github/downloads/laoshuikaixue/VoiceHub/total?style=social&label=Downloads&logo=github)](https://github.com/laoshuikaixue/VoiceHub/releases/latest) 432 | [![Release](https://img.shields.io/github/v/release/laoshuikaixue/VoiceHub?style=flat&color=%233fb950&label=正式版)](https://github.com/laoshuikaixue/VoiceHub/releases/latest) 433 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C老水观察-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/516771561) 434 | 435 | 这是一个使用Nuxt 3全栈框架开发的现代化校园广播站点歌管理系统。系统提供完整的点歌、投票、排期管理、通知推送、数据分析、权限控制和数据库管理功能,支持多角色权限管理和灵活的系统配置。 436 | 437 | | **GitHub 仓库** | [https://github.com/laoshuikaixue/VoiceHub](https://github.com/laoshuikaixue/VoiceHub) | 438 | |:-:|:-:| 439 | | **GitHub 发行版** | [https://github.com/laoshuikaixue/VoiceHub/releases](https://github.com/laoshuikaixue/VoiceHub/releases) | 440 | | **Web 页面** | [./多功能类/VoiceHub](https://nav.jursin.top/教辅软件/多功能类/VoiceHub) | 441 | 442 | ## 看板类 443 | 444 | 445 | 446 | ### ExamAware 447 | ![GitHub followers](https://img.shields.io/github/followers/ExamAware?label=Org%20Followers&style=flat&logo=github) 448 | ![docs](https://img.shields.io/badge/ExamAware_docs-%232FB67C?style=flat) 449 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C901670561-blue?style=flat&logo=QQ&logoColor=white)](https://qm.qq.com/q/zDiEipHsaI) 450 | 451 | #### ExamShowboard-Legacy 452 | ![HomePage](images/Exam-Showboard/HomePage.png) 453 | 454 | ![InfoPage](images/Exam-Showboard/InfoPage.png) 455 | 456 | [![stars](https://img.shields.io/github/stars/ExamAware/ExamShowboard-Legacy?label=Stars)](https://github.com/ExamAware/ExamShowboard-Legacy/stargazers) 457 | [![forks](https://img.shields.io/github/forks/ExamAware/ExamShowboard-Legacy?label=Forks)](https://github.com/ExamAware/ExamShowboard-Legacy/forks) 458 | [![Watchers](https://img.shields.io/github/watchers/ExamAware/ExamShowboard-Legacy?style=social)](https://github.com/ExamAware/ExamShowboard-Legacy/watchers) 459 | [![Downloads](https://img.shields.io/github/downloads/ExamAware/ExamShowboard-Legacy/total?style=social&label=Downloads&logo=github)](https://github.com/ExamAware/ExamShowboard-Legacy/releases) 460 | [![GitHub Issues](https://img.shields.io/github/issues-search/ExamAware/ExamShowboard-Legacy?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ExamAware/ExamShowboard-Legacy/issues) 461 | [![Created At](https://img.shields.io/github/created-at/ExamAware/ExamShowboard-Legacy)](https://github.com/ExamAware/ExamShowboard-Legacy) 462 | [![Github Last Commit](https://img.shields.io/github/last-commit/ExamAware/ExamShowboard-Legacy)](https://github.com/ExamAware/ExamShowboard-Legacy/commits/master) 463 | ![Vue](https://img.shields.io/badge/Vue-4FC08D?logo=vue.js&logoColor=white&style=flat) 464 | ![Electron](https://img.shields.io/badge/Electron-47848F?logo=electron&logoColor=white&style=flat) 465 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg 'LICENSE')](https://github.com/ExamAware/ExamShowboard-Legacy/blob/master/LICENSE) 466 | 467 | 一款显示当前时间与考试详细信息的显示工具|[网页版在线体验](http://examboard.cn/) 468 | 469 | | **GitHub 仓库** | [https://github.com/ExamAware/ExamShowboard-Legacy](https://github.com/ExamAware/ExamShowboard-Legacy) | 470 | |:-:|:-:| 471 | | **GitHub 发行版** | [https://github.com/ExamAware/ExamShowboard-Legacy/releases](https://github.com/ExamAware/ExamShowboard-Legacy/releases) | 472 | | **Web 页面** | [./看板类/examaware/exam-showboard](https://nav.jursin.top/教辅软件/看板类/examaware/exam-showboard) | 473 | 474 | 475 | 476 | #### ExamSchedule 477 | ![home](images/ExamAware/home.png) 478 | ![showboard](images/ExamAware/showboard.png) 479 | 480 | [![stars](https://img.shields.io/github/stars/ExamAware/ExamSchedule?label=Stars)](https://github.com/ExamAware/ExamSchedule/stargazers) 481 | [![forks](https://img.shields.io/github/forks/ExamAware/ExamSchedule?label=Forks)](https://github.com/ExamAware/ExamSchedule/forks) 482 | [![Watchers](https://img.shields.io/github/watchers/ExamAware/ExamSchedule?style=social)](https://github.com/ExamAware/ExamSchedule/watchers) 483 | [![Downloads](https://img.shields.io/github/downloads/ExamAware/ExamSchedule/total?style=social&label=Downloads&logo=github)](https://github.com/ExamAware/ExamSchedule/releases) 484 | [![GitHub Issues](https://img.shields.io/github/issues-search/ExamAware/ExamSchedule?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ExamAware/ExamSchedule/issues) 485 | [![Created At](https://img.shields.io/github/created-at/ExamAware/ExamSchedule)](https://github.com/ExamAware/ExamSchedule) 486 | [![Github Last Commit](https://img.shields.io/github/last-commit/ExamAware/ExamSchedule)](https://github.com/ExamAware/ExamSchedule/commits/main) 487 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg 'LICENSE')](https://github.com/ExamAware/ExamSchedule/blob/main/LICENSE) 488 | 489 | 网页版考试看板|[网页版在线体验](https://es.examaware.tech/) 490 | 491 | | **GitHub 仓库** | [https://github.com/ExamAware/ExamSchedule](https://github.com/ExamAware/ExamSchedule) | 492 | |:-:|:-:| 493 | | **GitHub 发行版** | [https://github.com/ExamAware/ExamSchedule/releases](https://github.com/ExamAware/ExamSchedule/releases) | 494 | | **Web 页面** | [./看板类/examaware/examschedule](https://nav.jursin.top/教辅软件/看板类/examaware/examschedule) | 495 | 496 | 497 | 498 | ### Sticky-attention 499 | 500 | ![主界面](images/Sticky-attention/主界面.png) 501 | 502 | [![stars](https://img.shields.io/github/stars/Sticky-attention/Sticky-attention?label=Stars)](https://github.com/Sticky-attention/Sticky-attention) 503 | [![forks](https://img.shields.io/github/forks/Sticky-attention/Sticky-attention?label=Forks)](https://github.com/Sticky-attention/Sticky-attention) 504 | [![Watchers](https://img.shields.io/github/watchers/Sticky-attention/Sticky-attention?style=social)](https://github.com/Sticky-attention/Sticky-attention/watchers) 505 | [![Downloads](https://img.shields.io/github/downloads/Sticky-attention/Sticky-attention/total?style=social&label=Downloads&logo=github)](https://github.com/Sticky-attention/Sticky-attention/releases/latest) 506 | [![GitHub Issues](https://img.shields.io/github/issues-search/Sticky-attention/Sticky-attention?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Sticky-attention/Sticky-attention/issues) 507 | [![GitHub Discussions](https://img.shields.io/github/discussions/Sticky-attention/Sticky-attention?style=flat&logo=Github&label=Discussions)](https://github.com/Sticky-attention/Sticky-attention/discussions) 508 | [![Release](https://img.shields.io/github/v/release/Sticky-attention/Sticky-attention?style=flat&color=%233fb950&label=正式版)](https://github.com/Sticky-attention/Sticky-attention/releases/latest) 509 | [![Beta](https://img.shields.io/github/v/release/Sticky-attention/Sticky-attention?include_prereleases&style=flat&label=测试版)](https://github.com/Sticky-attention/Sticky-attention/releases) 510 | [![Created At](https://img.shields.io/github/created-at/Sticky-attention/Sticky-attention)](https://github.com/Sticky-attention/Sticky-attention) 511 | [![Github Last Commit](https://img.shields.io/github/last-commit/Sticky-attention/Sticky-attention)](https://github.com/Sticky-attention/Sticky-attention/commits/master) 512 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%9D%9E%E5%B8%B8%E6%B4%BB%E8%B7%83-green) 513 | [![GitHub Top Language](https://img.shields.io/github/languages/top/Sticky-attention/Sticky-attention)](https://github.com/Sticky-attention/Sticky-attention) 514 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Sticky-attention/Sticky-attention/blob/master/LICENSE.txt) 515 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C680019081-blue?style=flat&logo=QQ)](https://qm.qq.com/q/neHPnfBSJq) 516 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C%E7%BA%AA%E6%B7%8B2024-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/3546750482647776) 517 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1YJ4Fe5EgD-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1YJ4Fe5EgD) 518 | 519 | 一款适用于 Windows 系统教室一体机的作业显示工具,可以展示各科作业 520 | 521 | | **GitHub 仓库** | [https://github.com/Sticky-attention/Sticky-attention](https://github.com/Sticky-attention/Sticky-attention) | 522 | |:-:|:-:| 523 | | **GitHub 发行版** | [https://github.com/Sticky-attention/Sticky-attention/releases](https://github.com/Sticky-attention/Sticky-attention/releases) | 524 | | **Web 页面** | [./看板类/sticky-attention](https://nav.jursin.top/教辅软件/看板类/sticky-attention) | 525 | 526 | 527 | 528 | ### finito_board 529 | ![screenshot](images/finito_board/1.png) 530 | 531 | [![Downloads](https://img.shields.io/github/downloads/Xwei1645/finito_board/total?style=social&label=Downloads&logo=github)](https://github.com/Xwei1645/finito_board/releases/latest) 532 | [![Release](https://img.shields.io/github/v/release/Xwei1645/finito_board?style=flat&color=%233fb950&label=正式版)](https://github.com/Xwei1645/finito_board/releases/latest) 533 | 534 | 🎯 一个 Previous Gen 的教室大屏作业看板 535 | 536 | | **GitHub 仓库** | [https://github.com/Xwei1645/finito_board](https://github.com/Xwei1645/finito_board) | 537 | |:-:|:-:| 538 | | **GitHub 发行版** | [https://github.com/Xwei1645/finito_board/releases](https://github.com/Xwei1645/finito_board/releases) | 539 | | **Web 页面** | [./看板类/finito_board](https://nav.jursin.top/教辅软件/看板类/finito_board) | 540 | 541 | 542 | 543 | ### HomeworkBoard 544 | 545 | ![screenshot](images/HomeworkBoard/img.png) 546 | 547 | [![stars](https://img.shields.io/github/stars/EnderWolf006/HomeworkBoard?label=Stars)](https://github.com/EnderWolf006/HomeworkBoard) 548 | [![forks](https://img.shields.io/github/forks/EnderWolf006/HomeworkBoard?label=Forks)](https://github.com/EnderWolf006/HomeworkBoard) 549 | [![Watchers](https://img.shields.io/github/watchers/EnderWolf006/HomeworkBoard?style=social)](https://github.com/EnderWolf006/HomeworkBoard/watchers) 550 | [![Downloads](https://img.shields.io/github/downloads/EnderWolf006/HomeworkBoard/total?style=social&label=Downloads&logo=github)](https://github.com/EnderWolf006/HomeworkBoard/releases/latest) 551 | [![GitHub Issues](https://img.shields.io/github/issues-search/EnderWolf006/HomeworkBoard?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/EnderWolf006/HomeworkBoard/issues) 552 | [![Release](https://img.shields.io/github/v/release/EnderWolf006/HomeworkBoard?style=flat&color=%233fb950&label=正式版)](https://github.com/EnderWolf006/HomeworkBoard/releases/latest) 553 | [![Created At](https://img.shields.io/github/created-at/EnderWolf006/HomeworkBoard)](https://github.com/EnderWolf006/HomeworkBoard) 554 | [![Github Last Commit](https://img.shields.io/github/last-commit/EnderWolf006/HomeworkBoard)](https://github.com/EnderWolf006/HomeworkBoard/commits/main) 555 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%97%B2%E7%BD%AE-yellow) 556 | [![GitHub Top Language](https://img.shields.io/github/languages/top/EnderWolf006/HomeworkBoard)](https://github.com/EnderWolf006/HomeworkBoard) 557 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/EnderWolf006/HomeworkBoard/blob/main/LICENSE) 558 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9CEnder_Wolf-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/3494364340816031) 559 | 560 | 一款支持云同步的作业展示板软件|[使用说明](https://github.com/EnderWolf006/HomeworkBoard?tab=readme-ov-file#%E9%A3%9F%E7%94%A8%E8%AF%B4%E6%98%8E) 561 | 562 | | **GitHub 仓库** | [https://github.com/EnderWolf006/HomeworkBoard](https://github.com/EnderWolf006/HomeworkBoard) | 563 | |:-:|:-:| 564 | | **GitHub 发行版** | [https://github.com/EnderWolf006/HomeworkBoard/releases](https://github.com/EnderWolf006/HomeworkBoard/releases) | 565 | | **Web 页面** | [./看板类/homeworkboard](https://nav.jursin.top/教辅软件/看板类/homeworkboard) | 566 | 567 | 568 | 569 | ### Classworks 570 | ![banner](images/Classworks/banner.png) 571 | 572 | [![stars](https://img.shields.io/github/stars/ClassworksDev/Classworks?label=Stars)](https://github.com/ClassworksDev/Classworks) 573 | [![forks](https://img.shields.io/github/forks/ClassworksDev/Classworks?label=Forks)](https://github.com/ClassworksDev/Classworks) 574 | [![Watchers](https://img.shields.io/github/watchers/ClassworksDev/Classworks?style=social)](https://github.com/ClassworksDev/Classworks/watchers) 575 | [![GitHub Issues](https://img.shields.io/github/issues-search/ClassworksDev/Classworks?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ClassworksDev/Classworks/issues) 576 | [![Created At](https://img.shields.io/github/created-at/ClassworksDev/Classworks)](https://github.com/ClassworksDev/Classworks) 577 | [![Github Last Commit](https://img.shields.io/github/last-commit/ClassworksDev/Classworks)](https://github.com/ClassworksDev/Classworks/commits/master) 578 | ![Vue](https://img.shields.io/badge/Vue-4FC08D?logo=vue.js&logoColor=white&style=flat) 579 | ![Node.js](https://img.shields.io/badge/Node.js-339933?logo=node.js&logoColor=white&style=flat) 580 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C964979747-blue?style=flat&logo=QQ)](https://qm.qq.com/q/AdQJCgNOsS) 581 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C%E6%82%9F%E5%85%83%E5%96%B5-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/661404066) 582 | 583 | 基于 Vue 3 + Vuetify 的现代化作业管理系统前端项目|[ZeroCat 官网](https://zerocat.houlangs.com) 584 | 585 | | **GitHub 仓库** | [https://github.com/ClassworksDev/Classworks](https://github.com/ClassworksDev/Classworks) | 586 | |:-:|:-:| 587 | | **GitHub 发行版** | [https://github.com/ClassworksDev/Classworks/releases](https://github.com/ClassworksDev/Classworks/releases) | 588 | | **Web 页面** | [./看板类/classworks](https://nav.jursin.top/教辅软件/看板类/classworks) | 589 | 590 | 591 | 592 | ### ClassBoardSharp 593 | ![preview](images/ClassBoardSharp/preview.png) 594 | 595 | [![stars](https://img.shields.io/github/stars/Candlest/ClassBoardSharp?label=Stars)](https://github.com/Candlest/ClassBoardSharp) 596 | [![forks](https://img.shields.io/github/forks/Candlest/ClassBoardSharp?label=Forks)](https://github.com/Candlest/ClassBoardSharp) 597 | [![Watchers](https://img.shields.io/github/watchers/Candlest/ClassBoardSharp?style=social)](https://github.com/Candlest/ClassBoardSharp/watchers) 598 | [![Downloads](https://img.shields.io/github/downloads/Candlest/ClassBoardSharp/total?style=social&label=Downloads&logo=github)](https://github.com/Candlest/ClassBoardSharp/releases/latest) 599 | [![GitHub Issues](https://img.shields.io/github/issues-search/Candlest/ClassBoardSharp?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Candlest/ClassBoardSharp/issues) 600 | [![Release](https://img.shields.io/github/v/release/Candlest/ClassBoardSharp?style=flat&color=%233fb950&label=发行版)](https://github.com/Candlest/ClassBoardSharp/releases/latest) 601 | [![Created At](https://img.shields.io/github/created-at/Candlest/ClassBoardSharp)](https://github.com/Candlest/ClassBoardSharp) 602 | [![Github Last Commit](https://img.shields.io/github/last-commit/Candlest/ClassBoardSharp)](https://github.com/Candlest/ClassBoardSharp/commits/main) 603 | ![.NET](https://img.shields.io/badge/.NET_Framework-@4.6.1-green.svg?logo=dotnet) 604 | [![LICENSE](https://img.shields.io/badge/License-MIT-red.svg "LICENSE")](https://github.com/Candlest/ClassBoardSharp/blob/main/LICENSE.txt) 605 | 606 | 一款高自由度的用于显示教学信息的壁纸软件 607 | 608 | | **GitHub 仓库** | [https://github.com/Candlest/ClassBoardSharp](https://github.com/Candlest/ClassBoardSharp) | 609 | |:-:|:-:| 610 | | **GitHub 发行版** | [https://github.com/Candlest/ClassBoardSharp/releases](https://github.com/Candlest/ClassBoardSharp/releases) | 611 | | **Web 页面** | [./多功能类/classboardsharp](https://nav.jursin.top/教辅软件/多功能类/classboardsharp) | 612 | 613 | 614 | 615 | ### Immersive-clock 616 | ![preview](images/Immersive-clock/1.jpg) 617 | 618 | [![Downloads](https://img.shields.io/github/downloads/QQHKX/Immersive-clock/total?style=social&label=Downloads&logo=github)](https://github.com/QQHKX/Immersive-clock/releases/latest) 619 | [![Release](https://img.shields.io/github/v/release/QQHKX/Immersive-clock?style=flat&color=%233fb950&label=正式版)](https://github.com/QQHKX/Immersive-clock/releases/latest) 620 | 621 | 沉浸式时钟(Immersive Clock) 是一款基于 React + TypeScript + Vite 构建的轻量化桌面 / 网页时钟应用。 622 | 623 | —— 让时间管理更优雅,让学习更专注 624 | 625 | | **GitHub 仓库** | [https://github.com/QQHKX/Immersive-clock](https://github.com/QQHKX/Immersive-clock) | 626 | |:-:|:-:| 627 | | **GitHub 发行版** | [https://github.com/QQHKX/Immersive-clock/releases](https://github.com/QQHKX/Immersive-clock/releases) | 628 | | **Web 页面** | [./多功能类/Immersive-clock](https://nav.jursin.top/教辅软件/多功能类/Immersive-clock) | 629 | 630 | 631 | 632 | ### LockTime 633 | ![preview](images/LockTime/MainUI.png) 634 | 635 | [![stars](https://img.shields.io/github/stars/cjhdevact/LockTime?label=Stars)](https://github.com/cjhdevact/LockTime) 636 | [![forks](https://img.shields.io/github/forks/cjhdevact/LockTime?label=Forks)](https://github.com/cjhdevact/LockTime) 637 | [![Watchers](https://img.shields.io/github/watchers/cjhdevact/LockTime?style=social)](https://github.com/cjhdevact/LockTime/watchers) 638 | [![Downloads](https://img.shields.io/github/downloads/cjhdevact/LockTime/total?style=social&label=Downloads&logo=github)](https://github.com/cjhdevact/LockTime/releases/latest) 639 | [![GitHub Issues](https://img.shields.io/github/issues-search/cjhdevact/LockTime?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/cjhdevact/LockTime/issues) 640 | [![Release](https://img.shields.io/github/v/release/cjhdevact/LockTime?style=flat&color=%233fb950&label=发行版)](https://github.com/cjhdevact/LockTime/releases/latest) 641 | [![Created At](https://img.shields.io/github/created-at/cjhdevact/LockTime)](https://github.com/cjhdevact/LockTime) 642 | [![Github Last Commit](https://img.shields.io/github/last-commit/cjhdevact/LockTime)](https://github.com/cjhdevact/LockTime/commits/main) 643 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/cjhdevact/LockTime/blob/main/LICENSE) 644 | 645 | 一个使用 Fluent UI 2 界面的时钟锁屏软件 646 | 647 | | **GitHub 仓库** | [https://github.com/cjhdevact/LockTime](https://github.com/cjhdevact/LockTime) | 648 | |:-:|:-:| 649 | | **GitHub 发行版** | [https://github.com/cjhdevact/LockTime/releases](https://github.com/cjhdevact/LockTime/releases) | 650 | | **Web 页面** | [./看板类/locktime](https://nav.jursin.top/教辅软件/看板类/locktime) | 651 | 652 | ## 批注类 653 | 654 | 655 | 656 | ### Ink-Canvas 657 | ![screen](images/InkCanvas/screen.png) 658 | ![board](images/InkCanvas/board.png) 659 | 660 | [![stars](https://img.shields.io/github/stars/WXRIW/Ink-Canvas?label=Stars)](https://github.com/WXRIW/Ink-Canvas) 661 | [![forks](https://img.shields.io/github/forks/WXRIW/Ink-Canvas?label=Forks)](https://github.com/WXRIW/Ink-Canvas) 662 | [![Watchers](https://img.shields.io/github/watchers/WXRIW/Ink-Canvas?style=social)](https://github.com/WXRIW/Ink-Canvas/watchers) 663 | [![Downloads](https://img.shields.io/github/downloads/WXRIW/Ink-Canvas/total?style=social&label=Downloads&logo=github)](https://github.com/WXRIW/Ink-Canvas/releases/latest) 664 | [![GitHub Issues](https://img.shields.io/github/issues-search/WXRIW/Ink-Canvas?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/WXRIW/Ink-Canvas/issues) 665 | [![Release](https://img.shields.io/github/v/release/WXRIW/Ink-Canvas?style=flat&color=%233fb950&label=正式版)](https://github.com/WXRIW/Ink-Canvas/releases/latest) 666 | [![Created At](https://img.shields.io/github/created-at/WXRIW/Ink-Canvas)](https://github.com/WXRIW/Ink-Canvas) 667 | [![Github Last Commit](https://img.shields.io/github/last-commit/WXRIW/Ink-Canvas)](https://github.com/WXRIW/Ink-Canvas/commits/master/) 668 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E8%BE%83%E4%B8%8D%E6%B4%BB%E8%B7%83-yellow) 669 | [![GitHub Top Language](https://img.shields.io/github/languages/top/WXRIW/Ink-Canvas)](https://github.com/WXRIW/Ink-Canvas) 670 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/WXRIW/Ink-Canvas/blob/master/LICENSE) 671 | [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FWXRIW%2FInk-Canvas.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FWXRIW%2FInk-Canvas?ref=badge_shield) 672 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C891913576-blue?style=flat&logo=QQ)](https://jq.qq.com/?_wv=1027&k=NvlM1Rgg) 673 | 674 | Ink Canvas 画板是一款轻量级画板软件,基于WPF/C#,其针对希沃一体机进行了特别优化,与预装的“希沃白板 5”软件相比,启动速度大幅度提升(提升5-10 倍),系统资源占用更小,使用体验更佳。 675 | 676 | [使用指南](https://github.com/WXRIW/Ink-Canvas/blob/master/Manual.md/) | [常见问题](https://github.com/WXRIW/Ink-Canvas?tab=readme-ov-file#-faq) 677 | 678 | 679 | Microsoft Store 680 | 681 | 682 | | **GitHub 仓库** | [https://github.com/WXRIW/Ink-Canvas](https://github.com/WXRIW/Ink-Canvas) | 683 | |:-:|:-:| 684 | | **GitHub 发行版** | [https://github.com/WXRIW/Ink-Canvas/releases](https://github.com/WXRIW/Ink-Canvas/releases) | 685 | | **Web 页面** | [./批注类/ink-canvas](https://nav.jursin.top/教辅软件/批注类/ink-canvas) | 686 | 687 | 688 | 689 | 690 | ### Ink-Canvas-Plus 691 | 692 | ![toolbar](images/Ink-Canvas-Plus/toolbar.png) 693 | 694 | ![board](images/Ink-Canvas-Plus/board.png)] 695 | 696 | [![stars](https://img.shields.io/github/stars/clover-yan/Ink-Canvas-Plus?label=Stars)](https://github.com/clover-yan/Ink-Canvas-Plus) 697 | [![forks](https://img.shields.io/github/forks/clover-yan/Ink-Canvas-Plus?label=Forks)](https://github.com/clover-yan/Ink-Canvas-Plus) 698 | [![Watchers](https://img.shields.io/github/watchers/clover-yan/Ink-Canvas-Plus?style=social)](https://github.com/clover-yan/Ink-Canvas-Plus/watchers) 699 | [![Downloads](https://img.shields.io/github/downloads/clover-yan/Ink-Canvas-Plus/total?style=social&label=Downloads&logo=github)](https://github.com/clover-yan/Ink-Canvas-Plus/releases/latest) 700 | [![GitHub Issues](https://img.shields.io/github/issues-search/clover-yan/Ink-Canvas-Plus?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/clover-yan/Ink-Canvas-Plus/issues) 701 | [![Release](https://img.shields.io/github/v/release/clover-yan/Ink-Canvas-Plus?style=flat&color=%233fb950&label=正式版)](https://github.com/clover-yan/Ink-Canvas-Plus/releases/latest) 702 | [![Created At](https://img.shields.io/github/created-at/clover-yan/Ink-Canvas-Plus)](https://github.com/clover-yan/Ink-Canvas-Plus) 703 | [![Github Last Commit](https://img.shields.io/github/last-commit/clover-yan/Ink-Canvas-Plus)](https://github.com/clover-yan/Ink-Canvas-Plus/commits/master/) 704 | ![C#](https://img.shields.io/badge/C%23-blue?logo=data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAyNTYgMjg4IiB3aWR0aD0iMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MS0yLjA1Mi0zLjYwMi01LjEyNS02LjYyMS05LjI0Ny05LjAwOC0zNC4wMjUtMTkuNjE5LTY4LjA4My0zOS4xNzgtMTAyLjA5Ny01OC44MTY5OTk5NS05LjE3LTUuMjk0LTE4LjA2MS01LjEwMS0yNy4xNjMuMjY5LTEzLjU0MyA3Ljk4Njk5OTk1LTgxLjM0OCA0Ni44MzM5OTk5NS0xMDEuNTUzIDU4LjUzNjk5OTk1LTguMzIxIDQuODE3LTEyLjM3IDEyLjE4OS0xMi4zNzIgMjEuNzcxLS4wMTMgMzkuNDU1IDAgNzguOTA5LS4wMTMgMTE4LjM2NSAwIDQuNzI0Ljk5MSA4LjkwOSAyLjk4OCAxMi41MTcgMi4wNTMgMy43MTEgNS4xNjkgNi44MTMgOS4zODYgOS4yNTQgMjAuMjA2IDExLjcwMyA4OC4wMiA1MC41NDcgMTAxLjU2IDU4LjUzNiA5LjEwNiA1LjM3MyAxNy45OTcgNS41NjUgMjcuMTcuMjY5IDM0LjAxNS0xOS42NCA2OC4wNzUtMzkuMTk4IDEwMi4xMDUtNTguODE3IDQuMjE3LTIuNDQgNy4zMzMtNS41NDQgOS4zODYtOS4yNTIgMS45OTQtMy42MDggMi45ODctNy43OTMgMi45ODctMTIuNTE4IDAgMCAwLTc4Ljg4OS0uMDEzLTExOC4zNDUiIGZpbGw9IiNhMTc5ZGMiLz48cGF0aCBkPSJtMTI4LjE4MiAxNDMuMjQxMzc2LTEyNS4xOTQgNzIuMDg0YzIuMDUzIDMuNzExIDUuMTY5IDYuODEzIDkuMzg2IDkuMjU0IDIwLjIwNiAxMS43MDMgODguMDIgNTAuNTQ3IDEwMS41NiA1OC41MzYgOS4xMDYgNS4zNzMgMTcuOTk3IDUuNTY1IDI3LjE3LjI2OSAzNC4wMTUtMTkuNjQgNjguMDc1LTM5LjE5OCAxMDIuMTA1LTU4LjgxNyA0LjIxNy0yLjQ0IDcuMzMzLTUuNTQ0IDkuMzg2LTkuMjUyeiIgZmlsbD0iIzI4MDA2OCIvPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MWwtMTI0LjI2MyA3MS41NSAxMjQuNDEzIDcyLjA3NGMxLjk5NC0zLjYwOCAyLjk4NS03Ljc5MyAyLjk4Ny0xMi41MTggMCAwIDAtNzguODg5LS4wMTMtMTE4LjM0NSIgZmlsbD0iIzM5MDA5MSIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0yMDEuODkyMzI2IDExNi4yOTQwMDh2MTMuNDczNjg0aDEzLjQ3MzY4NHYtMTMuNDczNjg0aDYuNzM2ODQydjEzLjQ3MzY4NGgxMy40NzM2ODV2Ni43MzY4NDJoLTEzLjQ3MzY4NXYxMy40NzM2ODRoMTMuNDczNjg1djYuNzM2ODQyaC0xMy40NzM2ODV2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0em0xMy40NzM2ODQgMjAuMjEwNTI2aC0xMy40NzM2ODR2MTMuNDczNjg0aDEzLjQ3MzY4NHoiLz48cGF0aCBkPSJtMTI4LjQ1Njc1MiA0OC42MjU4NzZjMzUuMTQzNzcxIDAgNjUuODI3MTMzIDE5LjA4NjI5ODEgODIuMjYxODEgNDcuNDU2MDY3NWwtLjE2MDM3LS4yNzMwNjc1LTQxLjM0ODU3NyAyMy44MDgyODNjLTguMTQ2NjU2LTEzLjc5MzYwNS0yMy4wODE0NzktMjMuMTAyMDg3My00MC4yMTMyMzItMjMuMjkzNzg2OGwtLjUzOTYzMS0uMDAzMDE3OGMtMjYuMTI1NTc0IDAtNDcuMzA2MDgxNSAyMS4xNzkzODg2LTQ3LjMwNjA4MTUgNDcuMzA0OTYxNiAwIDguNTQzNjE1IDIuMjc3Nzc0OCAxNi41NTIyMDQgNi4yMzg5NzY0IDIzLjQ2OTQ3NiA4LjE1NDA5ODEgMTQuMjM1MjUzIDIzLjQ4MjkwNzEgMjMuODM2NjA2IDQxLjA2NzEwNTEgMjMuODM2NjA2IDE3LjY5Mjc3IDAgMzMuMTA4ODg0LTkuNzIzMzU3IDQxLjIyMTU2OC0yNC4xMTA4MzVsLS4xOTcxMjguMzQ1MzEzIDQxLjI4NjQ4NiAyMy45MTgwMzdjLTE2LjI1NDM5OCAyOC4xMjk1NTctNDYuNTE3NDA4IDQ3LjE1Njk0OC04MS4yNTI3MDEgNDcuNTM2MTg5bC0xLjA1ODIyNS4wMDU3NzRjLTM1LjI1NDU4MTkgMC02Ni4wMjUyNDkyLTE5LjIwMzgyNC04Mi40MTg1MTIyLTQ3LjcyMzU4LTguMDAyOTkyNy0xMy45MjI5NjktMTIuNTgyMDQ3Ni0zMC4wNjQzODktMTIuNTgyMDQ3Ni00Ny4yNzY5OCAwLTUyLjQ2NjA1MjQgNDIuNTMyMjY4Mi05NC45OTk0NCA5NS4wMDA1NTk4LTk0Ljk5OTQ0eiIvPjwvZz48L3N2Zz4=) 705 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/clover-yan/Ink-Canvas-Plus/blob/master/LICENSE) 706 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C996760298-blue?style=flat&logo=QQ)](https://qm.qq.com/q/yVzprKLfbi) 707 | 708 | Ink Canvas Plus (IC+) 是一款由 Clover Yan 维护、复刻自 [WXRIW/Ink Canvas](https://github.com/WXRIW/Ink-Canvas) 的 Windows 画板应用,旨在优化各方面的使用体验,并尽可能保留原版 Ink Canvas 的操作体验。 709 | 710 | [使用指南](https://github.com/clover-yan/Ink-Canvas-Plus/blob/master/Manual.md/) | [常见问题](https://github.com/clover-yan/Ink-Canvas-Plus?tab=readme-ov-file#-faq)|[Ink-Canvas-Plus 官网](https://www.khyan.top/apps/Ink-Canvas-Plus/) 711 | 712 | | **GitHub 仓库** | [https://github.com/clover-yan/Ink-Canvas-Plus](https://github.com/clover-yan/Ink-Canvas-Plus) | 713 | |:-:|:-:| 714 | | **GitHub 发行版** | [https://github.com/clover-yan/Ink-Canvas-Plus/releases](https://github.com/clover-yan/Ink-Canvas-Plus/releases) | 715 | | **Web 页面** | [./批注类/ink-canvas-plus](https://nav.jursin.top/教辅软件/批注类/ink-canvas-plus) | 716 | 717 | 718 | 719 | ### Ink-Canvas-Artistry 720 | 721 | ![Screenshot-1](images/Ink-Canvas-Artistry/Screenshot1.png) 722 | ![Screenshot-2](images/Ink-Canvas-Artistry/Screenshot2.png) 723 | ![Screenshot-3](images/Ink-Canvas-Artistry/Screenshot3.png) 724 | 725 | [![stars](https://img.shields.io/github/stars/ChangSakura/Ink-Canvas?label=Stars)](https://github.com/ChangSakura/Ink-Canvas) 726 | [![forks](https://img.shields.io/github/forks/ChangSakura/Ink-Canvas?label=Forks)](https://github.com/ChangSakura/Ink-Canvas) 727 | [![Watchers](https://img.shields.io/github/watchers/ChangSakura/Ink-Canvas?style=social)](https://github.com/ChangSakura/Ink-Canvas/watchers) 728 | [![Downloads](https://img.shields.io/github/downloads/ChangSakura/Ink-Canvas/total?style=social&label=Downloads&logo=github)](https://github.com/ChangSakura/Ink-Canvas/releases/latest) 729 | [![GitHub Issues](https://img.shields.io/github/issues-search/ChangSakura/Ink-Canvas?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ChangSakura/Ink-Canvas/issues) 730 | [![GitHub Discussions](https://img.shields.io/github/discussions/ChangSakura/Ink-Canvas?style=flat&logo=Github&label=Discussions)](https://github.com/ChangSakura/Ink-Canvas/discussions) 731 | [![Release](https://img.shields.io/github/v/release/ChangSakura/Ink-Canvas?style=flat&color=%233fb950&label=正式版)](https://github.com/ChangSakura/Ink-Canvas/releases/latest) 732 | [![Created At](https://img.shields.io/github/created-at/ChangSakura/Ink-Canvas)](https://github.com/ChangSakura/Ink-Canvas) 733 | [![Github Last Commit](https://img.shields.io/github/last-commit/ChangSakura/Ink-Canvas)](https://github.com/ChangSakura/Ink-Canvas/commits/master) 734 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E8%BE%83%E4%B8%8D%E6%B4%BB%E8%B7%83-yellow) 735 | ![C#](https://img.shields.io/badge/C%23-blue?logo=data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAyNTYgMjg4IiB3aWR0aD0iMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MS0yLjA1Mi0zLjYwMi01LjEyNS02LjYyMS05LjI0Ny05LjAwOC0zNC4wMjUtMTkuNjE5LTY4LjA4My0zOS4xNzgtMTAyLjA5Ny01OC44MTY5OTk5NS05LjE3LTUuMjk0LTE4LjA2MS01LjEwMS0yNy4xNjMuMjY5LTEzLjU0MyA3Ljk4Njk5OTk1LTgxLjM0OCA0Ni44MzM5OTk5NS0xMDEuNTUzIDU4LjUzNjk5OTk1LTguMzIxIDQuODE3LTEyLjM3IDEyLjE4OS0xMi4zNzIgMjEuNzcxLS4wMTMgMzkuNDU1IDAgNzguOTA5LS4wMTMgMTE4LjM2NSAwIDQuNzI0Ljk5MSA4LjkwOSAyLjk4OCAxMi41MTcgMi4wNTMgMy43MTEgNS4xNjkgNi44MTMgOS4zODYgOS4yNTQgMjAuMjA2IDExLjcwMyA4OC4wMiA1MC41NDcgMTAxLjU2IDU4LjUzNiA5LjEwNiA1LjM3MyAxNy45OTcgNS41NjUgMjcuMTcuMjY5IDM0LjAxNS0xOS42NCA2OC4wNzUtMzkuMTk4IDEwMi4xMDUtNTguODE3IDQuMjE3LTIuNDQgNy4zMzMtNS41NDQgOS4zODYtOS4yNTIgMS45OTQtMy42MDggMi45ODctNy43OTMgMi45ODctMTIuNTE4IDAgMCAwLTc4Ljg4OS0uMDEzLTExOC4zNDUiIGZpbGw9IiNhMTc5ZGMiLz48cGF0aCBkPSJtMTI4LjE4MiAxNDMuMjQxMzc2LTEyNS4xOTQgNzIuMDg0YzIuMDUzIDMuNzExIDUuMTY5IDYuODEzIDkuMzg2IDkuMjU0IDIwLjIwNiAxMS43MDMgODguMDIgNTAuNTQ3IDEwMS41NiA1OC41MzYgOS4xMDYgNS4zNzMgMTcuOTk3IDUuNTY1IDI3LjE3LjI2OSAzNC4wMTUtMTkuNjQgNjguMDc1LTM5LjE5OCAxMDIuMTA1LTU4LjgxNyA0LjIxNy0yLjQ0IDcuMzMzLTUuNTQ0IDkuMzg2LTkuMjUyeiIgZmlsbD0iIzI4MDA2OCIvPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MWwtMTI0LjI2MyA3MS41NSAxMjQuNDEzIDcyLjA3NGMxLjk5NC0zLjYwOCAyLjk4NS03Ljc5MyAyLjk4Ny0xMi41MTggMCAwIDAtNzguODg5LS4wMTMtMTE4LjM0NSIgZmlsbD0iIzM5MDA5MSIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0yMDEuODkyMzI2IDExNi4yOTQwMDh2MTMuNDczNjg0aDEzLjQ3MzY4NHYtMTMuNDczNjg0aDYuNzM2ODQydjEzLjQ3MzY4NGgxMy40NzM2ODV2Ni43MzY4NDJoLTEzLjQ3MzY4NXYxMy40NzM2ODRoMTMuNDczNjg1djYuNzM2ODQyaC0xMy40NzM2ODV2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0em0xMy40NzM2ODQgMjAuMjEwNTI2aC0xMy40NzM2ODR2MTMuNDczNjg0aDEzLjQ3MzY4NHoiLz48cGF0aCBkPSJtMTI4LjQ1Njc1MiA0OC42MjU4NzZjMzUuMTQzNzcxIDAgNjUuODI3MTMzIDE5LjA4NjI5ODEgODIuMjYxODEgNDcuNDU2MDY3NWwtLjE2MDM3LS4yNzMwNjc1LTQxLjM0ODU3NyAyMy44MDgyODNjLTguMTQ2NjU2LTEzLjc5MzYwNS0yMy4wODE0NzktMjMuMTAyMDg3My00MC4yMTMyMzItMjMuMjkzNzg2OGwtLjUzOTYzMS0uMDAzMDE3OGMtMjYuMTI1NTc0IDAtNDcuMzA2MDgxNSAyMS4xNzkzODg2LTQ3LjMwNjA4MTUgNDcuMzA0OTYxNiAwIDguNTQzNjE1IDIuMjc3Nzc0OCAxNi41NTIyMDQgNi4yMzg5NzY0IDIzLjQ2OTQ3NiA4LjE1NDA5ODEgMTQuMjM1MjUzIDIzLjQ4MjkwNzEgMjMuODM2NjA2IDQxLjA2NzEwNTEgMjMuODM2NjA2IDE3LjY5Mjc3IDAgMzMuMTA4ODg0LTkuNzIzMzU3IDQxLjIyMTU2OC0yNC4xMTA4MzVsLS4xOTcxMjguMzQ1MzEzIDQxLjI4NjQ4NiAyMy45MTgwMzdjLTE2LjI1NDM5OCAyOC4xMjk1NTctNDYuNTE3NDA4IDQ3LjE1Njk0OC04MS4yNTI3MDEgNDcuNTM2MTg5bC0xLjA1ODIyNS4wMDU3NzRjLTM1LjI1NDU4MTkgMC02Ni4wMjUyNDkyLTE5LjIwMzgyNC04Mi40MTg1MTIyLTQ3LjcyMzU4LTguMDAyOTkyNy0xMy45MjI5NjktMTIuNTgyMDQ3Ni0zMC4wNjQzODktMTIuNTgyMDQ3Ni00Ny4yNzY5OCAwLTUyLjQ2NjA1MjQgNDIuNTMyMjY4Mi05NC45OTk0NCA5NS4wMDA1NTk4LTk0Ljk5OTQ0eiIvPjwvZz48L3N2Zz4=) 736 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/InkCanvas/Ink-Canvas-Artistry/blob/master/LICENSE) 737 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C617707731-blue?style=flat&logo=QQ)](https://qm.qq.com/q/AC777tzmEw) 738 | 739 | 基于 [Ink Canvas](https://github.com/WXRIW/Ink-Canvas) 二次开发,优化了界面UI,是一款好用的屏幕批注/板书/PPT批注工具|[常见问题](https://github.com/InkCanvas/Ink-Canvas-Artistry?tab=readme-ov-file#-faq) 740 | 741 | | **GitHub 仓库** | [https://github.com/ChangSakura/Ink-Canvas](https://github.com/ChangSakura/Ink-Canvas) | 742 | |:-:|:-:| 743 | | **GitHub 发行版** | [https://github.com/ChangSakura/Ink-Canvas/releases](https://github.com/ChangSakura/Ink-Canvas/releases) | 744 | | **Web 页面** | [./批注类/ink-canvas-artistry](https://nav.jursin.top/教辅软件/批注类/ink-canvas-artistry) | 745 | 746 | 747 | 748 | ### Ink-Canvas-Better 749 | ![preview](images/Ink-Canvas-Better/preview.png) 750 | 751 | [![stars](https://img.shields.io/github/stars/BaiYang2238/Ink-Canvas-Better?label=Stars)](https://github.com/BaiYang2238/Ink-Canvas-Better) 752 | [![forks](https://img.shields.io/github/forks/BaiYang2238/Ink-Canvas-Better?label=Forks)](https://github.com/BaiYang2238/Ink-Canvas-Better) 753 | [![Watchers](https://img.shields.io/github/watchers/BaiYang2238/Ink-Canvas-Better?style=social)](https://github.com/BaiYang2238/Ink-Canvas-Better/watchers) 754 | [![Downloads](https://img.shields.io/github/downloads/BaiYang2238/Ink-Canvas-Better/total?style=social&label=Downloads&logo=github)](https://github.com/BaiYang2238/Ink-Canvas-Better/releases/latest) 755 | [![GitHub Issues](https://img.shields.io/github/issues-search/BaiYang2238/Ink-Canvas-Better?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/BaiYang2238/Ink-Canvas-Better/issues) 756 | [![Release](https://img.shields.io/github/v/release/BaiYang2238/Ink-Canvas-Better?style=flat&color=%233fb950&label=正式版)](https://github.com/BaiYang2238/Ink-Canvas-Better/releases/latest) 757 | [![Created At](https://img.shields.io/github/created-at/BaiYang2238/Ink-Canvas-Better)](https://github.com/BaiYang2238/Ink-Canvas-Better) 758 | [![Github Last Commit](https://img.shields.io/github/last-commit/BaiYang2238/Ink-Canvas-Better)](https://github.com/BaiYang2238/Ink-Canvas-Better/commits/master/) 759 | ![C#](https://img.shields.io/badge/C%23-blue?logo=data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAyNTYgMjg4IiB3aWR0aD0iMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MS0yLjA1Mi0zLjYwMi01LjEyNS02LjYyMS05LjI0Ny05LjAwOC0zNC4wMjUtMTkuNjE5LTY4LjA4My0zOS4xNzgtMTAyLjA5Ny01OC44MTY5OTk5NS05LjE3LTUuMjk0LTE4LjA2MS01LjEwMS0yNy4xNjMuMjY5LTEzLjU0MyA3Ljk4Njk5OTk1LTgxLjM0OCA0Ni44MzM5OTk5NS0xMDEuNTUzIDU4LjUzNjk5OTk1LTguMzIxIDQuODE3LTEyLjM3IDEyLjE4OS0xMi4zNzIgMjEuNzcxLS4wMTMgMzkuNDU1IDAgNzguOTA5LS4wMTMgMTE4LjM2NSAwIDQuNzI0Ljk5MSA4LjkwOSAyLjk4OCAxMi41MTcgMi4wNTMgMy43MTEgNS4xNjkgNi44MTMgOS4zODYgOS4yNTQgMjAuMjA2IDExLjcwMyA4OC4wMiA1MC41NDcgMTAxLjU2IDU4LjUzNiA5LjEwNiA1LjM3MyAxNy45OTcgNS41NjUgMjcuMTcuMjY5IDM0LjAxNS0xOS42NCA2OC4wNzUtMzkuMTk4IDEwMi4xMDUtNTguODE3IDQuMjE3LTIuNDQgNy4zMzMtNS41NDQgOS4zODYtOS4yNTIgMS45OTQtMy42MDggMi45ODctNy43OTMgMi45ODctMTIuNTE4IDAgMCAwLTc4Ljg4OS0uMDEzLTExOC4zNDUiIGZpbGw9IiNhMTc5ZGMiLz48cGF0aCBkPSJtMTI4LjE4MiAxNDMuMjQxMzc2LTEyNS4xOTQgNzIuMDg0YzIuMDUzIDMuNzExIDUuMTY5IDYuODEzIDkuMzg2IDkuMjU0IDIwLjIwNiAxMS43MDMgODguMDIgNTAuNTQ3IDEwMS41NiA1OC41MzYgOS4xMDYgNS4zNzMgMTcuOTk3IDUuNTY1IDI3LjE3LjI2OSAzNC4wMTUtMTkuNjQgNjguMDc1LTM5LjE5OCAxMDIuMTA1LTU4LjgxNyA0LjIxNy0yLjQ0IDcuMzMzLTUuNTQ0IDkuMzg2LTkuMjUyeiIgZmlsbD0iIzI4MDA2OCIvPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MWwtMTI0LjI2MyA3MS41NSAxMjQuNDEzIDcyLjA3NGMxLjk5NC0zLjYwOCAyLjk4NS03Ljc5MyAyLjk4Ny0xMi41MTggMCAwIDAtNzguODg5LS4wMTMtMTE4LjM0NSIgZmlsbD0iIzM5MDA5MSIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0yMDEuODkyMzI2IDExNi4yOTQwMDh2MTMuNDczNjg0aDEzLjQ3MzY4NHYtMTMuNDczNjg0aDYuNzM2ODQydjEzLjQ3MzY4NGgxMy40NzM2ODV2Ni43MzY4NDJoLTEzLjQ3MzY4NXYxMy40NzM2ODRoMTMuNDczNjg1djYuNzM2ODQyaC0xMy40NzM2ODV2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0em0xMy40NzM2ODQgMjAuMjEwNTI2aC0xMy40NzM2ODR2MTMuNDczNjg0aDEzLjQ3MzY4NHoiLz48cGF0aCBkPSJtMTI4LjQ1Njc1MiA0OC42MjU4NzZjMzUuMTQzNzcxIDAgNjUuODI3MTMzIDE5LjA4NjI5ODEgODIuMjYxODEgNDcuNDU2MDY3NWwtLjE2MDM3LS4yNzMwNjc1LTQxLjM0ODU3NyAyMy44MDgyODNjLTguMTQ2NjU2LTEzLjc5MzYwNS0yMy4wODE0NzktMjMuMTAyMDg3My00MC4yMTMyMzItMjMuMjkzNzg2OGwtLjUzOTYzMS0uMDAzMDE3OGMtMjYuMTI1NTc0IDAtNDcuMzA2MDgxNSAyMS4xNzkzODg2LTQ3LjMwNjA4MTUgNDcuMzA0OTYxNiAwIDguNTQzNjE1IDIuMjc3Nzc0OCAxNi41NTIyMDQgNi4yMzg5NzY0IDIzLjQ2OTQ3NiA4LjE1NDA5ODEgMTQuMjM1MjUzIDIzLjQ4MjkwNzEgMjMuODM2NjA2IDQxLjA2NzEwNTEgMjMuODM2NjA2IDE3LjY5Mjc3IDAgMzMuMTA4ODg0LTkuNzIzMzU3IDQxLjIyMTU2OC0yNC4xMTA4MzVsLS4xOTcxMjguMzQ1MzEzIDQxLjI4NjQ4NiAyMy45MTgwMzdjLTE2LjI1NDM5OCAyOC4xMjk1NTctNDYuNTE3NDA4IDQ3LjE1Njk0OC04MS4yNTI3MDEgNDcuNTM2MTg5bC0xLjA1ODIyNS4wMDU3NzRjLTM1LjI1NDU4MTkgMC02Ni4wMjUyNDkyLTE5LjIwMzgyNC04Mi40MTg1MTIyLTQ3LjcyMzU4LTguMDAyOTkyNy0xMy45MjI5NjktMTIuNTgyMDQ3Ni0zMC4wNjQzODktMTIuNTgyMDQ3Ni00Ny4yNzY5OCAwLTUyLjQ2NjA1MjQgNDIuNTMyMjY4Mi05NC45OTk0NCA5NS4wMDA1NTk4LTk0Ljk5OTQ0eiIvPjwvZz48L3N2Zz4=) 760 | [![iNKORE.UI.WPF.Modern](https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/badges/UI.WPF.Modern_Main_Shield.svg?raw=true)](https://github.com/iNKORE-NET/UI.WPF.Modern) 761 | [![UPSTREAM](https://img.shields.io/badge/UpStream-InkCanvas/Ink--Canvas--Artistry-red.svg "LICENSE")](https://github.com/InkCanvas/Ink-Canvas-Artistry) 762 | 763 | 该软件在 [Ink-Canvas-Artistry](https://github.com/InkCanvas/Ink-Canvas-Artistry) 的基础上对 [Ink-Canvas](https://github.com/WXRIW/Ink-Canvas) 进行了二次修改,且**移除**了点名和计时器工具等非画板软件的核心功能 764 | 765 | [直接下载](https://github.com/BaiYang2238/Ink-Canvas-Better/releases/latest)|[使用说明](https://github.com/BaiYang2238/Ink-Canvas-Better/blob/master/Document/Manual.md)|[隐私政策](https://github.com/BaiYang2238/Ink-Canvas-Better/blob/master/Document/Privacy.md) 766 | 767 | | **GitHub 仓库** | [https://github.com/BaiYang2238/Ink-Canvas-Better](https://github.com/BaiYang2238/Ink-Canvas-Better) | 768 | |:-:|:-:| 769 | | **GitHub 发行版** | [https://github.com/BaiYang2238/Ink-Canvas-Better/releases](https://github.com/BaiYang2238/Ink-Canvas-Better/releases) | 770 | | **Web 页面** | [./批注类/Ink-Canvas-Better](https://nav.jursin.top/教辅软件/批注类/Ink-Canvas-Better) | 771 | 772 | 773 | 774 | ### ICC-CE 775 | ![banner](images/ICC-CE/banner.png) 776 | 777 | [![stars](https://img.shields.io/github/stars/InkCanvasForClass/community?label=Stars)](https://github.com/InkCanvasForClass/community) 778 | [![forks](https://img.shields.io/github/forks/InkCanvasForClass/community?label=Forks)](https://github.com/InkCanvasForClass/community) 779 | [![Watchers](https://img.shields.io/github/watchers/InkCanvasForClass/community?style=social)](https://github.com/InkCanvasForClass/community/watchers) 780 | [![Downloads](https://img.shields.io/github/downloads/InkCanvasForClass/community/total?style=social&label=Downloads&logo=github)](https://github.com/InkCanvasForClass/community/releases/latest) 781 | [![GitHub Issues](https://img.shields.io/github/issues-search/InkCanvasForClass/community?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/InkCanvasForClass/community/issues) 782 | [![Release](https://img.shields.io/github/v/release/InkCanvasForClass/community?style=flat&color=%233fb950&label=正式版)](https://github.com/InkCanvasForClass/community/releases/latest) 783 | [![Created At](https://img.shields.io/github/created-at/InkCanvasForClass/community)](https://github.com/InkCanvasForClass/community) 784 | [![Github Last Commit](https://img.shields.io/github/last-commit/InkCanvasForClass/community)](https://github.com/InkCanvasForClass/community/commits/master/) 785 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C1054377349-blue?style=flat&logo=QQ)](https://qm.qq.com/q/qo32AclNh6) 786 | 787 | 在 [`icc-20240610-stable`](https://github.com/Awesome-Iwb/icc-20240610-stable) 基础上二次开发的一个社区版本,目前仍在积极维护中 788 | 789 | [官网](https://www.iccce.dpdns.org/)|[文档站](https://inkcanvasforclass.github.io/website)|[智教联盟板块](https://forum.smart-teach.cn/t/icc-ce) 790 | 791 |
792 |
793 | InkCanvasForClass 794 |
795 | 796 | ![toolbar](images/InkCanvasForClass/toolbar.png) 797 | 798 | ![board](images/InkCanvasForClass/board.png) 799 | 800 | [![stars](https://img.shields.io/github/stars/InkCanvas/InkCanvasForClass?label=Stars)](https://github.com/InkCanvas/InkCanvasForClass) 801 | [![forks](https://img.shields.io/github/forks/InkCanvas/InkCanvasForClass?label=Forks)](https://github.com/InkCanvas/InkCanvasForClass) 802 | [![Watchers](https://img.shields.io/github/watchers/InkCanvas/InkCanvasForClass?style=social)](https://github.com/InkCanvas/InkCanvasForClass/watchers) 803 | [![GitHub Issues](https://img.shields.io/github/issues-search/InkCanvas/InkCanvasForClass?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/InkCanvas/InkCanvasForClass/issues) 804 | [![Created At](https://img.shields.io/github/created-at/InkCanvas/InkCanvasForClass)](https://github.com/InkCanvas/InkCanvasForClass) 805 | [![Github Last Commit](https://img.shields.io/github/last-commit/InkCanvas/InkCanvasForClass)](https://github.com/InkCanvas/InkCanvasForClass/commits/master/) 806 | ![C#](https://img.shields.io/badge/C%23-blue?logo=data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAyNTYgMjg4IiB3aWR0aD0iMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MS0yLjA1Mi0zLjYwMi01LjEyNS02LjYyMS05LjI0Ny05LjAwOC0zNC4wMjUtMTkuNjE5LTY4LjA4My0zOS4xNzgtMTAyLjA5Ny01OC44MTY5OTk5NS05LjE3LTUuMjk0LTE4LjA2MS01LjEwMS0yNy4xNjMuMjY5LTEzLjU0MyA3Ljk4Njk5OTk1LTgxLjM0OCA0Ni44MzM5OTk5NS0xMDEuNTUzIDU4LjUzNjk5OTk1LTguMzIxIDQuODE3LTEyLjM3IDEyLjE4OS0xMi4zNzIgMjEuNzcxLS4wMTMgMzkuNDU1IDAgNzguOTA5LS4wMTMgMTE4LjM2NSAwIDQuNzI0Ljk5MSA4LjkwOSAyLjk4OCAxMi41MTcgMi4wNTMgMy43MTEgNS4xNjkgNi44MTMgOS4zODYgOS4yNTQgMjAuMjA2IDExLjcwMyA4OC4wMiA1MC41NDcgMTAxLjU2IDU4LjUzNiA5LjEwNiA1LjM3MyAxNy45OTcgNS41NjUgMjcuMTcuMjY5IDM0LjAxNS0xOS42NCA2OC4wNzUtMzkuMTk4IDEwMi4xMDUtNTguODE3IDQuMjE3LTIuNDQgNy4zMzMtNS41NDQgOS4zODYtOS4yNTIgMS45OTQtMy42MDggMi45ODctNy43OTMgMi45ODctMTIuNTE4IDAgMCAwLTc4Ljg4OS0uMDEzLTExOC4zNDUiIGZpbGw9IiNhMTc5ZGMiLz48cGF0aCBkPSJtMTI4LjE4MiAxNDMuMjQxMzc2LTEyNS4xOTQgNzIuMDg0YzIuMDUzIDMuNzExIDUuMTY5IDYuODEzIDkuMzg2IDkuMjU0IDIwLjIwNiAxMS43MDMgODguMDIgNTAuNTQ3IDEwMS41NiA1OC41MzYgOS4xMDYgNS4zNzMgMTcuOTk3IDUuNTY1IDI3LjE3LjI2OSAzNC4wMTUtMTkuNjQgNjguMDc1LTM5LjE5OCAxMDIuMTA1LTU4LjgxNyA0LjIxNy0yLjQ0IDcuMzMzLTUuNTQ0IDkuMzg2LTkuMjUyeiIgZmlsbD0iIzI4MDA2OCIvPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MWwtMTI0LjI2MyA3MS41NSAxMjQuNDEzIDcyLjA3NGMxLjk5NC0zLjYwOCAyLjk4NS03Ljc5MyAyLjk4Ny0xMi41MTggMCAwIDAtNzguODg5LS4wMTMtMTE4LjM0NSIgZmlsbD0iIzM5MDA5MSIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0yMDEuODkyMzI2IDExNi4yOTQwMDh2MTMuNDczNjg0aDEzLjQ3MzY4NHYtMTMuNDczNjg0aDYuNzM2ODQydjEzLjQ3MzY4NGgxMy40NzM2ODV2Ni43MzY4NDJoLTEzLjQ3MzY4NXYxMy40NzM2ODRoMTMuNDczNjg1djYuNzM2ODQyaC0xMy40NzM2ODV2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0em0xMy40NzM2ODQgMjAuMjEwNTI2aC0xMy40NzM2ODR2MTMuNDczNjg0aDEzLjQ3MzY4NHoiLz48cGF0aCBkPSJtMTI4LjQ1Njc1MiA0OC42MjU4NzZjMzUuMTQzNzcxIDAgNjUuODI3MTMzIDE5LjA4NjI5ODEgODIuMjYxODEgNDcuNDU2MDY3NWwtLjE2MDM3LS4yNzMwNjc1LTQxLjM0ODU3NyAyMy44MDgyODNjLTguMTQ2NjU2LTEzLjc5MzYwNS0yMy4wODE0NzktMjMuMTAyMDg3My00MC4yMTMyMzItMjMuMjkzNzg2OGwtLjUzOTYzMS0uMDAzMDE3OGMtMjYuMTI1NTc0IDAtNDcuMzA2MDgxNSAyMS4xNzkzODg2LTQ3LjMwNjA4MTUgNDcuMzA0OTYxNiAwIDguNTQzNjE1IDIuMjc3Nzc0OCAxNi41NTIyMDQgNi4yMzg5NzY0IDIzLjQ2OTQ3NiA4LjE1NDA5ODEgMTQuMjM1MjUzIDIzLjQ4MjkwNzEgMjMuODM2NjA2IDQxLjA2NzEwNTEgMjMuODM2NjA2IDE3LjY5Mjc3IDAgMzMuMTA4ODg0LTkuNzIzMzU3IDQxLjIyMTU2OC0yNC4xMTA4MzVsLS4xOTcxMjguMzQ1MzEzIDQxLjI4NjQ4NiAyMy45MTgwMzdjLTE2LjI1NDM5OCAyOC4xMjk1NTctNDYuNTE3NDA4IDQ3LjE1Njk0OC04MS4yNTI3MDEgNDcuNTM2MTg5bC0xLjA1ODIyNS4wMDU3NzRjLTM1LjI1NDU4MTkgMC02Ni4wMjUyNDkyLTE5LjIwMzgyNC04Mi40MTg1MTIyLTQ3LjcyMzU4LTguMDAyOTkyNy0xMy45MjI5NjktMTIuNTgyMDQ3Ni0zMC4wNjQzODktMTIuNTgyMDQ3Ni00Ny4yNzY5OCAwLTUyLjQ2NjA1MjQgNDIuNTMyMjY4Mi05NC45OTk0NCA5NS4wMDA1NTk4LTk0Ljk5OTQ0eiIvPjwvZz48L3N2Zz4=) 807 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/InkCanvas/InkCanvasForClass/blob/master/LICENSE) 808 | 809 | 一款基于 [Ink-Canvas-Artistry](https://github.com/ChangSakura/Ink-Canvas) 的开源易用的电子教鞭软件,专为课堂教学场景优化设计 810 | 811 |
812 | 813 | > [!warning] 814 | > 二次开发仓库(均已存档) 815 | > 816 | > - [Ink-Canvas-reborn](https://github.com/Awesome-Iwb/Ink-Canvas-Reborn) 817 | > 818 | > - [icc-20240610-stable](https://github.com/Awesome-Iwb/icc-20240610-stable) 819 | > 820 | > - [icc-latest-20250607-unstable](https://github.com/Awesome-Iwb/icc-latest-20250607-unstable) 821 | 822 |
823 | 824 |
825 | 826 | | **GitHub 仓库** | [https://github.com/InkCanvas/InkCanvasForClass](https://github.com/InkCanvas/InkCanvasForClass)**(已存档)** | 827 | |:-:|:-:| 828 | | **社区版 GitHub 仓库** | [https://github.com/InkCanvasForClass/community](https://github.com/InkCanvasForClass/community) | 829 | | **社区版 GitHub 发行版** | [https://github.com/InkCanvasForClass/community/releases](https://github.com/InkCanvasForClass/community/releases) | 830 | | **Web 页面** | [./批注类/inkcanvasforclass](https://nav.jursin.top/教辅软件/批注类/inkcanvasforclass) | 831 | 832 | 833 | 834 | ### SketchNow 835 | 836 | ![banner](images/SketchNow/banner.png) 837 | 838 | ![toolbar](images/SketchNow/toolbar.png) 839 | 840 | [![stars](https://img.shields.io/github/stars/SketchNow/SketchNow.WPF?label=Stars)](https://github.com/SketchNow/SketchNow.WPF) 841 | [![forks](https://img.shields.io/github/forks/SketchNow/SketchNow.WPF?label=Forks)](https://github.com/SketchNow/SketchNow.WPF) 842 | [![Watchers](https://img.shields.io/github/watchers/SketchNow/SketchNow.WPF?style=social)](https://github.com/SketchNow/SketchNow.WPF/watchers) 843 | [![Downloads](https://img.shields.io/github/downloads/SketchNow/SketchNow.WPF/total?style=social&label=Downloads&logo=github)](https://github.com/SketchNow/SketchNow.WPF/releases/latest) 844 | [![GitHub Issues](https://img.shields.io/github/issues-search/SketchNow/SketchNow.WPF?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/SketchNow/SketchNow.WPF/issues) 845 | [![GitHub Discussions](https://img.shields.io/github/discussions/SketchNow/SketchNow.WPF?style=flat&logo=Github&label=Discussions)](https://github.com/SketchNow/SketchNow.WPF/discussions) 846 | [![Release](https://img.shields.io/github/v/release/SketchNow/SketchNow.WPF?style=flat&color=%233fb950&label=正式版)](https://github.com/SketchNow/SketchNow.WPF/releases/latest) 847 | [![Beta](https://img.shields.io/github/v/release/SketchNow/SketchNow.WPF?include_prereleases&style=flat&label=测试版)](https://github.com/SketchNow/SketchNow.WPF/releases) 848 | [![Created At](https://img.shields.io/github/created-at/SketchNow/SketchNow.WPF)](https://github.com/SketchNow/SketchNow.WPF) 849 | [![Github Last Commit](https://img.shields.io/github/last-commit/SketchNow/SketchNow.WPF)](https://github.com/SketchNow/SketchNow.WPF/commits/master) 850 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E9%9D%9E%E5%B8%B8%E6%B4%BB%E8%B7%83-green) 851 | [![GitHub Top Language](https://img.shields.io/github/languages/top/SketchNow/SketchNow.WPF)](https://github.com/SketchNow/SketchNow.WPF) 852 | [![LICENSE](https://img.shields.io/badge/License-MIT-red.svg "LICENSE")](https://github.com/SketchNow/SketchNow.WPF/blob/main/LICENSE.txt) 853 | 854 | 一款让您能在屏幕任意位置实时绘图的应用程序|[Upcoming](https://github.com/orgs/SketchNow/projects) 855 | 856 |
857 | 858 | > [!caution] 859 | > 当前仍在开发阶段。为避免潜在风险,请勿在生产环境中安装! 860 | 861 |
862 | 863 | | **GitHub 仓库** | [https://github.com/SketchNow/SketchNow.WPF](https://github.com/SketchNow/SketchNow.WPF) | 864 | |:-:|:-:| 865 | | **GitHub 发行版** | [https://github.com/SketchNow/SketchNow.WPF/releases](https://github.com/SketchNow/SketchNow.WPF/releases) | 866 | | **Web 页面** | [./批注类/sketchnow](https://nav.jursin.top/教辅软件/批注类/sketchnow) | 867 | 868 | 869 | 870 | ### 智绘教Inkeys 871 | 872 | ![cover](images/Inkeys/banner.png) 873 | 874 | [![stars](https://img.shields.io/github/stars/Alan-CRL/Inkeys?label=Stars)](https://github.com/Alan-CRL/Inkeys) 875 | [![forks](https://img.shields.io/github/forks/Alan-CRL/Inkeys?label=Forks)](https://github.com/Alan-CRL/Inkeys) 876 | [![Watchers](https://img.shields.io/github/watchers/Alan-CRL/Inkeys?style=social)](https://github.com/Alan-CRL/Inkeys/watchers) 877 | [![Downloads](https://img.shields.io/github/downloads/Alan-CRL/Inkeys/total?style=social&label=Downloads&logo=github)](https://github.com/Alan-CRL/Inkeys/releases/latest) 878 | [![GitHub Issues](https://img.shields.io/github/issues-search/Alan-CRL/Inkeys?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/Alan-CRL/Inkeys/issues) 879 | [![GitHub Discussions](https://img.shields.io/github/discussions/Alan-CRL/Inkeys?style=flat&logo=Github&label=Discussions)](https://github.com/Alan-CRL/Inkeys/discussions) 880 | [![Release](https://img.shields.io/github/v/release/Alan-CRL/Inkeys?style=flat&color=%233fb950&label=正式版)](https://github.com/Alan-CRL/Inkeys/releases/latest) 881 | [![Created At](https://img.shields.io/github/created-at/Alan-CRL/Inkeys)](https://github.com/Alan-CRL/Inkeys) 882 | [![Github Last Commit](https://img.shields.io/github/last-commit/Alan-CRL/Inkeys)](https://github.com/Alan-CRL/Inkeys/commits/main) 883 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E6%B4%BB%E8%B7%83-blue) 884 | [![GitHub Top Language](https://img.shields.io/github/languages/top/Alan-CRL/Inkeys)](https://github.com/Alan-CRL/Inkeys) 885 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/Alan-CRL/Inkeys/blob/main/LICENSE) 886 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C618720802-blue?style=flat&logo=QQ)](https://qm.qq.com/q/iEDzSL0Wn) 887 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9Calan--CRL-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/1330313497) 888 | [![bilibili](https://img.shields.io/badge/-bilibili%E8%A7%86%E9%A2%91%EF%BD%9CBV1Tz421z72e-%23FB7299?style=flat&logo=bilibili)](https://www.bilibili.com/video/BV1Tz421z72e) 889 | 890 | 原名 `Intelligent-Drawing-Teaching(简称 IDT)`,Windows 屏幕批注工具,拥有批注高效和功能丰富等特点,适用于触摸设备和PC端|[智绘教Inkeys 官网](https://www.inkeys.top) 891 | 892 | | **GitHub 仓库** | [https://github.com/Alan-CRL/Inkeys](https://github.com/Alan-CRL/Inkeys) | 893 | |:-:|:-:| 894 | | **GitHub 发行版** | [https://github.com/Alan-CRL/Inkeys/releases](https://github.com/Alan-CRL/Inkeys/releases) | 895 | | **Web 页面** | [./批注类/inkeys](https://nav.jursin.top/教辅软件/批注类/inkeys) | 896 | 897 |
898 | 899 | 900 | 901 | ### Inkways-Classic 902 | 903 | 904 | 905 | ![banner](images/inkways/banner.png) 906 | ![editor](images/Inkways/image_inkways_10.png) 907 | ![board](images/Inkways/image_inkways_6.png) 908 | ![slide assistant](images/Inkways/image_inkways_7.png) 909 | 910 | ![Type](https://img.shields.io/badge/Type-Closed_Source-green) 911 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C655979143-blue?style=flat&logo=QQ&logoColor=white)](https://qm.qq.com/q/wzFUnRBF9C) 912 | [![QQ频道](https://img.shields.io/badge/-QQ%E9%A2%91%E9%81%93%EF%BD%9C1nkoreStudios-blue?style=flat&logo=QQ&logoColor=white)](https://pd.qq.com/s/g3o1pmidm) 913 | [![Telegram](https://img.shields.io/badge/-Telegram%EF%BD%9C@iNKORE_Studios-blue?style=flat&logo=Telegram&logoColor=white)](https://t.me/iNKORE) 914 | [![Facebook](https://img.shields.io/badge/-Facebook%EF%BD%9C@iNKORE_Studios-blue?style=flat&logo=Facebook)](https://www.facebook.com/iNKORE.NET) 915 | [![X](https://img.shields.io/badge/-X%EF%BD%9C@iNKORE_NET-black?style=flat&logo=X)](https://x.com/iNKORE_NET) 916 | [![Discord](https://img.shields.io/badge/-Discord%EF%BD%9Cm6NPNVk4bs-white?style=flat&logo=Discord)](https://discord.com/invite/m6NPNVk4bs) 917 | 918 | 一个现代化,简洁而强大的,拥有智能书写算法优化的书写软件|[官方网站](https://www.inkore.net/) 919 | 920 |
921 | 922 | > [!important] 923 | > 该软件为旧版本,已暂时下架并停止维护,**暂无发行版**。新版本正在**准备开发**中,敬请期待。 924 | 925 |
926 | 927 | | **GitHub 主页** | [https://github.com/Inkways](https://github.com/Inkways) | 928 | |:-:|:-:| 929 | | **Web 页面** | [./批注类/inkways-classic](https://nav.jursin.top/教辅软件/批注类/inkways-classic) | 930 | 931 | 932 | 933 | 934 | 935 | ### LemonxNote 936 | ![preview](images/LemonxNote/黑板.png) 937 | 938 | [![stars](https://img.shields.io/github/stars/lh11117/LemonxNote?label=Stars)](https://github.com/lh11117/LemonxNote) 939 | [![forks](https://img.shields.io/github/forks/lh11117/LemonxNote?label=Forks)](https://github.com/lh11117/LemonxNote) 940 | [![Watchers](https://img.shields.io/github/watchers/lh11117/LemonxNote?style=social)](https://github.com/lh11117/LemonxNote/watchers) 941 | [![Downloads](https://img.shields.io/github/downloads/lh11117/LemonxNote/total?style=social&label=Downloads&logo=github)](https://github.com/lh11117/LemonxNote/releases/latest) 942 | [![GitHub Issues](https://img.shields.io/github/issues-search/lh11117/LemonxNote?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/lh11117/LemonxNote/issues) 943 | [![Release](https://img.shields.io/github/v/release/lh11117/LemonxNote?style=flat&color=%233fb950&label=正式版)](https://github.com/lh11117/LemonxNote/releases/latest) 944 | [![Created At](https://img.shields.io/github/created-at/lh11117/LemonxNote)](https://github.com/lh11117/LemonxNote) 945 | [![Github Last Commit](https://img.shields.io/github/last-commit/lh11117/LemonxNote)](https://github.com/lh11117/LemonxNote/commits/main) 946 | ![C++](https://img.shields.io/badge/C%2B%2B-00599C?logo=c%2B%2B&logoColor=white&style=flat) 947 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/lh11117/LemonxNote/blob/main/LICENSE) 948 | 949 | 一款用 C++ 和 Qt 开发的轻量白板软件。 950 | 951 | | **GitHub 仓库** | [https://github.com/lh11117/LemonxNote](https://github.com/lh11117/LemonxNote) | 952 | |:-:|:-:| 953 | | **GitHub 发行版** | [https://github.com/lh11117/LemonxNote/releases](https://github.com/lh11117/LemonxNote/releases) | 954 | | **Web 页面** | [./批注类/lemonxnote](https://nav.jursin.top/教辅软件/批注类/lemonxnote) | 955 | 956 | 957 | ## 下载类 958 | 959 | 960 | 961 | ### SectionIstool 962 | 963 | ![about](images/SectionIstool/about.png) 964 | 965 | [![stars](https://img.shields.io/github/stars/SectionIstool/SectionIstool?label=Stars)](https://github.com/SectionIstool/SectionIstool) 966 | [![forks](https://img.shields.io/github/forks/SectionIstool/SectionIstool?label=Forks)](https://github.com/SectionIstool/SectionIstool) 967 | [![Watchers](https://img.shields.io/github/watchers/SectionIstool/SectionIstool?style=social)](https://github.com/SectionIstool/SectionIstool/watchers) 968 | [![Downloads](https://img.shields.io/github/downloads/SectionIstool/SectionIstool/total?style=social&label=Downloads&logo=github)](https://github.com/SectionIstool/SectionIstool/releases/latest) 969 | [![GitHub Issues](https://img.shields.io/github/issues-search/SectionIstool/SectionIstool?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/SectionIstool/SectionIstool/issues) 970 | [![GitHub Discussions](https://img.shields.io/github/discussions/SectionIstool/SectionIstool?style=flat&logo=Github&label=Discussions)](https://github.com/SectionIstool/SectionIstool/discussions) 971 | [![Release](https://img.shields.io/github/v/release/SectionIstool/SectionIstool?style=flat&color=%233fb950&label=正式版)](https://github.com/SectionIstool/SectionIstool/releases/latest) 972 | [![Created At](https://img.shields.io/github/created-at/SectionIstool/SectionIstool)](https://github.com/SectionIstool/SectionIstool) 973 | [![Github Last Commit](https://img.shields.io/github/last-commit/SectionIstool/SectionIstool)](https://github.com/SectionIstool/SectionIstool/commits/master) 974 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E4%B8%8D%E6%B4%BB%E8%B7%83-yellow) 975 | [![GitHub Top Language](https://img.shields.io/github/languages/top/SectionIstool/SectionIstool)](https://github.com/SectionIstool/SectionIstool) 976 | [![LICENSE](https://img.shields.io/badge/License-MIT-red.svg "LICENSE")](https://github.com/SectionIstool/SectionIstool/blob/master/LICENSE.txt) 977 | [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flzy98276%2FSectionIstool.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flzy98276%2FSectionIstool?ref=badge_shield&style=flat) 978 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C833875216-blue?style=flat&logo=QQ)](https://qm.qq.com/q/ASRSNUJuve) 979 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C%E9%BB%8E%E6%B3%BD%E6%87%BF-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/520571577) 980 | 981 | 一款方便、快捷下载适合班级一体机使用的各类软件的下载器 982 | 983 | | **GitHub 仓库** | [https://github.com/SectionIstool/SectionIstool](https://github.com/SectionIstool/SectionIstool) | 984 | |:-:|:-:| 985 | | **GitHub 发行版** | [https://github.com/SectionIstool/SectionIstool/releases](https://github.com/SectionIstool/SectionIstool/releases) | 986 | | **Web 页面** | [./下载类/sectionistoo](https://nav.jursin.top/教辅软件/下载类/sectionistool) | 987 | 988 |
989 | 990 | > [!warning] 991 | > 992 | > **此项目仍在早期开发中,使用过程中可能会遇到一些未知的问题!** 993 | 994 |
995 | 996 | 997 | 998 | ### SeewoHUB 999 | 1000 | ![主界面](images/SeewoHUB/主界面.png) 1001 | ![设置](images/SeewoHUB/设置.png) 1002 | 1003 | [![stars](https://img.shields.io/github/stars/CNwenwen/SeewoHUB?label=Stars)](https://github.com/CNwenwen/SeewoHUB) 1004 | [![forks](https://img.shields.io/github/forks/CNwenwen/SeewoHUB?label=Forks)](https://github.com/CNwenwen/SeewoHUB) 1005 | [![Watchers](https://img.shields.io/github/watchers/CNwenwen/SeewoHUB?style=social)](https://github.com/CNwenwen/SeewoHUB/watchers) 1006 | [![Downloads](https://img.shields.io/github/downloads/CNwenwen/SeewoHUB/total?style=social&label=Downloads&logo=github)](https://github.com/CNwenwen/SeewoHUB/releases/latest) 1007 | [![GitHub Issues](https://img.shields.io/github/issues-search/CNwenwen/SeewoHUB?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/CNwenwen/SeewoHUB/issues) 1008 | [![GitHub Discussions](https://img.shields.io/github/discussions/CNwenwen/SeewoHUB?style=flat&logo=Github&label=Discussions)](https://github.com/CNwenwen/SeewoHUB/discussions) 1009 | [![Release](https://img.shields.io/github/v/release/CNwenwen/SeewoHUB?style=flat&color=%233fb950&label=正式版)](https://github.com/CNwenwen/SeewoHUB/releases/latest) 1010 | [![Created At](https://img.shields.io/github/created-at/CNwenwen/SeewoHUB)](https://github.com/CNwenwen/SeewoHUB) 1011 | [![Github Last Commit](https://img.shields.io/github/last-commit/CNwenwen/SeewoHUB)](https://github.com/CNwenwen/SeewoHUB/commits/master) 1012 | ![Update Status](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E4%B8%8D%E6%B4%BB%E8%B7%83-yellow) 1013 | [![GitHub Top Language](https://img.shields.io/github/languages/top/CNwenwen/SeewoHUB)](https://github.com/CNwenwen/SeewoHUB) 1014 | 1015 | 一款方便、快捷下载适合班级一体机使用的各类软件的下载器 1016 | 1017 | | **GitHub 仓库** | [https://github.com/CNwenwen/SeewoHUB](https://github.com/CNwenwen/SeewoHUB) | 1018 | |:-:|:-:| 1019 | | **GitHub 发行版** | [https://github.com/CNwenwen/SeewoHUB/releases](https://github.com/CNwenwen/SeewoHUB/releases) | 1020 | | **Web 页面** | [./下载类/seewohub](https://nav.jursin.top/教辅软件/下载类/seewohub) | 1021 | 1022 |
1023 | 1024 | > [!warning] 1025 | > **此项目仍在早期开发中,使用过程中可能会遇到一些未知的问题!** 1026 | 1027 |
1028 | 1029 | ## 随机抽选 1030 | 1031 | 1032 | 1033 | ### NamePicker 1034 | ![banner](images/NamePicker/banner.png) 1035 | ![main](images/NamePicker/main.png) 1036 | 1037 | [![stars](https://img.shields.io/github/stars/NamePickerOrg/NamePicker?label=Stars)](https://github.com/NamePickerOrg/NamePicker) 1038 | [![forks](https://img.shields.io/github/forks/NamePickerOrg/NamePicker?label=Forks)](https://github.com/NamePickerOrg/NamePicker) 1039 | [![Watchers](https://img.shields.io/github/watchers/NamePickerOrg/NamePicker?style=social)](https://github.com/NamePickerOrg/NamePicker/watchers) 1040 | [![Downloads](https://img.shields.io/github/downloads/NamePickerOrg/NamePicker/total?style=social&label=Downloads&logo=github)](https://github.com/NamePickerOrg/NamePicker/releases/latest) 1041 | [![GitHub Issues](https://img.shields.io/github/issues-search/NamePickerOrg/NamePicker?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/NamePickerOrg/NamePicker/issues) 1042 | [![Release](https://img.shields.io/github/v/release/NamePickerOrg/NamePicker?style=flat&color=%233fb950&label=正式版)](https://github.com/NamePickerOrg/NamePicker/releases/latest) 1043 | [![Created At](https://img.shields.io/github/created-at/NamePickerOrg/NamePicker)](https://github.com/NamePickerOrg/NamePicker) 1044 | [![Github Last Commit](https://img.shields.io/github/last-commit/NamePickerOrg/NamePicker)](https://github.com/NamePickerOrg/NamePicker/commits/master) 1045 | ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white&style=flat) 1046 | [![LICENSE](https://img.shields.io/badge/License-GPLv3-red.svg "LICENSE")](https://github.com/NamePickerOrg/NamePicker/blob/master/LICENSE) 1047 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C2153027375-blue?style=flat&logo=QQ)](https://qm.qq.com/q/WzhU4u6nYG) 1048 | 1049 | 一款简洁的点名软件|[官方文档站](https://namepicker-docs.netlify.app) 1050 | 1051 | | **GitHub 仓库** | [https://github.com/NamePickerOrg/NamePicker](https://github.com/NamePickerOrg/NamePicker) | 1052 | |:-:|:-:| 1053 | | **GitHub 发行版** | [https://github.com/NamePickerOrg/NamePicker/releases](https://github.com/NamePickerOrg/NamePicker/releases) | 1054 | | **Web 页面** | [./随机抽选/namepicker](https://nav.jursin.top/教辅软件/随机抽选/namepicker) | 1055 | 1056 | 1057 | 1058 | ### Rand 1059 | ![主页](images/Rand/home.png) 1060 | 1061 | [![stars](https://img.shields.io/github/stars/LuoYunXi0407/Rand?label=Stars)](https://github.com/LuoYunXi0407/Rand) 1062 | [![forks](https://img.shields.io/github/forks/LuoYunXi0407/Rand?label=Forks)](https://github.com/LuoYunXi0407/Rand) 1063 | [![Watchers](https://img.shields.io/github/watchers/LuoYunXi0407/Rand?style=social)](https://github.com/LuoYunXi0407/Rand/watchers) 1064 | [![Downloads](https://img.shields.io/github/downloads/LuoYunXi0407/Rand/total?style=social&label=Downloads&logo=github)](https://github.com/LuoYunXi0407/Rand/releases/latest) 1065 | [![GitHub Issues](https://img.shields.io/github/issues-search/LuoYunXi0407/Rand?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/LuoYunXi0407/Rand/issues) 1066 | [![Release](https://img.shields.io/github/v/release/LuoYunXi0407/Rand?style=flat&color=%233fb950&label=正式版)](https://github.com/LuoYunXi0407/Rand/releases/latest) 1067 | ![C#](https://img.shields.io/badge/C%23-blue?logo=data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAyNTYgMjg4IiB3aWR0aD0iMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MS0yLjA1Mi0zLjYwMi01LjEyNS02LjYyMS05LjI0Ny05LjAwOC0zNC4wMjUtMTkuNjE5LTY4LjA4My0zOS4xNzgtMTAyLjA5Ny01OC44MTY5OTk5NS05LjE3LTUuMjk0LTE4LjA2MS01LjEwMS0yNy4xNjMuMjY5LTEzLjU0MyA3Ljk4Njk5OTk1LTgxLjM0OCA0Ni44MzM5OTk5NS0xMDEuNTUzIDU4LjUzNjk5OTk1LTguMzIxIDQuODE3LTEyLjM3IDEyLjE4OS0xMi4zNzIgMjEuNzcxLS4wMTMgMzkuNDU1IDAgNzguOTA5LS4wMTMgMTE4LjM2NSAwIDQuNzI0Ljk5MSA4LjkwOSAyLjk4OCAxMi41MTcgMi4wNTMgMy43MTEgNS4xNjkgNi44MTMgOS4zODYgOS4yNTQgMjAuMjA2IDExLjcwMyA4OC4wMiA1MC41NDcgMTAxLjU2IDU4LjUzNiA5LjEwNiA1LjM3MyAxNy45OTcgNS41NjUgMjcuMTcuMjY5IDM0LjAxNS0xOS42NCA2OC4wNzUtMzkuMTk4IDEwMi4xMDUtNTguODE3IDQuMjE3LTIuNDQgNy4zMzMtNS41NDQgOS4zODYtOS4yNTIgMS45OTQtMy42MDggMi45ODctNy43OTMgMi45ODctMTIuNTE4IDAgMCAwLTc4Ljg4OS0uMDEzLTExOC4zNDUiIGZpbGw9IiNhMTc5ZGMiLz48cGF0aCBkPSJtMTI4LjE4MiAxNDMuMjQxMzc2LTEyNS4xOTQgNzIuMDg0YzIuMDUzIDMuNzExIDUuMTY5IDYuODEzIDkuMzg2IDkuMjU0IDIwLjIwNiAxMS43MDMgODguMDIgNTAuNTQ3IDEwMS41NiA1OC41MzYgOS4xMDYgNS4zNzMgMTcuOTk3IDUuNTY1IDI3LjE3LjI2OSAzNC4wMTUtMTkuNjQgNjguMDc1LTM5LjE5OCAxMDIuMTA1LTU4LjgxNyA0LjIxNy0yLjQ0IDcuMzMzLTUuNTQ0IDkuMzg2LTkuMjUyeiIgZmlsbD0iIzI4MDA2OCIvPjxwYXRoIGQ9Im0yNTUuNTY5IDg0LjQ1MjM3NmMtLjAwMi00LjgzLTEuMDM1LTkuMDk4LTMuMTI0LTEyLjc2MWwtMTI0LjI2MyA3MS41NSAxMjQuNDEzIDcyLjA3NGMxLjk5NC0zLjYwOCAyLjk4NS03Ljc5MyAyLjk4Ny0xMi41MTggMCAwIDAtNzguODg5LS4wMTMtMTE4LjM0NSIgZmlsbD0iIzM5MDA5MSIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0yMDEuODkyMzI2IDExNi4yOTQwMDh2MTMuNDczNjg0aDEzLjQ3MzY4NHYtMTMuNDczNjg0aDYuNzM2ODQydjEzLjQ3MzY4NGgxMy40NzM2ODV2Ni43MzY4NDJoLTEzLjQ3MzY4NXYxMy40NzM2ODRoMTMuNDczNjg1djYuNzM2ODQyaC0xMy40NzM2ODV2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2MTMuNDczNjg0aC02LjczNjg0MnYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0aC0xMy40NzM2ODR2LTYuNzM2ODQyaDEzLjQ3MzY4NHYtMTMuNDczNjg0em0xMy40NzM2ODQgMjAuMjEwNTI2aC0xMy40NzM2ODR2MTMuNDczNjg0aDEzLjQ3MzY4NHoiLz48cGF0aCBkPSJtMTI4LjQ1Njc1MiA0OC42MjU4NzZjMzUuMTQzNzcxIDAgNjUuODI3MTMzIDE5LjA4NjI5ODEgODIuMjYxODEgNDcuNDU2MDY3NWwtLjE2MDM3LS4yNzMwNjc1LTQxLjM0ODU3NyAyMy44MDgyODNjLTguMTQ2NjU2LTEzLjc5MzYwNS0yMy4wODE0NzktMjMuMTAyMDg3My00MC4yMTMyMzItMjMuMjkzNzg2OGwtLjUzOTYzMS0uMDAzMDE3OGMtMjYuMTI1NTc0IDAtNDcuMzA2MDgxNSAyMS4xNzkzODg2LTQ3LjMwNjA4MTUgNDcuMzA0OTYxNiAwIDguNTQzNjE1IDIuMjc3Nzc0OCAxNi41NTIyMDQgNi4yMzg5NzY0IDIzLjQ2OTQ3NiA4LjE1NDA5ODEgMTQuMjM1MjUzIDIzLjQ4MjkwNzEgMjMuODM2NjA2IDQxLjA2NzEwNTEgMjMuODM2NjA2IDE3LjY5Mjc3IDAgMzMuMTA4ODg0LTkuNzIzMzU3IDQxLjIyMTU2OC0yNC4xMTA4MzVsLS4xOTcxMjguMzQ1MzEzIDQxLjI4NjQ4NiAyMy45MTgwMzdjLTE2LjI1NDM5OCAyOC4xMjk1NTctNDYuNTE3NDA4IDQ3LjE1Njk0OC04MS4yNTI3MDEgNDcuNTM2MTg5bC0xLjA1ODIyNS4wMDU3NzRjLTM1LjI1NDU4MTkgMC02Ni4wMjUyNDkyLTE5LjIwMzgyNC04Mi40MTg1MTIyLTQ3LjcyMzU4LTguMDAyOTkyNy0xMy45MjI5NjktMTIuNTgyMDQ3Ni0zMC4wNjQzODktMTIuNTgyMDQ3Ni00Ny4yNzY5OCAwLTUyLjQ2NjA1MjQgNDIuNTMyMjY4Mi05NC45OTk0NCA5NS4wMDA1NTk4LTk0Ljk5OTQ0eiIvPjwvZz48L3N2Zz4=) 1068 | [![Created At](https://img.shields.io/github/created-at/LuoYunXi0407/Rand)](https://github.com/LuoYunXi0407/Rand) 1069 | [![Github Last Commit](https://img.shields.io/github/last-commit/LuoYunXi0407/Rand)](https://github.com/LuoYunXi0407/Rand/commits/main) 1070 | [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://github.com/LuoYunXi0407/Rand/blob/main/LICENSE) 1071 | 1072 | 一款美观、易用、强大的抽号软件 1073 | 1074 | | **GitHub 仓库** | [https://github.com/LuoYunXi0407/Rand](https://github.com/LuoYunXi0407/Rand) | 1075 | |:-:|:-:| 1076 | | **GitHub 发行版** | [https://github.com/LuoYunXi0407/Rand/releases](https://github.com/LuoYunXi0407/Rand/releases) | 1077 | | **Web 页面** | [./随机抽选/rand](https://nav.jursin.top/教辅软件/随机抽选/rand) | 1078 | 1079 | 1080 | 1081 | ### SecRandom 1082 | ![main](images/SecRandom/welcome.png) 1083 | 1084 | [![stars](https://img.shields.io/github/stars/SECTL/SecRandom?label=Stars)](https://github.com/SECTL/SecRandom) 1085 | [![forks](https://img.shields.io/github/forks/SECTL/SecRandom?label=Forks)](https://github.com/SECTL/SecRandom) 1086 | [![Watchers](https://img.shields.io/github/watchers/SECTL/SecRandom?style=social)](https://github.com/SECTL/SecRandom/watchers) 1087 | [![Downloads](https://img.shields.io/github/downloads/SECTL/SecRandom/total?style=social&label=Downloads&logo=github)](https://github.com/SECTL/SecRandom/releases/latest) 1088 | [![GitHub Issues](https://img.shields.io/github/issues-search/SECTL/SecRandom?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/SECTL/SecRandom/issues) 1089 | [![Release](https://img.shields.io/github/v/release/SECTL/SecRandom?style=flat&color=%233fb950&label=正式版)](https://github.com/SECTL/SecRandom/releases/latest) 1090 | [![Created At](https://img.shields.io/github/created-at/SECTL/SecRandom)](https://github.com/SECTL/SecRandom) 1091 | [![Github Last Commit](https://img.shields.io/github/last-commit/SECTL/SecRandom)](https://github.com/SECTL/SecRandom/commits/main) 1092 | ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white&style=flat) [![LICENSE](https://img.shields.io/badge/License-GPLv3-red.svg "LICENSE")](https://github.com/SECTL/SecRandom/blob/main/LICENSE) 1093 | [![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C833875216-blue?style=flat&logo=QQ)](https://qm.qq.com/q/Y8tx1BxnmG) 1094 | [![bilibili](https://img.shields.io/badge/-UP%E4%B8%BB%EF%BD%9C%E9%BB%8E%E6%B3%BD%E6%87%BF-%23FB7299?style=flat&logo=bilibili)](https://space.bilibili.com/520571577) 1095 | 1096 | 一款能以多种方式进行完全公平的随机抽取的软件|[文档站](https://secrandom.netlify.app/) 1097 | 1098 | | **GitHub 仓库** | [https://github.com/SECTL/SecRandom](https://github.com/SECTL/SecRandom) | 1099 | |:-:|:-:| 1100 | | **GitHub 发行版** | [https://github.com/SECTL/SecRandom/releases](https://github.com/SECTL/SecRandom/releases) | 1101 | | **Web 页面** | [./随机抽选/secrandom](https://nav.jursin.top/教辅软件/随机抽选/secrandom) | 1102 | 1103 | 1104 | 1105 | ### ex-caller 1106 | ![demo](images/ex-caller/demo.webp) 1107 | 1108 | [![stars](https://img.shields.io/github/stars/typed-sigterm/ex-caller?label=Stars)](https://github.com/typed-sigterm/ex-caller) 1109 | [![forks](https://img.shields.io/github/forks/typed-sigterm/ex-caller?label=Forks)](https://github.com/typed-sigterm/ex-caller) 1110 | [![Watchers](https://img.shields.io/github/watchers/typed-sigterm/ex-caller?style=social)](https://github.com/typed-sigterm/ex-caller/watchers) 1111 | [![GitHub Issues](https://img.shields.io/github/issues-search/typed-sigterm/ex-caller?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/typed-sigterm/ex-caller/issues) 1112 | [![Created At](https://img.shields.io/github/created-at/typed-sigterm/ex-caller)](https://github.com/typed-sigterm/ex-caller) 1113 | [![Github Last Commit](https://img.shields.io/github/last-commit/typed-sigterm/ex-caller)](https://github.com/typed-sigterm/ex-caller/commits/main) 1114 | ![Vue](https://img.shields.io/badge/Vue-4FC08D?logo=vue.js&logoColor=white&style=flat) 1115 | 1116 | 简约风格的随机点名工具 1117 | 1118 | [网页版](https://ex-caller.by-ts.top)|[离线版下载](https://ex-caller.by-ts.top/update)|[最新尝鲜版](https://main.ex-caller.by-ts.top) 1119 | 1120 | | **GitHub 仓库** | [https://github.com/typed-sigterm/ex-caller](https://github.com/typed-sigterm/ex-caller) | 1121 | |:-:|:-:| 1122 | | **Web 页面** | [./随机抽选/ex-caller](https://nav.jursin.top/教辅软件/随机抽选/ex-caller) | 1123 | 1124 | ## 贡献者 1125 | 1126 | 1127 | 1128 | 1129 | 1130 | 1137 | 1144 | 1151 | 1152 | 1153 |
1131 | 1132 | Jursin 1133 |
1134 | Jursin 1135 |
1136 |
1138 | 1139 | MKStoler4096 1140 |
1141 | MKStoler 1142 |
1143 |
1145 | 1146 | Aris-Offline 1147 |
1148 | Aris 1149 |
1150 |
1154 | 1155 | 1156 | ## Star 历史 1157 | 1158 | [![Star 历史](https://starchart.cc/Jursin/Awesome-Class-Softwares.svg?variant=adaptive)](https://starchart.cc/Jursin/Awesome-Class-Softwares) 1159 | 1160 | 如果这个项目对您有帮助,请点亮 Star ⭐|[回到顶部🔼](#awesome-class-softwares) 1161 | 1162 |
--------------------------------------------------------------------------------