Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
5ime committed Aug 22, 2021
1 parent 9dd23b1 commit e655242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Bug反馈请提交`Issues`
- 2020-9-27 修复部分已知失效API 如有其他失效API请提交Issues
- 2021-1-29 优化部分代码,后台新增API总调用数统计、API搜索功能、API分类功能、程序更新检测功能、API列表分页...
- 开源了聚合短视频去水印解析API https://github.com/5ime/video_spider
- 2021-8-22 修复几处错误

# 免责声明
本仓库只为学习研究,如涉及侵犯个人或者团体利益,请与我取得联系,我将主动删除一切相关资料,谢谢!
2 changes: 1 addition & 1 deletion application/admin/view/index/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 class="card-title">站点设置</h4>
<div class="col-md-12">
<div class="form-group">
<label>其他代码</label>
<textarea class="form-control" name="miaoshu" rows="2"></textarea>
<textarea class="form-control" name="code" rows="2">{$api.code}</textarea>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions application/index/view/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ <h2 class="chtitle"><span>API列表</span></h2>
s.parentNode.insertBefore(hm, s);
})();
</script>
{$info.code}
</body>
</html>

0 comments on commit e655242

Please sign in to comment.