From e9cfa3dafc30cefccd89be38c876b16699477f37 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 14 Jan 2017 12:15:00 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=81=AE=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=95=B0=E5=88=B6=E9=99=90=E3=82=92=E7=B7=A9=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/endpoints/posts/create.js | 2 +- src/web/app/desktop/tags/post-form.tag | 2 +- src/web/app/mobile/tags/post-form.tag | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/endpoints/posts/create.js b/src/api/endpoints/posts/create.js index cdcbf4f966..694e6fc824 100644 --- a/src/api/endpoints/posts/create.js +++ b/src/api/endpoints/posts/create.js @@ -17,7 +17,7 @@ import event from '../../event'; /** * 最大文字数 */ -const maxTextLength = 300; +const maxTextLength = 500; /** * 添付できるファイルの数 diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag index 9683859477..8ddc9e0b00 100644 --- a/src/web/app/desktop/tags/post-form.tag +++ b/src/web/app/desktop/tags/post-form.tag @@ -12,7 +12,7 @@ -

のこり{ 300 - refs.text.value.length }文字

+

のこり{ 500 - refs.text.value.length }文字

diff --git a/src/web/app/mobile/tags/post-form.tag b/src/web/app/mobile/tags/post-form.tag index e2d0c96024..28e508ebc5 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -2,7 +2,7 @@
-
{ 300 - refs.text.value.length } +
{ 500 - refs.text.value.length }