From 427dd7af18051020ea5fb6cc2fc26dac70d14a7e Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 9 Feb 2017 22:58:49 +0900 Subject: [PATCH] =?UTF-8?q?1000=E6=96=87=E5=AD=97=E3=81=BE=E3=81=A7?= =?UTF-8?q?=E5=8F=97=E3=81=91=E4=BB=98=E3=81=91=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= 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 3a527023c..dc73725a7 100644 --- a/src/api/endpoints/posts/create.js +++ b/src/api/endpoints/posts/create.js @@ -18,7 +18,7 @@ import config from '../../../conf'; /** * 最大文字数 */ -const maxTextLength = 500; +const maxTextLength = 1000; /** * 添付できるファイルの数 diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag index cc9764e6f..872e92881 100644 --- a/src/web/app/desktop/tags/post-form.tag +++ b/src/web/app/desktop/tags/post-form.tag @@ -13,7 +13,7 @@ -

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

+

のこり{ 1000 - 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 312046363..900f742e8 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -2,7 +2,7 @@
-
{ 500 - refs.text.value.length } +
{ 1000 - refs.text.value.length }