feat: mp oss form update (#474)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped

This commit is contained in:
Honwhy Wang 2024-12-15 21:28:25 +08:00 committed by GitHub
parent 07bf1b909d
commit c147b9dd22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ const options = [
},
{
value: `mp`,
label: `公众号素材`,
label: `公众号图床`,
},
{
value: `formCustom`,
@ -657,10 +657,10 @@ function onDrop(e: DragEvent) {
</TabsContent>
<TabsContent value="mp">
<div class="space-y-4">
<FormItem label="代理域名">
<FormItem label="代理域名" :required="isWebsite">
<Input
v-model.trim="formMp.proxyOrigin"
placeholder=""
placeholder="http://proxy.example.com使用插件时可不填"
/>
</FormItem>
<FormItem label="appID" required>
@ -669,7 +669,7 @@ function onDrop(e: DragEvent) {
placeholder="如wx6e1234567890efa3"
/>
</FormItem>
<FormItem label="appsecret">
<FormItem label="appsecret" required>
<Input
v-model.trim="formMp.appsecret"
placeholder="如d9f1abcdef01234567890abcdef82397"