From 6e737ce33f8429fff841d26f6f427d2f55ec914f Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 16 Sep 2019 22:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/StyleGenerator/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/StyleGenerator/index.vue b/frontend/src/views/StyleGenerator/index.vue index 8c3375c..70b78e7 100644 --- a/frontend/src/views/StyleGenerator/index.vue +++ b/frontend/src/views/StyleGenerator/index.vue @@ -263,14 +263,14 @@ const EXAMPLE_MESSAGES = [ }, { ...legacyPaidMessageTemplate, id: nextId++, - authorName: 'Paryi', - content: 'Welcome Paryi!' + authorName: '吾乐KANA', + content: 'Welcome 吾乐KANA!' }, { ...paidMessageTemplate, id: nextId++, - authorName: '石油佬', - price: 1245, - content: 'Sent 小电视飞船x1' + authorName: '无火的残渣', + price: 66600, + content: 'Sent 小电视飞船x100' }, { ...textMessageTemplate, id: nextId++, @@ -280,7 +280,7 @@ const EXAMPLE_MESSAGES = [ }, { ...paidMessageTemplate, id: nextId++, - authorName: '臭DD', + authorName: '夏色祭保护协会会长', price: 28, content: 'Sent 礼花x1' }