This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Install
Akirami edited this page Aug 10, 2020
·
15 revisions
Yobot需为插件版或源码版,便携版暂无法安装使用
安装前请先备份
yobot\src\client\public
文件夹中的全部文件,以防出现意外问题
- 复制主题包中的template和static文件夹
- 进入到
yobot\src\client\public
目录下 - 将文件夹直接粘贴覆盖
无需重启,每次安装更新时,PC端需要
Ctrl+F5
强制刷新缓存,移动端需要清除浏览器缓存
特别注意!以下部分需要你手动修改
- 顶部logo与链接
- 如果你的Yobot版本在V3.6.3或以上,你需要打开
\template\user.html
将
第75行
修改为
{% if not clan_groups -%}
将
第81、82、83行
修改为
{% for group in clan_groups -%}
<a href="{{ url_for('yobot_clan', group_id=group['group_id']) }}">
<el-button type="primary">公会:{{ group['group_name'] }}</el-button>
</a>
{% endfor -%}
- Yobot版本3.6.4-rc2或以上特别注意,你还需要打开
\template\user-info.html
将
第64行
中的
yobot_user_info_nickname
修改为
yobot_user_info_api
YoCool - Yobot - HoshinoBot - Pcrbot - PcrLink