Merge branch 'HibiKier:main' into main
@ -1,7 +1,11 @@
|
|||||||
.devcontainer/
|
.devcontainer/
|
||||||
.github/
|
.github/
|
||||||
.vscode/
|
.vscode/
|
||||||
assets/
|
.idea/
|
||||||
|
.pytest_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.venv/
|
||||||
|
docs_image/
|
||||||
k8s/
|
k8s/
|
||||||
tests/
|
tests/
|
||||||
.dockerignore
|
.dockerignore
|
||||||
@ -9,6 +13,7 @@ tests/
|
|||||||
.gitignore
|
.gitignore
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
.prettier*
|
.prettier*
|
||||||
|
.env.dev
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|||||||
38
.env.dev
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
SUPERUSERS=[""]
|
SUPERUSERS=[""]
|
||||||
|
|
||||||
COMMAND_START=[""]
|
COMMAND_START=[""]
|
||||||
@ -8,10 +6,29 @@ SESSION_RUNNING_EXPRESSION="别急呀,小真寻要宕机了!QAQ"
|
|||||||
|
|
||||||
NICKNAME=["真寻", "小真寻", "绪山真寻", "小寻子"]
|
NICKNAME=["真寻", "小真寻", "绪山真寻", "小寻子"]
|
||||||
|
|
||||||
SESSION_EXPIRE_TIMEOUT=30
|
SESSION_EXPIRE_TIMEOUT=00:00:30
|
||||||
|
|
||||||
|
ALCONNA_USE_COMMAND_START=True
|
||||||
|
|
||||||
# 全局图片统一使用bytes发送,当真寻与协议端不在同一服务器上时为True
|
# 全局图片统一使用bytes发送,当真寻与协议端不在同一服务器上时为True
|
||||||
IMAGE_TO_BYTES = False
|
IMAGE_TO_BYTES = True
|
||||||
|
|
||||||
|
# 回复消息时自称
|
||||||
|
SELF_NICKNAME="小真寻"
|
||||||
|
|
||||||
|
# 官bot appid:bot账号
|
||||||
|
QBOT_ID_DATA = '{
|
||||||
|
|
||||||
|
}'
|
||||||
|
|
||||||
|
# 数据库配置
|
||||||
|
# 示例: "postgres://user:password@127.0.0.1:5432/database"
|
||||||
|
# 示例: "mysql://user:password@127.0.0.1:3306/database"
|
||||||
|
# 示例: "sqlite:data/db/zhenxun.db" 在data目录下建立db文件夹
|
||||||
|
DB_URL = ""
|
||||||
|
|
||||||
|
# 系统代理
|
||||||
|
# SYSTEM_PROXY = "http://127.0.0.1:7890"
|
||||||
|
|
||||||
PLATFORM_SUPERUSERS = '
|
PLATFORM_SUPERUSERS = '
|
||||||
{
|
{
|
||||||
@ -22,6 +39,12 @@ PLATFORM_SUPERUSERS = '
|
|||||||
|
|
||||||
DRIVER=~fastapi+~httpx+~websockets
|
DRIVER=~fastapi+~httpx+~websockets
|
||||||
|
|
||||||
|
|
||||||
|
# LOG_LEVEL=DEBUG
|
||||||
|
# 服务器和端口
|
||||||
|
HOST = 127.0.0.1
|
||||||
|
PORT = 8080
|
||||||
|
|
||||||
# kook adapter toekn
|
# kook adapter toekn
|
||||||
# kaiheila_bots =[{"token": ""}]
|
# kaiheila_bots =[{"token": ""}]
|
||||||
|
|
||||||
@ -52,10 +75,3 @@ DRIVER=~fastapi+~httpx+~websockets
|
|||||||
|
|
||||||
# application_commands的{"*": ["*"]}代表将全部应用命令注册为全局应用命令
|
# application_commands的{"*": ["*"]}代表将全部应用命令注册为全局应用命令
|
||||||
# {"admin": ["123", "456"]}则代表将admin命令注册为id是123、456服务器的局部命令,其余命令不注册
|
# {"admin": ["123", "456"]}则代表将admin命令注册为id是123、456服务器的局部命令,其余命令不注册
|
||||||
|
|
||||||
# LOG_LEVEL=DEBUG
|
|
||||||
# 服务器和端口
|
|
||||||
HOST = 127.0.0.1
|
|
||||||
PORT = 8080
|
|
||||||
|
|
||||||
|
|
||||||
85
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
name: Bug 反馈
|
||||||
|
title: "Bug: 出现异常"
|
||||||
|
description: 提交 Bug 反馈以帮助我们改进代码
|
||||||
|
labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
id: env-os
|
||||||
|
attributes:
|
||||||
|
label: 操作系统
|
||||||
|
description: 选择运行 zhenxun_bot 的系统
|
||||||
|
options:
|
||||||
|
- Windows
|
||||||
|
- MacOS
|
||||||
|
- Linux
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: env-python-ver
|
||||||
|
attributes:
|
||||||
|
label: Python 版本
|
||||||
|
description: 填写运行 zhenxun_bot 的 Python 版本
|
||||||
|
placeholder: e.g. 3.11.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: env-zhenxun-ver
|
||||||
|
attributes:
|
||||||
|
label: zhenxun_bot 版本
|
||||||
|
description: 填写 zhenxun_bot 版本
|
||||||
|
placeholder: e.g. 0.1.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: env-adapter
|
||||||
|
attributes:
|
||||||
|
label: 适配器
|
||||||
|
description: 填写使用的适配器以及版本
|
||||||
|
placeholder: e.g. OneBot v11 2.2.2
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: env-protocol
|
||||||
|
attributes:
|
||||||
|
label: 协议端
|
||||||
|
description: 填写连接 zhenxun_bot 的协议端及版本
|
||||||
|
placeholder: e.g. NapCat V4.0.3
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: describe
|
||||||
|
attributes:
|
||||||
|
label: 描述问题
|
||||||
|
description: 清晰简洁地说明问题是什么
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduction
|
||||||
|
attributes:
|
||||||
|
label: 复现步骤
|
||||||
|
description: 提供能复现此问题的详细操作步骤
|
||||||
|
placeholder: |
|
||||||
|
1. 首先……
|
||||||
|
2. 然后……
|
||||||
|
3. 发生……
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: 期望的结果
|
||||||
|
description: 清晰简洁地描述你期望发生的事情
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: 截图或日志(请勿包含敏感信息如密码、令牌等)
|
||||||
|
description: 提供有助于诊断问题的任何日志和截图
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
18
.github/ISSUE_TEMPLATE/document.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: 文档改进
|
||||||
|
title: "Docs: 描述"
|
||||||
|
description: 文档错误及改进意见反馈
|
||||||
|
labels: ["documentation"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: 描述问题或主题
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: improve
|
||||||
|
attributes:
|
||||||
|
label: 需做出的修改
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: 功能建议
|
||||||
|
title: "Feature: 功能描述"
|
||||||
|
description: 提出关于项目新功能的想法
|
||||||
|
labels: ["enhancement"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: 希望能解决的问题
|
||||||
|
description: 在使用中遇到什么问题而需要新的功能?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: feature
|
||||||
|
attributes:
|
||||||
|
label: 描述所需要的功能
|
||||||
|
description: 请说明需要的功能或解决方法
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
23
.github/ISSUE_TEMPLATE/issue-template.md
vendored
@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
name: Issue template
|
|
||||||
about: " issue template's purpose here."
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### 系统版本:Ubuntu 20.04
|
|
||||||
### 真寻版本:0.1.5.3
|
|
||||||
|
|
||||||
### 错误截图
|
|
||||||
|
|
||||||
[img]
|
|
||||||
|
|
||||||
### 日志截图
|
|
||||||
|
|
||||||
[img]
|
|
||||||
|
|
||||||
### 错误说明
|
|
||||||
|
|
||||||
发生了xx错误...
|
|
||||||
77
.github/release-drafter.yml
vendored
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
template: $CHANGES
|
||||||
|
name-template: "v$RESOLVED_VERSION"
|
||||||
|
tag-template: "v$RESOLVED_VERSION"
|
||||||
|
exclude-labels:
|
||||||
|
- reverted
|
||||||
|
- no-changelog
|
||||||
|
- skip-changelog
|
||||||
|
- invalid
|
||||||
|
autolabeler:
|
||||||
|
- label: "bug"
|
||||||
|
title:
|
||||||
|
- "/:bug:.+/"
|
||||||
|
- "/🐛.+/"
|
||||||
|
- label: "enhancement"
|
||||||
|
title:
|
||||||
|
- "/:sparkles:.+/"
|
||||||
|
- "/✨.+/"
|
||||||
|
- label: "ci"
|
||||||
|
files:
|
||||||
|
- .github/**/*
|
||||||
|
- label: "breaking-change"
|
||||||
|
title:
|
||||||
|
- "/.+!:.+/"
|
||||||
|
- label: "documentation"
|
||||||
|
files:
|
||||||
|
- "*.md"
|
||||||
|
- label: "dependencies"
|
||||||
|
files:
|
||||||
|
- "pyproject.toml"
|
||||||
|
- "requirements.txt"
|
||||||
|
- "poetry.lock"
|
||||||
|
title:
|
||||||
|
- "/:wrench:.+/"
|
||||||
|
- "/🔧.+/"
|
||||||
|
- label: "resources"
|
||||||
|
files:
|
||||||
|
- resources/**/*
|
||||||
|
categories:
|
||||||
|
- title: 💥 破坏性变更
|
||||||
|
labels:
|
||||||
|
- breaking-change
|
||||||
|
- title: 🚀 新功能
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
- title: 🐛 Bug 修复
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- title: 📝 文档更新
|
||||||
|
labels:
|
||||||
|
- documentation
|
||||||
|
- title: 👻 自动化程序
|
||||||
|
labels:
|
||||||
|
- chore
|
||||||
|
- internal
|
||||||
|
- maintenance
|
||||||
|
- title: 🚦 测试
|
||||||
|
labels:
|
||||||
|
- test
|
||||||
|
- tests
|
||||||
|
- title: 📦 依赖更新
|
||||||
|
labels:
|
||||||
|
- dependencies
|
||||||
|
collapse-after: 15
|
||||||
|
- title: 💫 杂项
|
||||||
|
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||||
|
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||||
|
version-resolver:
|
||||||
|
major:
|
||||||
|
labels:
|
||||||
|
- "major"
|
||||||
|
minor:
|
||||||
|
labels:
|
||||||
|
- "minor"
|
||||||
|
patch:
|
||||||
|
labels:
|
||||||
|
- "patch"
|
||||||
|
default: patch
|
||||||
9
.github/workflows/ISSUE_TEMPLATE.md
vendored
@ -1,9 +0,0 @@
|
|||||||
### 系统版本:Ubuntu 20.04
|
|
||||||
### 真寻版本:0.1.5.3
|
|
||||||
|
|
||||||
### 错误截图
|
|
||||||
|
|
||||||
[img]
|
|
||||||
|
|
||||||
### 错误说明
|
|
||||||
发生了xx错误...
|
|
||||||
84
.github/workflows/bot_check.yml
vendored
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
name: 检查bot是否运行正常
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- zhenxun/**
|
||||||
|
- tests/**
|
||||||
|
- .github/workflows/bot_check.yml
|
||||||
|
- bot.py
|
||||||
|
pull_request:
|
||||||
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- zhenxun/**
|
||||||
|
- tests/**
|
||||||
|
- .github/workflows/bot_check.yml
|
||||||
|
- bot.py
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
bot-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: bot check
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Python
|
||||||
|
id: setup_python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.10"
|
||||||
|
|
||||||
|
- name: Install Poetry
|
||||||
|
run: pip install poetry
|
||||||
|
|
||||||
|
# Poetry cache depends on OS, Python version and Poetry version.
|
||||||
|
- name: Cache Poetry cache
|
||||||
|
id: cache-poetry
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.cache/pypoetry
|
||||||
|
key: poetry-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('pyproject.toml') }}
|
||||||
|
|
||||||
|
- name: Cache playwright cache
|
||||||
|
id: cache-playwright
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.cache/ms-playwright
|
||||||
|
key: playwright-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
|
||||||
|
|
||||||
|
- name: Cache Data cache
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: data
|
||||||
|
key: data-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
if: steps.cache-poetry.outputs.cache-hit != 'true'
|
||||||
|
run: |
|
||||||
|
rm -rf poetry.lock
|
||||||
|
poetry source remove aliyun
|
||||||
|
poetry install --no-root
|
||||||
|
|
||||||
|
- name: Install playwright
|
||||||
|
if: steps.cache-playwright.outputs.cache-hit != 'true'
|
||||||
|
run: |
|
||||||
|
poetry run sudo apt-get update
|
||||||
|
poetry run sudo apt-get install -y libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav flite x264 libx264-dev
|
||||||
|
poetry run pip install playwright
|
||||||
|
poetry run playwright install-deps
|
||||||
|
poetry run playwright install
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: poetry run pytest --cov=zhenxun --cov-report xml
|
||||||
|
|
||||||
|
- name: Check bot run
|
||||||
|
id: bot_check_run
|
||||||
|
run: |
|
||||||
|
mv scripts/bot_check.py bot_check.py
|
||||||
|
sed -i "s|^.*\?DB_URL.*|DB_URL=\"${{ env.DB_URL }}\"|g" .env.dev
|
||||||
|
sed -i "s/^.*\?LOG_LEVEL.*/LOG_LEVEL=${{ env.LOG_LEVEL }}/g" .env.dev
|
||||||
|
poetry run python3 bot_check.py
|
||||||
|
env:
|
||||||
|
DB_URL: "sqlite://:memory:"
|
||||||
|
LOG_LEVEL: DEBUG
|
||||||
18
.github/workflows/release_draft.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Release Drafter
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
pull_request:
|
||||||
|
types: [opened, reopened, synchronize]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update_release_draft:
|
||||||
|
name: Update Release Draft
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: release-drafter/release-drafter@v6
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
73
.github/workflows/update_version_pr.yml
vendored
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
name: Update Version
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- .github/workflows/update_version_pr.yml
|
||||||
|
- zhenxun/**
|
||||||
|
- resources/**
|
||||||
|
- bot.py
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-version:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
- name: Read current version
|
||||||
|
id: read_version
|
||||||
|
run: |
|
||||||
|
version_line=$(grep '__version__' __version__)
|
||||||
|
version=$(echo $version_line | sed -E 's/__version__:\s*v([0-9]+\.[0-9]+\.[0-9]+)(-.+)?/\1/')
|
||||||
|
echo "Current version: $version"
|
||||||
|
echo "current_version=$version" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Check for version file changes
|
||||||
|
id: check_diff
|
||||||
|
run: |
|
||||||
|
if git diff --name-only HEAD~1 HEAD | grep -q '__version__'; then
|
||||||
|
echo "Version file has changes"
|
||||||
|
echo "version_changed=true" >> $GITHUB_OUTPUT
|
||||||
|
else
|
||||||
|
echo "Version file has no changes"
|
||||||
|
echo "version_changed=false" >> $GITHUB_OUTPUT
|
||||||
|
fi
|
||||||
|
|
||||||
|
- name: Get commit hash
|
||||||
|
id: get_commit_hash
|
||||||
|
run: echo "commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Update version file
|
||||||
|
id: update_version
|
||||||
|
if: steps.check_diff.outputs.version_changed == 'false'
|
||||||
|
run: |
|
||||||
|
current_version="${{ steps.read_version.outputs.current_version }}"
|
||||||
|
commit_hash="${{ steps.get_commit_hash.outputs.commit_hash }}"
|
||||||
|
new_version="v${current_version}-${commit_hash}"
|
||||||
|
echo "new_version=$new_version" >> $GITHUB_OUTPUT
|
||||||
|
echo "Updating version to: $new_version"
|
||||||
|
echo "__version__: $new_version" > __version__
|
||||||
|
|
||||||
|
- name: Check updated version
|
||||||
|
if: steps.check_diff.outputs.version_changed == 'false'
|
||||||
|
run: cat __version__
|
||||||
|
|
||||||
|
- name: Create or update PR
|
||||||
|
if: steps.check_diff.outputs.version_changed == 'false'
|
||||||
|
uses: peter-evans/create-pull-request@v7
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
branch: create-pr/update_version
|
||||||
|
title: ":tada: chore(version): 自动更新版本到 ${{ steps.update_version.outputs.new_version }}"
|
||||||
|
body: "This PR updates the version file."
|
||||||
|
commit-message: ":tada: chore(version): Update version to ${{ steps.update_version.outputs.new_version }}"
|
||||||
|
add-paths: __version__
|
||||||
|
author: "AkashiCoin <i@loli.vet>"
|
||||||
|
committer: "${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>"
|
||||||
|
labels: automated-update
|
||||||
32
.gitignore
vendored
@ -113,6 +113,7 @@ venv/
|
|||||||
ENV/
|
ENV/
|
||||||
env.bak/
|
env.bak/
|
||||||
venv.bak/
|
venv.bak/
|
||||||
|
.env.dev
|
||||||
|
|
||||||
# Spyder project settings
|
# Spyder project settings
|
||||||
.spyderproject
|
.spyderproject
|
||||||
@ -151,34 +152,9 @@ backup/
|
|||||||
extensive_plugin/
|
extensive_plugin/
|
||||||
test/
|
test/
|
||||||
bot.py
|
bot.py
|
||||||
data/
|
.idea/
|
||||||
.env
|
resources/
|
||||||
.env.dev
|
|
||||||
/resources/text/
|
|
||||||
# /resources/image/
|
|
||||||
/resources/temp/
|
|
||||||
/resources/image/genshin/
|
|
||||||
/resources/image/draw_card/
|
|
||||||
/resources/image/card/
|
|
||||||
/resources/image/temp/
|
|
||||||
/resources/image/sign/today_card/
|
|
||||||
/resources/image/image_management/
|
|
||||||
/resources/image/bilibili_sub/
|
|
||||||
/resources/image/other/
|
|
||||||
/resources/image/_setu/
|
|
||||||
/resources/image/_r18/
|
|
||||||
/resources/image/csgo_cases/
|
|
||||||
!/resources/image/csgo_cases/_background/
|
|
||||||
/resources/image/superuser_help.png
|
|
||||||
/resources/image/update_img_help.png
|
|
||||||
/resources/image/prts/
|
|
||||||
/configs/config.py
|
/configs/config.py
|
||||||
configs/config.yaml
|
configs/config.yaml
|
||||||
./.env
|
|
||||||
./.env.dev
|
|
||||||
plugins/csgo_server/
|
|
||||||
plugins/activity/
|
|
||||||
!/resources/image/genshin/alc/back.png
|
|
||||||
!/data/genshin_alc/
|
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
/resources/template/my_info
|
plugins_/
|
||||||
4
.markdownlint.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD013: false
|
||||||
|
MD024: # 重复标题
|
||||||
|
siblings_only: true
|
||||||
|
MD033: false # 允许 html
|
||||||
16
.pre-commit-config.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
default_install_hook_types: [pre-commit]
|
||||||
|
ci:
|
||||||
|
autofix_commit_msg: ":rotating_light: auto fix by pre-commit hooks"
|
||||||
|
autofix_prs: true
|
||||||
|
autoupdate_branch: main
|
||||||
|
autoupdate_schedule: monthly
|
||||||
|
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
|
rev: v0.8.2
|
||||||
|
hooks:
|
||||||
|
- id: ruff
|
||||||
|
args: [--fix]
|
||||||
|
stages: [pre-commit]
|
||||||
|
- id: ruff-format
|
||||||
|
stages: [pre-commit]
|
||||||
10
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"charliermarsh.ruff",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"ms-python.black-formatter",
|
||||||
|
"ms-python.isort",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance"
|
||||||
|
]
|
||||||
|
}
|
||||||
36
.vscode/settings.json
vendored
@ -13,17 +13,49 @@
|
|||||||
"getbbox",
|
"getbbox",
|
||||||
"hibiapi",
|
"hibiapi",
|
||||||
"httpx",
|
"httpx",
|
||||||
|
"jsdelivr",
|
||||||
"kaiheila",
|
"kaiheila",
|
||||||
"lolicon",
|
"lolicon",
|
||||||
"nonebot",
|
"nonebot",
|
||||||
"onebot",
|
"onebot",
|
||||||
"pixiv",
|
"pixiv",
|
||||||
|
"qbot",
|
||||||
"Setu",
|
"Setu",
|
||||||
"tobytes",
|
"tobytes",
|
||||||
"ujson",
|
"ujson",
|
||||||
"unban",
|
"unban",
|
||||||
"userinfo",
|
"userinfo",
|
||||||
"zhenxun"
|
"zhenxun",
|
||||||
|
"jsdelivr"
|
||||||
],
|
],
|
||||||
"python.analysis.autoImportCompletions": true
|
"python.analysis.autoImportCompletions": true,
|
||||||
|
"python.testing.pytestArgs": ["tests"],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true,
|
||||||
|
"[python]": {
|
||||||
|
"editor.defaultFormatter": "charliermarsh.ruff", // 默认使用 Ruff 格式化
|
||||||
|
"editor.wordBasedSuggestions": "allDocuments",
|
||||||
|
"editor.formatOnType": true,
|
||||||
|
"editor.formatOnSave": true, // 保存时自动格式化
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.ruff": "explicit",
|
||||||
|
"source.organizeImports": "explicit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ruff.format.preview": false,
|
||||||
|
"isort.check": true,
|
||||||
|
"ruff.importStrategy": "useBundled",
|
||||||
|
"ruff.organizeImports": false,
|
||||||
|
"[javascript]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[json]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[yaml]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[markdown]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
87
CODE_OF_CONDUCT.md
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
# zhenxun_bot 贡献者公约
|
||||||
|
|
||||||
|
## 我们的承诺
|
||||||
|
|
||||||
|
身为社区成员、贡献者和负责人,我们承诺使社区参与者不受骚扰,无论其年龄、体型、可见或不可见的缺陷、族裔、性征、性别认同和表达、经验水平、教育程度、社会与经济地位、国籍、相貌、种族、种姓、肤色、宗教信仰、性倾向或性取向如何。
|
||||||
|
|
||||||
|
我们承诺以有助于建立开放、友善、多样化、包容、健康社区的方式行事和互动。
|
||||||
|
|
||||||
|
## 我们的准则
|
||||||
|
|
||||||
|
有助于为我们的社区创造积极环境的行为例子包括但不限于:
|
||||||
|
|
||||||
|
* 表现出对他人的同情和善意
|
||||||
|
* 尊重不同的主张、观点和感受
|
||||||
|
* 提出和大方接受建设性意见
|
||||||
|
* 承担责任并向受我们错误影响的人道歉
|
||||||
|
* 注重社区共同诉求,而非个人得失
|
||||||
|
|
||||||
|
不当行为例子包括:
|
||||||
|
|
||||||
|
* 使用情色化的语言或图像,及性引诱或挑逗
|
||||||
|
* 嘲弄、侮辱或诋毁性评论,以及人身或政治攻击
|
||||||
|
* 公开或私下的骚扰行为
|
||||||
|
* 未经他人明确许可,公布他人的私人信息,如物理或电子邮件地址
|
||||||
|
* 其他有理由认定为违反职业操守的不当行为
|
||||||
|
|
||||||
|
## 责任和权力
|
||||||
|
|
||||||
|
社区负责人有责任解释和落实我们所认可的行为准则,并妥善公正地对他们认为不当、威胁、冒犯或有害的任何行为采取纠正措施。
|
||||||
|
|
||||||
|
社区负责人有权力和责任删除、编辑或拒绝或拒绝与本行为准则不相符的评论(comment)、提交(commits)、代码、维基(wiki)编辑、议题(issues)或其他贡献,并在适当时机知采取措施的理由。
|
||||||
|
|
||||||
|
## 适用范围
|
||||||
|
|
||||||
|
本行为准则适用于所有社区场合,也适用于在公共场所代表社区时的个人。
|
||||||
|
|
||||||
|
代表社区的情形包括使用官方电子邮件地址、通过官方社交媒体帐户发帖或在线上或线下活动中担任指定代表。
|
||||||
|
|
||||||
|
## 监督
|
||||||
|
|
||||||
|
辱骂、骚扰或其他不可接受的行为可通过 775757368@qq.com 向负责监督的社区负责人报告。
|
||||||
|
所有投诉都将得到及时和公平的审查和调查。
|
||||||
|
|
||||||
|
所有社区负责人都有义务尊重任何事件报告者的隐私和安全。
|
||||||
|
|
||||||
|
## 处理方针
|
||||||
|
|
||||||
|
社区负责人将遵循下列社区处理方针来明确他们所认定违反本行为准则的行为的处理方式:
|
||||||
|
|
||||||
|
### 1. 纠正
|
||||||
|
|
||||||
|
**社区影响**:使用不恰当的语言或其他在社区中被认定为不符合职业道德或不受欢迎的行为。
|
||||||
|
|
||||||
|
**处理意见**:由社区负责人发出非公开的书面警告,明确说明违规行为的性质,并解释举止如何不妥。或将要求公开道歉。
|
||||||
|
|
||||||
|
### 2. 警告
|
||||||
|
|
||||||
|
**社区影响**:单个或一系列违规行为。
|
||||||
|
|
||||||
|
**处理意见**:警告并对连续性行为进行处理。在指定时间内,不得与相关人员互动,包括主动与行为准则执行者互动。这包括避免在社区场所和外部渠道中的互动。违反这些条款可能会导致临时或永久封禁。
|
||||||
|
|
||||||
|
### 3. 临时封禁
|
||||||
|
|
||||||
|
**社区影响**: 严重违反社区准则,包括持续的不当行为。
|
||||||
|
|
||||||
|
**处理意见**: 在指定时间内,暂时禁止与社区进行任何形式的互动或公开交流。在此期间,不得与相关人员进行公开或私下互动,包括主动与行为准则执行者互动。违反这些条款可能会导致永久封禁。
|
||||||
|
|
||||||
|
### 4. 永久封禁
|
||||||
|
|
||||||
|
**社区影响**:行为模式表现出违反社区准则,包括持续的不当行为、骚扰个人或攻击或贬低某个类别的个体。
|
||||||
|
|
||||||
|
**处理意见**:永久禁止在社区内进行任何形式的公开互动。
|
||||||
|
|
||||||
|
## 参见
|
||||||
|
|
||||||
|
本行为准则改编自 [Contributor Covenant][homepage] 2.1 版, 参见 [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]。
|
||||||
|
|
||||||
|
社区处理方针灵感来源于 [Mozilla's code of conduct enforcement ladder][Mozilla CoC]。
|
||||||
|
|
||||||
|
有关本行为准则的常见问题的答案,参见 [https://www.contributor-covenant.org/faq][FAQ]。
|
||||||
|
其他语言翻译参见 [https://www.contributor-covenant.org/translations][translations]。
|
||||||
|
|
||||||
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
||||||
|
[Mozilla CoC]: https://github.com/mozilla/diversity
|
||||||
|
[FAQ]: https://www.contributor-covenant.org/faq
|
||||||
|
[translations]: https://www.contributor-covenant.org/translations
|
||||||
95
CONTRIBUTING.md
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
# zhenxun_bot 贡献指南
|
||||||
|
|
||||||
|
首先,感谢你愿意为 zhenxun_bot 贡献自己的一份力量!
|
||||||
|
|
||||||
|
本指南旨在引导你更规范地向 zhenxun_bot 提交贡献,请务必认真阅读。
|
||||||
|
|
||||||
|
## 提交 Issue
|
||||||
|
|
||||||
|
在提交 Issue 前,我们建议你先查看 [已有的 Issues](https://github.com/HibiKier/zhenxun_bot/issues),以防重复提交。
|
||||||
|
|
||||||
|
### 报告问题、故障与漏洞
|
||||||
|
|
||||||
|
如果你在使用过程中发现问题并确信是由 zhenxun_bot 引起的,欢迎提交 Issue。
|
||||||
|
|
||||||
|
请使用我们提供的 **Bug 反馈** 模板,并尽可能详细地描述:
|
||||||
|
|
||||||
|
- 问题描述
|
||||||
|
- 重现步骤
|
||||||
|
- 你的环境信息(如操作系统、依赖版本等)
|
||||||
|
|
||||||
|
### 建议功能
|
||||||
|
|
||||||
|
如果你有新的功能需求或改进建议,欢迎提出。
|
||||||
|
|
||||||
|
请使用 **功能建议** 模板,并详细描述你所需要的特性,可能的话可以提出你认为可行的解决方案。
|
||||||
|
|
||||||
|
### 文档相关
|
||||||
|
|
||||||
|
如果你觉得文档有误或缺乏更新,欢迎提出。
|
||||||
|
|
||||||
|
请使用 **文档改进** 模板,并详细描述问题或主题,希望我们做出的修改
|
||||||
|
|
||||||
|
## Pull Request
|
||||||
|
|
||||||
|
### 分支管理
|
||||||
|
|
||||||
|
请从 `main` 分支创建新功能分支,例如:
|
||||||
|
|
||||||
|
- 新功能:`feature/功能描述`
|
||||||
|
- 问题修复:`bugfix/问题描述`
|
||||||
|
|
||||||
|
### 代码风格
|
||||||
|
|
||||||
|
zhenxun_bot 使用 `pre-commit` 进行代码格式化和检查,请在提交前确保代码通过检查。
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 在安装项目依赖后安装 pre-commit 钩子
|
||||||
|
pre-commit install
|
||||||
|
```
|
||||||
|
|
||||||
|
> 未通过 `pre-commit` 检查的代码将无法合并。
|
||||||
|
|
||||||
|
### Commit 规范
|
||||||
|
|
||||||
|
请确保你的每一个 commit 都能清晰地描述其意图,一个 commit 尽量只有一个目的。
|
||||||
|
|
||||||
|
我们建议遵循 [gitmoji](https://gitmoji.dev/) 的 commit message 格式,在创建 commit 时请牢记这一点。
|
||||||
|
|
||||||
|
### 工作流程概述
|
||||||
|
|
||||||
|
`main` 分支为 zhenxun_bot 的主分支,在任何情况下都请不要直接修改 `main` 分支,而是创建一个目标分支为 `main` 的 Pull Request 来提交修改。Pull Request 标题请尽量清晰,以便维护者进行审核。
|
||||||
|
|
||||||
|
如果你不是 zhenxun_bot 团队的成员,可在 fork 本仓库后,向本仓库的 `main` 分支发起 Pull Request,注意遵循先前提到的 commit message 规范创建 commit。我们将在 code review 通过后合并你的贡献。
|
||||||
|
|
||||||
|
### 撰写文档
|
||||||
|
|
||||||
|
如果你对文档有改进建议,欢迎提交 Pull Request 或者 Issue。
|
||||||
|
|
||||||
|
[//]: # (我们使用 Markdown 编写文档,建议遵循以下规范:)
|
||||||
|
|
||||||
|
[//]: # ()
|
||||||
|
[//]: # (1. 中文与英文、数字、半角符号之间需要有空格。例:`zhenxun_bot 是一个高效的聊天机器人。`)
|
||||||
|
|
||||||
|
[//]: # (2. 若非英文整句,使用全角标点符号。例:`现在你可以看到机器人回复你:“Hello,世界!”。`)
|
||||||
|
|
||||||
|
[//]: # (3. 直引号`「」`和弯引号`“”`都可接受,但同一份文件里应使用同种引号。)
|
||||||
|
|
||||||
|
[//]: # (4. **不要使用斜体**,你不需要一种与粗体不同的强调。)
|
||||||
|
|
||||||
|
[//]: # (5. 文档中应以“我们”指代开发者,以“用户”指代机器人的使用者。)
|
||||||
|
|
||||||
|
[//]: # ()
|
||||||
|
[//]: # (如果你需要编辑器检查 Markdown 规范,可以在 VSCode 中安装 `markdownlint` 扩展。)
|
||||||
|
|
||||||
|
### 参与开发
|
||||||
|
|
||||||
|
zhenxun_bot 的代码风格遵循 [PEP 8](https://www.python.org/dev/peps/pep-0008/) 与 [PEP 484](https://www.python.org/dev/peps/pep-0484/) 规范,请确保你的代码风格和项目已有的代码保持一致,变量命名清晰,有适当的注释与测试代码。
|
||||||
|
|
||||||
|
> 暂未搭建测试框架,因此暂不要求添加测试代码。
|
||||||
|
|
||||||
|
## 项目沟通
|
||||||
|
|
||||||
|
如有关于贡献流程的疑问或需要进一步指导,请通过 [QQ群](https://jq.qq.com/?_wv=1027&k=u8PgBkMZ) 联系我们。
|
||||||
|
|
||||||
|
再次感谢你的贡献!
|
||||||
66
Dockerfile
@ -1,19 +1,67 @@
|
|||||||
FROM python:3.11-slim-bookworm
|
FROM python:3.11-bookworm AS requirements-stage
|
||||||
|
|
||||||
EXPOSE 8080
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
ENV POETRY_HOME="/opt/poetry" PATH="${PATH}:/opt/poetry/bin"
|
||||||
|
|
||||||
|
RUN curl -sSL https://install.python-poetry.org | python - -y && \
|
||||||
|
poetry self add poetry-plugin-export
|
||||||
|
|
||||||
|
COPY ./pyproject.toml ./poetry.lock* /tmp/
|
||||||
|
|
||||||
|
RUN poetry export \
|
||||||
|
-f requirements.txt \
|
||||||
|
--output requirements.txt \
|
||||||
|
--without-hashes \
|
||||||
|
--without-urls
|
||||||
|
|
||||||
|
FROM python:3.11-bookworm AS build-stage
|
||||||
|
|
||||||
|
WORKDIR /wheel
|
||||||
|
|
||||||
|
COPY --from=requirements-stage /tmp/requirements.txt /wheel/requirements.txt
|
||||||
|
|
||||||
|
# RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
|
||||||
|
|
||||||
|
RUN pip wheel --wheel-dir=/wheel --no-cache-dir --requirement /wheel/requirements.txt
|
||||||
|
|
||||||
|
FROM python:3.11-bookworm AS metadata-stage
|
||||||
|
|
||||||
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
RUN --mount=type=bind,source=./.git/,target=/tmp/.git/ \
|
||||||
|
git describe --tags --exact-match > /tmp/VERSION 2>/dev/null \
|
||||||
|
|| git rev-parse --short HEAD > /tmp/VERSION \
|
||||||
|
&& echo "Building version: $(cat /tmp/VERSION)"
|
||||||
|
|
||||||
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
WORKDIR /app/zhenxun
|
WORKDIR /app/zhenxun
|
||||||
|
|
||||||
COPY . /app/zhenxun
|
ENV TZ=Asia/Shanghai PYTHONUNBUFFERED=1
|
||||||
|
#COPY ./scripts/docker/start.sh /start.sh
|
||||||
|
#RUN chmod +x /start.sh
|
||||||
|
|
||||||
RUN pip install poetry -i https://mirrors.aliyun.com/pypi/simple/
|
EXPOSE 8080
|
||||||
|
|
||||||
RUN poetry install
|
RUN apt update && \
|
||||||
|
apt install -y --no-install-recommends curl fontconfig fonts-noto-color-emoji \
|
||||||
|
&& apt clean \
|
||||||
|
&& fc-cache -fv \
|
||||||
|
&& apt-get purge -y --auto-remove curl \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
VOLUME /app/zhenxun/data /app/zhenxun/data
|
# 复制依赖项和应用代码
|
||||||
|
COPY --from=build-stage /wheel /wheel
|
||||||
|
COPY . .
|
||||||
|
|
||||||
VOLUME /app/zhenxun/resources /app/zhenxun/resources
|
RUN pip install --no-cache-dir --no-index --find-links=/wheel -r /wheel/requirements.txt && rm -rf /wheel
|
||||||
|
|
||||||
RUN poetry run playwright install --with-deps chromium
|
RUN playwright install --with-deps chromium \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|
||||||
CMD ["poetry", "run", "python", "bot.py"]
|
COPY --from=metadata-stage /tmp/VERSION /app/VERSION
|
||||||
|
|
||||||
|
VOLUME ["/app/zhenxun/data", "/app/zhenxun/resources", "/app/zhenxun/log"]
|
||||||
|
|
||||||
|
CMD ["python", "bot.py"]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
__version__: v0.2
|
__version__: v0.2.4-2c97eea
|
||||||
|
|||||||
15
bot.py
@ -1,24 +1,25 @@
|
|||||||
import nonebot
|
import nonebot
|
||||||
|
|
||||||
# from nonebot.adapters.discord import Adapter as DiscordAdapter
|
# from nonebot.adapters.discord import Adapter as DiscordAdapter
|
||||||
from nonebot.adapters.dodo import Adapter as DoDoAdapter
|
# from nonebot.adapters.dodo import Adapter as DoDoAdapter
|
||||||
from nonebot.adapters.kaiheila import Adapter as KaiheilaAdapter
|
# from nonebot.adapters.kaiheila import Adapter as KaiheilaAdapter
|
||||||
from nonebot.adapters.onebot.v11 import Adapter as OneBotV11Adapter
|
from nonebot.adapters.onebot.v11 import Adapter as OneBotV11Adapter
|
||||||
|
|
||||||
from zhenxun.services.db_context import disconnect, init
|
|
||||||
|
|
||||||
nonebot.init()
|
nonebot.init()
|
||||||
|
|
||||||
|
|
||||||
driver = nonebot.get_driver()
|
driver = nonebot.get_driver()
|
||||||
driver.register_adapter(OneBotV11Adapter)
|
driver.register_adapter(OneBotV11Adapter)
|
||||||
driver.register_adapter(KaiheilaAdapter)
|
# driver.register_adapter(KaiheilaAdapter)
|
||||||
driver.register_adapter(DoDoAdapter)
|
# driver.register_adapter(DoDoAdapter)
|
||||||
# driver.register_adapter(DiscordAdapter)
|
# driver.register_adapter(DiscordAdapter)
|
||||||
|
|
||||||
|
from zhenxun.services.db_context import disconnect, init
|
||||||
|
|
||||||
driver.on_startup(init)
|
driver.on_startup(init)
|
||||||
driver.on_shutdown(disconnect)
|
driver.on_shutdown(disconnect)
|
||||||
|
|
||||||
nonebot.load_builtin_plugins("echo") # 内置插件
|
# nonebot.load_builtin_plugins("echo")
|
||||||
nonebot.load_plugins("zhenxun/builtin_plugins")
|
nonebot.load_plugins("zhenxun/builtin_plugins")
|
||||||
nonebot.load_plugins("zhenxun/plugins")
|
nonebot.load_plugins("zhenxun/plugins")
|
||||||
|
|
||||||
|
|||||||
@ -1,66 +0,0 @@
|
|||||||
{
|
|
||||||
"抽卡":{
|
|
||||||
"buff": ["欧气满满,十连出金","出金不歪"],
|
|
||||||
"debuff": ["武器大师","保底出金","金色会是痛苦大剑"]
|
|
||||||
},
|
|
||||||
"刷世界boss":{
|
|
||||||
"buff": ["双攻双爆角斗士"],
|
|
||||||
"debuff": ["只有保底材料","贪生怕死角斗士"]
|
|
||||||
},
|
|
||||||
"刷风本":{
|
|
||||||
"buff": ["会有极品猎人套","会掉真正的少女心","治疗加成少女头"],
|
|
||||||
"debuff": ["勇往直前少女心","少女飘摇的杀意","少女暴怒的容颜"]
|
|
||||||
},
|
|
||||||
"刷火本":{
|
|
||||||
"buff": ["魔女帽子火伤杯","暴伤魔女帽!","火伤魔女心!"],
|
|
||||||
"debuff": ["幡 然 醒 悟","这么阴间的地方真的会有魔女套吗?","不务正业火魔女","会匹配到3个卢姥爷"]
|
|
||||||
},
|
|
||||||
"刷岩本":{
|
|
||||||
"buff": ["悠久的磐岩伴你左右","岩神的庇护常在"],
|
|
||||||
"debuff": ["防御流星杯,你值得拥有"]
|
|
||||||
},
|
|
||||||
"刷宗室":{
|
|
||||||
"buff": ["物理伤害骑士道,元素精通宗室套"],
|
|
||||||
"debuff": ["贪生怕死骑士道,物理伤害宗室杯"]
|
|
||||||
},
|
|
||||||
"刷冰本":{
|
|
||||||
"buff": ["双暴词条概率up"],
|
|
||||||
"debuff": ["防御力船帽,无人可及"]
|
|
||||||
},
|
|
||||||
"刷雷本":{
|
|
||||||
"buff": ["愿雷鸟伴你左右"],
|
|
||||||
"debuff": ["来表演一个只掉平雷套的绝活","风神忽悠雷凶兆"]
|
|
||||||
},
|
|
||||||
"锄大地":{
|
|
||||||
"buff": ["会掉一大堆紫色材料"],
|
|
||||||
"debuff": ["深渊法师爱你哟","会被冰水法控到死"]
|
|
||||||
},
|
|
||||||
"挖矿":{
|
|
||||||
"buff": ["开矿出双材料"],
|
|
||||||
"debuff": ["去别人世界会被拒"]
|
|
||||||
},
|
|
||||||
"刷天赋本":{
|
|
||||||
"buff": ["金色!我看到了金色的书!"],
|
|
||||||
"debuff": ["2蓝2绿不会变"]
|
|
||||||
},
|
|
||||||
"刷突破材料":{
|
|
||||||
"buff": ["金色!我看到了金色的材料!"],
|
|
||||||
"debuff": ["2蓝2绿不会变"]
|
|
||||||
},
|
|
||||||
"升级圣遗物":{
|
|
||||||
"buff": ["稀有词条跳跳跳","会双爆拉满"],
|
|
||||||
"debuff": ["女 仆 狂 喜","无中生有防御力","生命拉满","完美避开双爆"]
|
|
||||||
},
|
|
||||||
"打风魔龙":{
|
|
||||||
"buff": ["看我一箭一个风魔鸡","今天特瓦林可以给想要的突破材料","5金加原胚!"],
|
|
||||||
"debuff": ["会不小心掉下平台","不小心被地板烫死了"]
|
|
||||||
},
|
|
||||||
"打狼王":{
|
|
||||||
"buff": ["今天安德琉斯的心情不错,可以py一下","5金加原胚!"],
|
|
||||||
"debuff": ["狼尾巴*1"]
|
|
||||||
},
|
|
||||||
"打公子":{
|
|
||||||
"buff": ["今天可以和公子py想要的突破材料","5金加原胚!"],
|
|
||||||
"debuff": ["要角没有!要命一条!"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
BIN
docs_image/afd.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
docs_image/webui00.png
Normal file
|
After Width: | Height: | Size: 315 KiB |
BIN
docs_image/webui01.png
Normal file
|
After Width: | Height: | Size: 352 KiB |
BIN
docs_image/webui02.png
Normal file
|
After Width: | Height: | Size: 279 KiB |
BIN
docs_image/webui03.png
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
docs_image/webui04.png
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
docs_image/webui05.png
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
docs_image/webui06.png
Normal file
|
After Width: | Height: | Size: 201 KiB |
BIN
docs_image/webui07.png
Normal file
|
After Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 214 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 60 KiB |
BIN
docs_image/zhenxun_help.png
Normal file
|
After Width: | Height: | Size: 917 KiB |
5238
poetry.lock
generated
118
pyproject.toml
@ -1,53 +1,139 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "zhenxun_bot"
|
name = "zhenxun_bot"
|
||||||
version = "0.1.1"
|
version = "0.2.4"
|
||||||
description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库,非常可爱的绪山真寻bot"
|
description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库,非常可爱的绪山真寻bot"
|
||||||
authors = ["HibiKier <775757368@qq.com>"]
|
authors = ["HibiKier <775757368@qq.com>"]
|
||||||
license = "AGPL"
|
license = "AGPL"
|
||||||
|
package-mode = false
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
[[tool.poetry.source]]
|
||||||
name = "ali"
|
name = "aliyun"
|
||||||
default = true
|
|
||||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||||
|
priority = "primary"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
playwright = "^1.41.1"
|
playwright = "^1.41.1"
|
||||||
nonebot-adapter-onebot = "^2.3.1"
|
nonebot-adapter-onebot = "^2.3.1"
|
||||||
nonebot-plugin-apscheduler = "^0.3.0"
|
nonebot-plugin-apscheduler = "^0.5"
|
||||||
tortoise-orm = { extras = ["asyncpg"], version = "^0.20.0" }
|
tortoise-orm = { extras = ["asyncpg"], version = "^0.20.0" }
|
||||||
cattrs = "^23.2.3"
|
cattrs = "^23.2.3"
|
||||||
ruamel-yaml = "^0.18.5"
|
ruamel-yaml = "^0.18.5"
|
||||||
strenum = "^0.4.15"
|
strenum = "^0.4.15"
|
||||||
nonebot-plugin-session = "^0.2.3"
|
nonebot-plugin-session = "^0.2.3"
|
||||||
ujson = "^5.9.0"
|
ujson = "^5.9.0"
|
||||||
nonebot-adapter-kaiheila = "^0.3.0"
|
|
||||||
nb-cli = "^1.3.0"
|
nb-cli = "^1.3.0"
|
||||||
nonebot2 = "^2.1.3"
|
nonebot2 = { extras = ["fastapi"], version = "^2.3.3" }
|
||||||
nonebot-adapter-discord = "^0.1.3"
|
pillow = "^10.0.0"
|
||||||
nonebot-adapter-dodo = "^0.1.4"
|
|
||||||
pillow = "9.5"
|
|
||||||
retrying = "^1.3.4"
|
retrying = "^1.3.4"
|
||||||
aiofiles = "^23.2.1"
|
aiofiles = "^23.2.1"
|
||||||
nonebot-plugin-htmlrender = "^0.3.0"
|
nonebot-plugin-htmlrender = ">=0.6.0,<1.0.0"
|
||||||
nonebot-plugin-userinfo = "^0.1.3"
|
|
||||||
pypinyin = "^0.51.0"
|
pypinyin = "^0.51.0"
|
||||||
beautifulsoup4 = "^4.12.3"
|
beautifulsoup4 = "^4.12.3"
|
||||||
lxml = "^5.1.0"
|
lxml = "^5.1.0"
|
||||||
psutil = "^5.9.8"
|
psutil = "^5.9.8"
|
||||||
feedparser = "^6.0.11"
|
feedparser = "^6.0.11"
|
||||||
opencv-python = "^4.9.0.80"
|
|
||||||
imagehash = "^4.3.1"
|
imagehash = "^4.3.1"
|
||||||
black = "^24.4.2"
|
|
||||||
cn2an = "^0.5.22"
|
cn2an = "^0.5.22"
|
||||||
aiohttp = "^3.9.5"
|
|
||||||
dateparser = "^1.2.0"
|
dateparser = "^1.2.0"
|
||||||
bilireq = "0.2.3post0"
|
bilireq = "0.2.3post0"
|
||||||
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
|
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
|
||||||
python-multipart = "^0.0.9"
|
python-multipart = "^0.0.9"
|
||||||
nonebot-plugin-alconna = "^0.51.1"
|
aiocache = "^0.12.2"
|
||||||
|
py-cpuinfo = "^9.0.0"
|
||||||
|
nonebot-plugin-alconna = "^0.54.0"
|
||||||
|
tenacity = "^9.0.0"
|
||||||
|
nonebot-plugin-uninfo = ">0.4.1"
|
||||||
|
nonebot-plugin-waiter = "^0.8.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
nonebug = "^0.4"
|
||||||
|
pytest-cov = "^5.0.0"
|
||||||
|
pytest-mock = "^3.6.1"
|
||||||
|
pytest-asyncio = "^0.25"
|
||||||
|
pytest-xdist = "^3.3.1"
|
||||||
|
respx = "^0.21.1"
|
||||||
|
ruff = "^0.8.0"
|
||||||
|
pre-commit = "^4.0.0"
|
||||||
|
|
||||||
|
|
||||||
|
[tool.nonebot]
|
||||||
|
plugins = [
|
||||||
|
"nonebot_plugin_apscheduler",
|
||||||
|
"nonebot_plugin_session",
|
||||||
|
"nonebot_plugin_htmlrender",
|
||||||
|
"nonebot_plugin_alconna",
|
||||||
|
]
|
||||||
|
plugin_dirs = ["zhenxun/services", "zhenxun/builtin_plugins", "zhenxun/plugins"]
|
||||||
|
adapters = [
|
||||||
|
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
|
||||||
|
# { name = "DoDo", module_name = "nonebot.adapters.dodo" },
|
||||||
|
# { name = "开黑啦", module_name = "nonebot.adapters.kaiheila" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
line-length = 88
|
||||||
|
target-version = "py310"
|
||||||
|
|
||||||
|
[tool.ruff.format]
|
||||||
|
line-ending = "lf"
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
|
select = [
|
||||||
|
"F", # Pyflakes
|
||||||
|
"W", # pycodestyle warnings
|
||||||
|
"E", # pycodestyle errors
|
||||||
|
"I", # isort
|
||||||
|
"UP", # pyupgrade
|
||||||
|
"ASYNC", # flake8-async
|
||||||
|
"C4", # flake8-comprehensions
|
||||||
|
"T10", # flake8-debugger
|
||||||
|
"T20", # flake8-print
|
||||||
|
"PYI", # flake8-pyi
|
||||||
|
"PT", # flake8-pytest-style
|
||||||
|
"Q", # flake8-quotes
|
||||||
|
"TID", # flake8-tidy-imports
|
||||||
|
"RUF", # Ruff-specific rules
|
||||||
|
]
|
||||||
|
ignore = [
|
||||||
|
"E402", # module-import-not-at-top-of-file
|
||||||
|
"UP037", # quoted-annotation
|
||||||
|
"RUF001", # ambiguous-unicode-character-string
|
||||||
|
"RUF002", # ambiguous-unicode-character-docstring
|
||||||
|
"RUF003", # ambiguous-unicode-character-comment
|
||||||
|
"TID252", # relative-imports
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.ruff.lint.isort]
|
||||||
|
force-sort-within-sections = true
|
||||||
|
known-first-party = ["zhenxun", "tests/*"]
|
||||||
|
extra-standard-library = ["typing_extensions"]
|
||||||
|
|
||||||
|
[tool.ruff.lint.flake8-pytest-style]
|
||||||
|
fixture-parentheses = false
|
||||||
|
mark-parentheses = false
|
||||||
|
|
||||||
|
[tool.ruff.lint.pyupgrade]
|
||||||
|
keep-runtime-typing = true
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
pythonVersion = "3.10"
|
||||||
|
pythonPlatform = "All"
|
||||||
|
defineConstant = { PYDANTIC_V2 = true }
|
||||||
|
executionEnvironments = [
|
||||||
|
{ root = "./tests", extraPaths = [
|
||||||
|
"./",
|
||||||
|
] },
|
||||||
|
{ root = "./" },
|
||||||
|
]
|
||||||
|
|
||||||
|
typeCheckingMode = "standard"
|
||||||
|
reportShadowedImports = false
|
||||||
|
disableBytesTypePromotions = true
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
asyncio_mode = "auto"
|
||||||
|
asyncio_default_fixture_loop_scope = "session"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|||||||
129
requirements.txt
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
aiocache==0.12.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
aiofiles==23.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
apscheduler==3.11.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
arclet-alconna-tools==0.7.10 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
arclet-alconna==1.8.35 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
arrow==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
async-timeout==5.0.1 ; python_version >= "3.10" and python_version < "3.11.0"
|
||||||
|
asyncpg==0.30.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
beautifulsoup4==4.13.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
bilireq==0.2.3.post0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
binaryornot==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
cashews==7.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
cattrs==23.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
certifi==2025.1.31 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
cffi==1.17.1 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"
|
||||||
|
chardet==5.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
click==8.1.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
cn2an==0.5.23 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
|
||||||
|
cookiecutter==2.6.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
cryptography==44.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
dateparser==1.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
ecdsa==0.19.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
fastapi==0.115.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
feedparser==6.0.11 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
filelock==3.17.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
greenlet==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
grpcio==1.70.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
httpcore==0.16.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
httptools==0.6.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
httpx==0.23.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
idna==3.10 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
imagehash==4.3.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
importlib-metadata==8.6.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
iso8601==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
loguru==0.7.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
lxml==5.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
markdown==3.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
msgpack==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
multidict==6.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nb-cli==1.4.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nepattern==0.7.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-adapter-onebot==2.4.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-alconna==0.54.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-apscheduler==0.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-htmlrender==0.6.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-session==0.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-uninfo==0.6.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot-plugin-waiter==0.8.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
nonebot2==2.4.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
noneprompt==0.1.9 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
numpy==2.2.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pillow==10.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
playwright==1.50.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
proces==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
prompt-toolkit==3.0.50 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
propcache==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
protobuf==4.25.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
psutil==5.9.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
py-cpuinfo==9.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pyasn1==0.6.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"
|
||||||
|
pydantic-core==2.27.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pydantic==2.10.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pyee==12.1.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pyfiglet==1.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pygments==2.19.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pygtrie==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pymdown-extensions==10.14.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pypinyin==0.51.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-jose==3.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-markdown-math==0.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-multipart==0.0.9 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
python-slugify==8.0.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pytz==2025.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pywavelets==1.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
regex==2024.11.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
retrying==1.3.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
rfc3986==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
rich==13.9.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
rsa==4.9 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
ruamel-yaml-clib==0.2.12 ; python_version >= "3.10" and python_version < "3.13" and platform_python_implementation == "CPython"
|
||||||
|
ruamel-yaml==0.18.10 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
scipy==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
sgmllib3k==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
six==1.17.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
starlette==0.45.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
strenum==0.4.15 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
tarina==0.6.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
tenacity==9.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
text-unidecode==1.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
tomli==2.2.1 ; python_version >= "3.10" and python_version < "3.11"
|
||||||
|
tomlkit==0.13.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
tortoise-orm==0.20.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
types-python-dateutil==2.9.0.20241206 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
tzdata==2025.1 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
|
||||||
|
tzlocal==5.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
ujson==5.10.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
uvicorn==0.34.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
uvloop==0.21.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy"
|
||||||
|
virtualenv==20.29.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
watchfiles==0.24.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
websockets==14.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
win32-setctime==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
|
||||||
|
yarl==1.18.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
zipp==3.21.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||||
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 279 KiB |
|
Before Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 335 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 474 KiB |
|
Before Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 393 KiB |
|
Before Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 654 KiB |
|
Before Width: | Height: | Size: 365 KiB |
|
Before Width: | Height: | Size: 290 KiB |
|
Before Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 608 KiB |
|
Before Width: | Height: | Size: 499 KiB |
|
Before Width: | Height: | Size: 596 KiB |
|
Before Width: | Height: | Size: 745 KiB |
|
Before Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 365 KiB |
|
Before Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 449 KiB |
|
Before Width: | Height: | Size: 510 KiB |
|
Before Width: | Height: | Size: 855 KiB |
|
Before Width: | Height: | Size: 749 KiB |
|
Before Width: | Height: | Size: 932 KiB |
|
Before Width: | Height: | Size: 684 KiB |
|
Before Width: | Height: | Size: 726 KiB |