Go to file
XcantloadX c75bb49e4e feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
.vscode feat(core): 用于展示检测结果的可视化调试页面 2025-01-09 20:58:37 +08:00
experiments feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
kotonebot feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
res feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
screenshots/allowance feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
tests feat(task): 基本培育流程完成 2025-01-08 22:22:52 +08:00
tools feat(task): 培育中增加对“活動支給”的处理 2025-01-12 17:10:57 +08:00
.gitignore initial commit 2025-01-06 09:42:03 +08:00
README.md initial commit 2025-01-06 09:42:03 +08:00
requirements.dev.txt feat(core): 用于展示检测结果的可视化调试页面 2025-01-09 20:58:37 +08:00
requirements.txt feat(core): 用于展示检测结果的可视化调试页面 2025-01-09 20:58:37 +08:00

README.md

开发

git clone https://github.com/XcantloadX/KotonesAutoAssistant.git
cd KotonesAutoAssistant
python -m venv venv
source venv/bin/activate # Windows 系统: venv\Scripts\activate
pip install -r requirements.txt
pip install -r requirements.dev.txt
python tools/make_resources.py

然后打开 VSCode 设置搜索“SupportRestructured Text”并勾选。