Browse Source

remove link of machete hero

master
filesite 7 months ago
parent
commit
d6b09a35cb
  1. 16
      themes/tajian/controller/FrontapiController.php
  2. 2
      themes/tajian/views/layout/main.php

16
themes/tajian/controller/FrontapiController.php

@ -361,4 +361,20 @@ eof; @@ -361,4 +361,20 @@ eof;
return $this->renderJson(compact('code', 'msg', 'err'));
}
//TODO: 采用邀请制注册
//新用户注册
public function actionRegister() {
}
//用户登陆
public function actionLogin() {
}
//打包下载自己的收藏记录
public function actionDownloadfavs() {
}
}

2
themes/tajian/views/layout/main.php

@ -121,8 +121,6 @@ if (!empty($viewFile) && file_exists($viewFile)) { @@ -121,8 +121,6 @@ if (!empty($viewFile) && file_exists($viewFile)) {
<br>
数据采集由
<a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a>
<a href="https://git.filesite.io/filesite/machete_hero" target="_blank">Machete Hero爬虫</a>
提供技术支持
</div>
</div>

Loading…
Cancel
Save