mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-08 15:35:36 +00:00
no message
This commit is contained in:
parent
d093163cd4
commit
8c9c1c5afa
@ -285,7 +285,7 @@ export default {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.tool-fullscreen {
|
||||
display: flex;
|
||||
}
|
||||
@ -298,9 +298,9 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: -3px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 3px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
&-content {
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<div class="form-tip">{{$L('支持:OpenAI')}}</div>
|
||||
</FormItem>
|
||||
<FormItem :label="$L('API 密钥')" prop="ai_api_key">
|
||||
<Input v-model="formData.ai_api_key" :placeholder="$L('请输入 API 密钥')"/>
|
||||
<Input v-model="formData.ai_api_key" type="password" :placeholder="$L('请输入 API 密钥')"/>
|
||||
<div class="form-tip">{{$L('请输入 API 密钥,留空表示不启用 AI 助手')}}</div>
|
||||
</FormItem>
|
||||
<FormItem label="API URL" prop="ai_api_url">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user