瀏覽代碼

Fix: Use larger limit for pin url length

pull/265/head
Ji Qu 3 年之前
committed by GitHub
父節點
當前提交
659ad35a54
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pinry-spa/src/components/pin_edit/PinCreateModal.vue

+ 2
- 2
pinry-spa/src/components/pin_edit/PinCreateModal.vue 查看文件

@@ -24,7 +24,7 @@
type="text"
v-model="pinModel.form.url.value"
placeholder="where to fetch the image"
maxlength="256"
maxlength="2048"
>
</b-input>
</b-field>
@@ -42,7 +42,7 @@
type="text"
v-model="pinModel.form.referer.value"
placeholder="where to find the pin"
maxlength="256"
maxlength="2048"
>
</b-input>
</b-field>


Loading…
取消
儲存