mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 06:32:51 +00:00
no message
This commit is contained in:
parent
a49c0aea47
commit
8d3d5025ed
@ -2026,3 +2026,7 @@ API请求的URL路径
|
|||||||
清理时间
|
清理时间
|
||||||
请输入备注原因
|
请输入备注原因
|
||||||
删除机器人:(*)
|
删除机器人:(*)
|
||||||
|
|
||||||
|
回复/引用消息文本
|
||||||
|
默认:90天
|
||||||
|
机器人名称
|
||||||
|
|||||||
@ -87,15 +87,15 @@
|
|||||||
<ImgUpload v-model="mybotModifyData.avatar" :num="1" :width="512" :height="512" whcut="cover"/>
|
<ImgUpload v-model="mybotModifyData.avatar" :num="1" :width="512" :height="512" whcut="cover"/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem prop="name" :label="$L('名称')">
|
<FormItem prop="name" :label="$L('名称')">
|
||||||
<Input v-model="mybotModifyData.name" :maxlength="20" />
|
<Input v-model="mybotModifyData.name" :maxlength="20" :placeholder="$L('机器人名称')"/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem prop="clear_day" :label="$L('消息保留')">
|
<FormItem prop="clear_day" :label="$L('消息保留')">
|
||||||
<Input v-model="mybotModifyData.clear_day" :maxlength="3" type="number">
|
<Input v-model="mybotModifyData.clear_day" :maxlength="3" type="number" :placeholder="$L('默认:90天')">
|
||||||
<div slot="append">{{$L('天')}}</div>
|
<div slot="append">{{$L('天')}}</div>
|
||||||
</Input>
|
</Input>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem prop="webhook_url" label="Webhook">
|
<FormItem prop="webhook_url" label="Webhook">
|
||||||
<Input v-model="mybotModifyData.webhook_url" :maxlength="255" :show-word-limit="0.9" type="textarea" />
|
<Input v-model="mybotModifyData.webhook_url" :maxlength="255" :show-word-limit="0.9" type="textarea" placeholder="Webhook"/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</Form>
|
</Form>
|
||||||
<div slot="footer" class="adaption">
|
<div slot="footer" class="adaption">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user