mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
完善api设置中api地址的占位符
This commit is contained in:
parent
b27248bdb0
commit
94bffd0375
@ -75,7 +75,11 @@
|
||||
dense
|
||||
v-model="aiConfig.apiUrl"
|
||||
class="col-7"
|
||||
:placeholder="`${aiConfig.apiType} API地址`"
|
||||
:placeholder="
|
||||
aiConfig.apiType === 'openai'
|
||||
? '例:https://api.openai.com'
|
||||
: '例:http://localhost:11434'
|
||||
"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
<q-badge
|
||||
|
Loading…
x
Reference in New Issue
Block a user