2020-10-02 00:28:45 +08:00
2020-09-12 21:36:53 +08:00
2020-09-28 23:17:49 +08:00
2020-09-11 17:10:28 +08:00
2020-09-19 20:15:56 +08:00
2020-10-02 00:16:11 +08:00
2020-09-11 17:09:43 +08:00
2020-10-02 00:28:45 +08:00

Arcaea-server

一个微型的Arcaea本地服务器 A small local server for Arcaea

简介 Introduction

这是基于Python以及Flask的微型本地Arcaea服务器可以模拟游戏的主要功能一时兴起在五天之内糊了出来。这可能是我第一次写这种大程序若有不妥之处敬请谅解。
This is a small local Arcaea server based on Python and Flask, which can simulate the main functions of the game. I completed it on the spur of the moment in five days. This may be the first time I have written such a large program. Please understand if there is something wrong with it.

虽然看起来很蠢,但是可以用! It looks stupid, but it works!

说明 Statement

只是很有趣,用处探索中。
It is just so interesting. What it can do is under exploration.

更新日志 Update log

Version 1.2

  • 仍然适用于Arcaea 3.2.0版本 Still for Arcaea 3.2.0
  • 新增了网页管理页面,可以通过 http:// IP : HOST /web 进行访问 Add a new management webpage, you can visit http:// IP : HOST /web to use it.
  • 修改了character表结构这将方便以后的角色更新 The character table structure has been modified, which will facilitate the character update in the future.
  • 修复了best_score表的时间记录应该是精确到秒的Unix时间戳 Fix the time record of best_score table. It should be a UNIX timestamp accurate to seconds.
  • 修复了一个bugrecent30现在会考虑同一首歌的不同难度 Fix a bug. Now recent30 will consider different difficulties of one song.

更新说明现在你可以使用web管理页面来迁移旧数据了后台固定账号admin密码admin

Update note: Now you can use the web management page to migrate old data. Background account is fixed. Username is admin, and password is admin.

Version 1.1

  • 适用于Arcaea 3.2.0版本 For Arcaea 3.2.0
  • 更新了歌曲数据库 Update the song database.
  • 角色可以看到觉醒立绘了 The drawing of uncapped character Yume can be seen.
  • 修复了一个Bug现在剧情可以全部解锁了 Fix a bug. Now the plot can be unlocked.

更新说明:您若需要做数据迁移,请使用原来的数据库文件arcaea_database.db并使用数据库操作软件打开数据库修改角色数据SQL命令为 Update user_char set is_uncapped=1, is_uncapped_override=1 where character_id=21;

Update note: If you need to do data migration, please use the original database file arcaea_ database.db, and use the database operation software to open the database to modify the character data. The SQL command is Update user_char set is_uncapped=1, is_uncapped_override=1 where character_id=21;

Version 1.0

  • 适用于Arcaea 3.1.2版本 For Arcaea 3.1.2

运行环境与依赖 Running environment and requirements

  • Windows操作系统 Windows operating system
  • Python 3
  • Flask模块 Flask module
  • Charles

环境搭建 Environment construction

中文
English

使用说明 Instruction for use

中文
English

注意 Attentions

中文
English

鸣谢 Thanks

歌曲数据库来自 Using song database from BotArcAPI releases

联系方式 Contact

如有必要,可以联系本人 Contact me if necessary
邮箱 Emailth84292@foxmail.com

支持一下 Support me

生活不易。 Life is not easy.
支付宝 Alipay
微信 WeChat

使用许可 Use license

MIT © Lost

Description
No description provided
Readme MIT 2 MiB
Languages
Python 90.9%
HTML 8.6%
CSS 0.5%