Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Install

Akirami edited this page Aug 10, 2020 · 15 revisions

安装

要求

Yobot需为插件版源码版便携版暂无法安装使用

Yobot Windows 源码版安装

Yobot Linux 源码版安装

Yobot 插件版安装

安装

安装前请先备份yobot\src\client\public文件夹中的全部文件,以防出现意外问题

  1. 复制主题包中的templatestatic文件夹
  2. 进入到yobot\src\client\public目录下
  3. 将文件夹直接粘贴覆盖

使用

无需重启,每次安装更新时,PC端需要Ctrl+F5强制刷新缓存,移动端需要清除浏览器缓存

特别注意!以下部分需要你手动修改

  1. 顶部logo与链接
  2. 如果你的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 -%}
  1. Yobot版本3.6.4-rc2或以上特别注意,你还需要打开\template\user-info.html

第64行中的

yobot_user_info_nickname

修改为

yobot_user_info_api
Clone this wiki locally