{% extends 'base.html' %} {% block header %}

{% block title %}Update databases{% endblock %}

{% endblock %} {% block content %}
这里可以将旧版本的数据库同步到新版本的数据库,并刷新用户拥有的角色列表。
可上传文件: arcaea_database.db和arcsong.db
新数据库不存在的数据会被添加,存在的数据将不会被改变。

Here you can synchronize the old version of the database to the new version of the database and refresh the list of characters owned by players.
Uploadable files: arcaea_database.db & arcsong.db
Data that does not exist in the new database will be added and the existing data will not be changed.
{% endblock %}