Skip to content

Commit

Permalink
feat: mp oss form update (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy authored Dec 15, 2024
1 parent 07bf1b9 commit c147b9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CodemirrorEditor/UploadImgDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const options = [
},
{
value: `mp`,
label: `公众号素材`,
label: `公众号图床`,
},
{
value: `formCustom`,
Expand Down Expand Up @@ -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>
Expand All @@ -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"
Expand Down

0 comments on commit c147b9d

Please sign in to comment.