Skip to content

Commit 0280c7e

Browse files
committed
更新URL
1 parent acaaa4b commit 0280c7e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# 地址
1212

1313
- 官网:https://coot.io
14-
- Github:https://github.com/yehuio/Coot
15-
- 下载地址:https://github.com/yehuio/Coot/releases
16-
- 插件库地址:https://github.com/yehuio/Coot-Plugs
14+
- Github:https://github.com/yehux/Coot
15+
- 下载地址:https://github.com/yehux/Coot/releases
16+
- 插件库地址:https://github.com/yehux/Coot-Plugs
1717

1818
# 部署说明
1919

web/dashboard.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ <h2 class="m-b-10"><span data-plugin="counterup">{{.noExecuSum}}</span></h2>
5555
<p class="title">Coot 介绍</p>
5656
<hr>
5757
<p class="js">「 玩转 IFTTT 体验极客生活,互联网自动化神器 」</p>
58-
<p class="js">GitHub:<a href="https://github.com/yehuio/Coot" target="_blank">https://github.com/yehuio/Coot</a></p>
59-
<p class="js">插件:<a href="https://github.com/yehuio/Coot-Plugs" target="_blank">https://github.com/yehuio/Coot-Plugs</a></p>
58+
<p class="js">GitHub:<a href="https://github.com/yehux/Coot" target="_blank">https://github.com/yehux/Coot</a></p>
59+
<p class="js">插件:<a href="https://github.com/yehux/Coot-Plugs" target="_blank">https://github.com/yehux/Coot-Plugs</a></p>
6060
<p class="js x">感觉好用,请来个Star !</p>
6161
</div>
6262
</div>

web/plugs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- Page-Title -->
4949
<div class="col-sm-12">
5050
<div class="btn-group pull-right m-t-15">
51-
<a type="button" class="btn btn-custom" href="https://github.com/yehuio/Coot-Plugs" target="_blank">创建插件
51+
<a type="button" class="btn btn-custom" href="https://github.com/yehux/Coot-Plugs" target="_blank">创建插件
5252
<span class="m-l-5"><i
5353
class="zmdi zmdi-plus-circle-o"></i></span>
5454
</a>
@@ -66,7 +66,7 @@ <h4 class="page-title">插件中心</h4>
6666
function init() {
6767
$.ajax({
6868
type: "GET",
69-
url: "https://raw.githubusercontent.com/yehuio/Coot-Plugs/master/plugs.json",
69+
url: "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/plugs.json",
7070
dataType: "json",
7171
success: function (data) {
7272
var _h = '';

web/taskAdd.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<!-- Page-Title -->
7171
<div class="col-sm-12">
7272
<div class="btn-group pull-right m-t-15">
73-
<a type="button" class="btn btn-custom" href="https://github.com/yehuio/Coot/blob/master/README.md"
73+
<a type="button" class="btn btn-custom" href="https://github.com/yehux/Coot/blob/master/README.md"
7474
target="_blank">查看帮助 <span class="m-l-5"><i
7575
class="zmdi zmdi-help-outline"></i></span>
7676
</a>

web/taskDetail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<!-- Page-Title -->
7171
<div class="col-sm-12">
7272
<div class="btn-group pull-right m-t-15">
73-
<a type="button" class="btn btn-custom" href="https://github.com/yehuio/Coot/blob/master/README.md"
73+
<a type="button" class="btn btn-custom" href="https://github.com/yehux/Coot/blob/master/README.md"
7474
target="_blank">查看帮助 <span class="m-l-5"><i
7575
class="zmdi zmdi-help-outline"></i></span>
7676
</a>

0 commit comments

Comments
 (0)