Skip to content

Commit

Permalink
修复一些小问题,请执行composer update (#5)
Browse files Browse the repository at this point in the history
* 增加描述

* 增加描述

* 修复默认值
  • Loading branch information
taotecode authored Nov 15, 2021
1 parent fff3725 commit 3d71210
Show file tree
Hide file tree
Showing 3 changed files with 964 additions and 330 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[![Thinkphp Version](https://img.shields.io/badge/thinkphp-%3E=6.0.2-brightgreen.svg?maxAge=2592000)](https://github.com/top-think/framework)
[![Layui Version](https://img.shields.io/badge/layui-=2.5.5-brightgreen.svg?maxAge=2592000&color=critical)](https://github.com/sentsin/layui)
[![Layui Version](https://img.shields.io/badge/easyadmin-=2.1.6-brightgreen.svg?maxAge=2592000&color=critical)](https://github.com/zhongshaofa/easyadmin)

* TG电报交流群 [https://t.me/CODE_TG_BOT](https://t.me/CODE_TG_BOT)
* TG电报频道 [https://t.me/CODE_TG_BOT_NEW](https://t.me/CODE_TG_BOT_NEW)


### 已搭建的TG_BOT [https://t.me/JD_ShareCode_yuanzhu_bot](https://t.me/JD_ShareCode_yuanzhu_bot)

### 支持功能:
* 防白嫖
* 通过tg机器人一键验证
Expand Down Expand Up @@ -106,4 +113,8 @@ php think code_num

### 添加基础助力码

给机器人发送相关码命令,会自动创建码库
给机器人发送相关码命令,会自动创建码库

## 历史 Star 数

[![Stargazers over time](https://starchart.cc/yuanzhumc/CODE_TG_BOT.svg)](https://starchart.cc/yuanzhumc/CODE_TG_BOT)
2 changes: 1 addition & 1 deletion app/admin/view/code/code_type/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="layui-form-item">
<label class="layui-form-label">关联命令</label>
<div class="layui-input-block">
<select name="command_id" lay-verify="required" data-select="{:url('code.tg_command/index')}" data-fields="id,command">
<select name="command_id" lay-verify="required" data-select="{:url('code.tg_command/index')}" data-fields="id,command" data-value="{$row.command_id|default=''}">
</select>
</div>
</div>
Expand Down
Loading

0 comments on commit 3d71210

Please sign in to comment.