Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zhang Guoqiang
yobot
Commits
91fa854f
Commit
91fa854f
authored
May 17, 2020
by
yuudi
Browse files
docs: more infomation
parent
b7ac7a48
Changes
18
Hide whitespace changes
Inline
Side-by-side
documents/README.md
View file @
91fa854f
...
...
@@ -65,6 +65,10 @@ yobot 提供了群聊、web 页面两套用户交互方式,具有操作便捷
<https://github.com/yuudi/yobot>
## 贡献者
[
项目贡献者
](
./project/contributors.md
)
## 开源协议
本工具使用了
[
这些
](
./project/open-source.md
)
开源软件和工具
...
...
documents/about.md
View file @
91fa854f
...
...
@@ -10,8 +10,10 @@ yobot 的编写出于学习目的,很高兴此工具能为大家提供帮助
QQ群:
770947581(满)
1044314369(满)
1067699252
1067699252(满)
774394459
[
项目贡献者
](
./project/contributors.md
)
[
更新日志
](
./project/changelog.md
)
[
待办事项
](
./project/todo.md
)
[
开源许可
](
./project/open-source.md
)
documents/project/changelog.md
View file @
91fa854f
...
...
@@ -5,7 +5,7 @@
-
公会战数据多存档
-
开放统计api与数据下载
-
统计1:出刀顺序表(
[
#75
](
https://github.com/yuudi/yobot/pull/75
)
)
-
统计2:出刀统计图(
[
#77
](
https://github.com/yuudi/yobot/pull/77
)
)
-
统计2:出刀统计图(
[
#77
](
https://github.com/yuudi/yobot/pull/77
)
、
[
#79
](
https://github.com/yuudi/yobot/pull/79
)
)
-
自动更新时有反馈
-
允许删除公会
-
优化在线十连
...
...
documents/project/contributors.md
0 → 100644
View file @
91fa854f
# 项目贡献者
## Code
[
@yuudi
](
https://github.com/yuudi
)
[
@winrey
](
https://github.com/winrey
)
[
@Tan90Qian
](
https://github.com/Tan90Qian
)
[
@Diving-Fish
](
https://github.com/Diving-Fish
)
[
@Ai-Himmel
](
https://github.com/Ai-Himmel
)
[
@Windylh
](
https://github.com/Windylh
)
[
@myisjt
](
https://github.com/myisjt
)
[
@otz
](
https://github.com/otz
)
[
@Lancercmd
](
https://github.com/Lancercmd
)
[
@xhl6666
](
https://github.com/xhl6666
)
## Platform Support
[
@winrey
](
https://github.com/winrey
)
[
@yyuueexxiinngg
](
https://github.com/yyuueexxiinngg
)
## Bug Report
[
@sugar-zero
](
https://github.com/sugar-zero
)
[
@WenyiDong
](
https://github.com/WenyiDong
)
[
@Syntacticlosure
](
https://github.com/Syntacticlosure
)
[
@Hieuzest
](
https://github.com/Hieuzest
)
[
@tomorrowlong
](
https://github.com/tomorrowlong
)
[
@OVERDRIVEZhi
](
https://github.com/OVERDRIVEZhi
)
[
@KB-learning-01
](
https://github.com/KB-learning-01
)
[
@Ryunkun
](
https://github.com/Ryunkun
)
[
@wrysfz
](
https://github.com/wrysfz
)
[
@HsuJv
](
https://github.com/HsuJv
)
[
@Kelcoin
](
https://github.com/Kelcoin
)
[
@guch8017
](
https://github.com/guch8017
)
documents/usage/manual.md
View file @
91fa854f
...
...
@@ -16,7 +16,8 @@ Bot 只是辅助作用,与成员多沟通才能提高分数
1.
在群聊中发送
`创建日服公会`
(日、韩、台、国)
1.
所有公会战成员在群聊中发送
`加入公会`
,或者由群管理员发送
`加入全部成员`
1.
成员向 bot 私聊发送
`登录`
或
`重置密码`
,进入后台确认,同时修改登录密码
1.
成员进入公会战面板,并将网页地址保存到桌面快捷方式(手机、电脑均可)
1.
成员进入公会战面板,并将网页地址保存到桌面快捷方式(手机、电脑均可),以便使用网页报刀和查看数据
1.
管理员在公会设置中,新建一个空白档案用来存放公会战数据
## 进行中:成员
...
...
src/client/public/template/about.html
View file @
91fa854f
...
...
@@ -26,7 +26,7 @@
联系邮箱:
<a
href=
"mailto:yobot@pcrbot.com"
>
yobot@pcrbot.com
</a>
</p>
<p>
交流群:
<br>
770947581(满)
<br>
1044314369(满)
<br>
1067699252
交流群:
<br>
770947581(满)
<br>
1044314369(满)
<br>
1067699252
(满)
<br>
774394459
</p>
<h2>
其他
...
...
src/client/public/template/clan/panel.html
View file @
91fa854f
...
...
@@ -209,6 +209,9 @@
</el-main>
</el-container>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
var
csrf_token
=
"
{{ session['csrf_token'] }}
"
;
</script>
<script
src=
"{{ url_for('yobot_static', filename='clan/panel.js') }}"
></script>
...
...
src/client/public/template/clan/progress.html
View file @
91fa854f
...
...
@@ -154,6 +154,9 @@
没有记录
</template>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
var
csrf_token
=
"
{{ session['csrf_token'] }}
"
;
</script>
<script
src=
"{{ url_for('yobot_static', filename='clan/progress.js') }}"
></script>
...
...
src/client/public/template/clan/setting.html
View file @
91fa854f
...
...
@@ -81,6 +81,9 @@
</el-form-item>
</el-form>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
var
csrf_token
=
"
{{ session['csrf_token'] }}
"
;
</script>
<script
src=
"{{ url_for('yobot_static', filename='clan/setting.js') }}"
></script>
...
...
src/client/public/template/clan/statistics.html
View file @
91fa854f
...
...
@@ -8,7 +8,7 @@
<p><a
href=
"../"
>
返回
</a></p>
<h1>
建设中
</h1>
<p><a
href=
"./1/"
>
统计1:出刀顺序表
</a>
by
<a
href=
"https://github.com/Ai-Himmel"
>
@Ai-Himmel
</a></p>
<p><a
href=
"./2/"
>
统计2:数据图表
</a>
by
<a
href=
"https://github.com/Diving-Fish"
>
@Diving-Fish
&
@Winrey
</a></p>
<p><a
href=
"./2/"
>
统计2:数据图表
</a>
by
<a
href=
"https://github.com/Diving-Fish"
>
@Diving-Fish
</a>
&
<a
href=
"https://github.com/winrey"
>
@Winrey
</a></p>
<!--
不知道统计改怎么写,所以我就没写了
但还是有大佬写出来了有用的分析,感谢这些大佬的贡献
...
...
src/client/public/template/clan/subscribers.html
View file @
91fa854f
...
...
@@ -42,6 +42,9 @@
</el-tab-pane>
</el-tabs>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
var
csrf_token
=
"
{{ session['csrf_token'] }}
"
;
</script>
<script
src=
"{{ url_for('yobot_static', filename='clan/subscribers.js') }}"
></script>
...
...
src/client/public/template/clan/user.html
View file @
91fa854f
...
...
@@ -96,6 +96,9 @@
</template>
<p><a
href=
"{{ url_for('yobot_user_info', qqid=qqid) }}"
>
查看用户:[[ nickname ]]
</a></p>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
var
csrf_token
=
"
{{ session['csrf_token'] }}
"
;
</script>
<script
src=
"{{ url_for('yobot_static', filename='clan/user.js') }}"
></script>
...
...
src/client/public/template/homepage.html
View file @
91fa854f
...
...
@@ -6,6 +6,7 @@
<script
src=
"https://cdn.bootcdn.net/ajax/libs/vue/2.6.11/vue.min.js"
></script>
<script
src=
"https://cdn.bootcdn.net/ajax/libs/element-ui/2.13.0/index.js"
></script>
<link
rel=
"stylesheet"
href=
"https://cdn.bootcdn.net/ajax/libs/element-ui/2.13.0/theme-chalk/index.css"
>
<style>footer
{
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);}
</style>
</head>
<body>
...
...
@@ -17,19 +18,20 @@
<a
href=
"{{ url_for('yobot_login') }}"
><el-button
type=
"primary"
>
登录
</el-button></a>
</div>
<p><a
href=
"{{ url_for('yobot_about') }}"
>
关于
</a></p>
{% if show_icp -%}
<footer
style=
"position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -50%);"
>
<footer>
{% if show_icp -%}
<a
target=
"_blank"
href=
"http://beian.miit.gov.cn/"
>
{{ icp_info }}
</a>
{% if gongan_info -%}
{% if gongan_info -%}
<a
target=
"_blank"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo"
>
<img
src=
"{{ url_for('yobot_static', filename='gongan.png') }}"
>
{{ gongan_info }}
</a>
{% endif -%}
{% endif -%}
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
{% endif -%}
</body>
<script>
new
Vue
().
$mount
(
'
#app
'
);
...
...
src/client/public/template/login-code.html
View file @
91fa854f
...
...
@@ -3,16 +3,16 @@
<head>
<title>
yobot登录
</title>
</head>
<!-- 某厂乱点用户链接导致一次性链接失效,加个中间件看看有没有用 -->
<body>
<p>
正在登录中……
</p>
</body>
<script>
var
h
=
window
.
location
.
hash
;
if
(
!
h
)
{
alert
(
'
登录错误:登录码丢失
'
);
}
else
{
window
.
location
=
'
../?
'
+
h
.
split
(
'
?
'
)[
0
].
substr
(
1
);
}
</script>
\ No newline at end of file
<script>
var
h
=
window
.
location
.
hash
;
if
(
!
h
)
{
alert
(
'
登录错误:登录码丢失
'
);
}
else
{
window
.
location
=
'
../?
'
+
h
.
split
(
'
?
'
)[
0
].
substr
(
1
);
}
</script>
<noscript>
您的浏览器版本过低,请更换浏览器
</noscript>
</body>
\ No newline at end of file
src/client/public/template/login.html
View file @
91fa854f
...
...
@@ -62,6 +62,9 @@
</el-form-item>
</el-form>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</div>
<script>
...
...
src/client/public/template/manual.html
View file @
91fa854f
...
...
@@ -40,8 +40,8 @@
<li>
在群聊中发送
<code>
创建日服公会
</code>
(日、韩、台、国)
</li>
<li>
所有公会战成员在群聊中发送
<code>
加入公会
</code>
,或者由群管理员发送
<code>
加入全部成员
</code></li>
<li>
成员向 bot 私聊发送
<code>
登录
</code>
或
<code>
重置密码
</code>
,进入后台确认,同时修改登录密码
</li>
<li>
成员进入公会战面板,并将网页地址保存到桌面快捷方式(手机、电脑均可)
</li>
<li>
管理员在公会设置中,
点击“重置数据”将数据初始化
</li>
<li>
成员进入公会战面板,并将网页地址保存到桌面快捷方式(手机、电脑均可)
,以便使用网页报刀和查看数据
</li>
<li>
管理员在公会设置中,
新建一个空白档案用来存放公会战数据
</li>
</ol>
<h2>
进行中:成员
</h2>
...
...
src/client/public/template/password.html
View file @
91fa854f
...
...
@@ -55,6 +55,9 @@
</el-form>
</div>
</div>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
<script>
var
Userid
=
"
{{ session['yobot_user'] }}
"
;
...
...
src/client/public/template/user.html
View file @
91fa854f
...
...
@@ -51,7 +51,10 @@
</a>
</el-row>
</div>
<p><a
href=
"{{ url_for('yobot_about') }}"
>
关于
</a></p>
<p><a
href=
"{{ url_for('yobot_about') }}"
>
关于yobot
</a></p>
<footer
style=
"text-align: center"
>
powered by
<a
href=
"https://github.com/yuudi/yobot"
>
yobot
</a>
</footer>
</body>
<script>
if
(
!
Object
.
defineProperty
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment