使**其**复生:Make **it** arise
Find a file
2026-08-21 04:53:59 +00:00
.github fix: 两轴 review 修正——三处文档计数不准 + 一处关键理由错误(issue #97) 2026-08-10 16:22:10 +08:00
docs docs: issue #188 grill定案——drive_tick发起的delegate_task套用ADR-0027可抢占逻辑 2026-08-21 12:52:19 +08:00
migrations feat: implement crash recovery contract (issue #4) 2026-07-07 14:16:12 +08:00
src/nonebot_plugin_arise docs: reactive 路径逐条 addressed/skipped 判断设计定案(issue #176 grill) 2026-08-20 17:26:40 +08:00
tests feat(delta): 压缩连续失败降级——整批转存archive低置信度记录(issue #165) 2026-08-20 12:37:01 +08:00
.env.test feat: 已读延迟窗本体 + scope_ceiling 三档 + 昼夜节律 energy nudge(issue #123) 2026-08-13 10:59:11 +08:00
.gitignore refactor: 拆 __init__.py 为 entry_* + 抽 StoragePort/runtime_state + 结构契约(issue #97) 2026-08-03 13:54:16 +08:00
.pre-commit-config.yaml init 2026-07-02 10:40:05 +08:00
.python-version init 2026-07-02 10:40:05 +08:00
CLAUDE.md docs: 合并 docs 分支的全部文档到主分支,恢复正常 git 跟踪 2026-08-17 18:11:46 +08:00
CONTEXT.md Merge pull request 'reactive 路径逐条 addressed/skipped 判断设计定案(issue #176 grill)' (#178) from feat/176-reactive-addressed-skipped-design into main 2026-08-20 09:41:39 +00:00
LICENSE chore: 补 LICENSE 文件(AGPLv3) 2026-08-20 13:03:45 +08:00
pyproject.toml fix: 两轴 review 修正——三处文档计数不准 + 一处关键理由错误(issue #97) 2026-08-10 16:22:10 +08:00
README.md chore: update repository links to new Forgejo instance (code.srcz.one) 2026-07-23 16:06:23 +08:00
uv.lock refactor: 拆 __init__.py 为 entry_* + 抽 StoragePort/runtime_state + 结构契约(issue #97) 2026-08-03 13:54:16 +08:00

logo

nonebot-plugin-arise

LICENSE pypi python uv
ruff pre-commit

📖 介绍

这里是插件的详细介绍部分

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-arise --upgrade

使用 pypi 源安装

nb plugin install nonebot-plugin-arise --upgrade -i "https://pypi.org/simple"

使用清华源安装

nb plugin install nonebot-plugin-arise --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
uv
uv add nonebot-plugin-arise

安装仓库 master 分支

uv add git+https://code.srcz.one/ProjectKuma/nonebot-plugin-arise@master
pdm
pdm add nonebot-plugin-arise

安装仓库 master 分支

pdm add git+https://code.srcz.one/ProjectKuma/nonebot-plugin-arise@master
poetry
poetry add nonebot-plugin-arise

安装仓库 master 分支

poetry add git+https://code.srcz.one/ProjectKuma/nonebot-plugin-arise@master

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_template"]
使用 nbr 安装(使用 uv 管理依赖可用)

nbr 是一个基于 uv 的 nb-cli可以方便地管理 nonebot2

nbr plugin install nonebot-plugin-arise

使用 pypi 源安装

nbr plugin install nonebot-plugin-arise -i "https://pypi.org/simple"

使用清华源安装

nbr plugin install nonebot-plugin-arise -i "https://pypi.tuna.tsinghua.edu.cn/simple"

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的必填配置

配置项 必填 默认值 说明
配置项1 配置说明
配置项2 配置说明

🎉 使用

指令表

指令 权限 需要@ 范围 说明
指令1 主人 私聊 指令说明
指令2 群员 群聊 指令说明

🎨 效果图

如果有效果图的话