瀏覽代碼
Fix: Use larger limit for pin url length
pull/265/head
Ji Qu
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
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> |
|
|
|