mirror of https://github.com/halo-dev/halo
feat: enable input extenal thumbnail link of sheet.
parent
1010de6773
commit
0c222470e9
|
@ -175,7 +175,10 @@
|
|||
|
||||
<a-form layout="vertial">
|
||||
<a-form-item>
|
||||
<a-input v-model="selectedPost.thumbnail" placeholder="点击缩略图选择图片链接,或者输入外部链接"></a-input>
|
||||
<a-input
|
||||
v-model="selectedPost.thumbnail"
|
||||
placeholder="点击缩略图选择图片,或者输入外部链接"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
||||
|
|
|
@ -93,6 +93,16 @@
|
|||
:src="selectedSheet.thumbnail || '/images/placeholder.jpg'"
|
||||
@click="()=>this.thumbDrawerVisible = true"
|
||||
>
|
||||
|
||||
<a-form layout="vertial">
|
||||
<a-form-item>
|
||||
<a-input
|
||||
v-model="selectedSheet.thumbnail"
|
||||
placeholder="点击缩略图选择图片,或者输入外部链接"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
||||
<a-button
|
||||
class="sheet-thumb-remove"
|
||||
type="dashed"
|
||||
|
|
Loading…
Reference in New Issue