2025-03-25 13:45:31 -04:00
2025-03-23 01:10:23 -04:00
2025-03-25 13:45:31 -04:00
2025-03-23 00:50:16 -04:00
2025-03-23 01:05:09 -04:00
2025-03-21 19:11:04 -04:00
2025-03-23 01:31:12 -04:00
2025-03-22 23:48:30 -04:00

AimeWeb

Segatools 读卡器(选卡器?)前端,用来在没有读卡器的时候可以选择刷不同的卡的工具

需要安装 python > 10

git clone https://github.com/MaigoLabs/AimeWeb
cd AimeWeb
pip install -r requirements.txt

编辑 src/main.py 文件

AIME_PATH = "aime.txt"      # segatools aimePath
KEY = 0x0D                  # segatools card scan key
PORT = 8249                 # HTTP Port

python src/main.py

浏览器打开 http://{LAN ip}:8249

S
Description
Aime card selector website for segatools
Readme 469 KiB
Languages
Svelte 40.2%
TypeScript 27.7%
Python 16.5%
Sass 10.7%
HTML 2.9%
Other 2%