No project description provided
Project description
💿 安装
以下提到的方法 任选其一 即可
[推荐] 使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot_plugin_game_collection
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot_plugin_game_collection
pdm
pdm add nonebot_plugin_game_collection
poetry
poetry add nonebot_plugin_game_collection
conda
conda install nonebot_plugin_game_collection
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分的 plugins
项里追加写入
[tool.nonebot]
plugins = [
# ...
"nonebot_plugin_game_collection"
]
小游戏使用文档
⚠ 注意
注意:本插件与nonebot_plugin_russian不兼容!如果之前运行过此插件那么需要把之前的数据删掉。
注意:2.1+版本与 2.0 版本数据不兼容,如果想恢复数据请参考 data.data 定义的数据结构从旧数据自行迁移
注意:3.0+版本与 2.1 版本数据不兼容,可使用本仓库附赠的脚本 /tools/data_update.py 转换成 3.0+可用的数据
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonebot_plugin_game_collection-3.0.0.tar.gz
.
File metadata
- Download URL: nonebot_plugin_game_collection-3.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.12.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ebea59979119a3bd46996203608ce643bf3b67f46aaa3b15cc17549a3ab77fc |
|
MD5 | 17463be53ab42b46d2fe23cf4414f2aa |
|
BLAKE2b-256 | 41fe52dcc5ddf7bbd5da7fd4e415962792716f7544a09edd76c3fca9d734d3d2 |
Provenance
File details
Details for the file nonebot_plugin_game_collection-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_game_collection-3.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.12.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 809ce1e0367281168598fb24c53a2578f2bf8842815dd933bca3866a98e371d8 |
|
MD5 | 2f0fbce0f4349528021e9c493d49854b |
|
BLAKE2b-256 | eae803bd8ded43c323d294e3eee79a682fa863a7f06a71558a79b5f4a2a7c37b |