Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.22 KB

QQBOT

TODO

  1. Determine Project Structure

    • Define the overall architecture and organization of the project.
      • Some folders should be accessible to all plugins, e.g. data/, utils/, models/, etc.
    • Current structure:
       .
       │  bot.py
       └─src
          └─plugins
             │  some_plugin1.py
             │
             └─some_plugin2.py
                      config.py
                      __init__.py
      
  2. Establish Plugin Template

    • Create a standard template for plugins to ensure consistency and ease of development.
  3. Generate Unit Test Pipeline for plugins

    • Establish a unit test pipeline, including document and testing scripts for plugins.
    • See NoneBug
  4. Refactor WebUI Plugin

    • Refactor the WebUI plugin to improve its functionality and integrate it with the project's standards.
  5. Set Up GitHub Actions

    • Configure continuous integration and deployment workflows using GitHub Actions.

Documentation

Nonebot Docs NapCatQQ Docs My Webui Project Link