From 5f06d0e497845ac4e8a9959f33107fa11593939b Mon Sep 17 00:00:00 2001 From: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com> Date: Sat, 15 Aug 2020 11:35:36 +0800 Subject: [PATCH 01/14] removed spell check Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com> --- src/components/problem/submit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/problem/submit.vue b/src/components/problem/submit.vue index 1cdfc394..15273062 100644 --- a/src/components/problem/submit.vue +++ b/src/components/problem/submit.vue @@ -38,6 +38,7 @@ placeholder="Paste your code" required v-model="code" + spellcheck="false" /> @@ -68,6 +69,7 @@ placeholder="Paste your code" required v-model="code" + spellcheck="false" /> From 9a4e9a567281794594a59babbd200d7a63ffba3f Mon Sep 17 00:00:00 2001 From: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com> Date: Sat, 15 Aug 2020 12:10:52 +0800 Subject: [PATCH 02/14] store Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com> --- src/components/lib/editor.vue | 19 +++++++++++--- src/sfconfig.js | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 4 deletions(-) diff --git a/src/components/lib/editor.vue b/src/components/lib/editor.vue index 3935d16e..156a99e2 100644 --- a/src/components/lib/editor.vue +++ b/src/components/lib/editor.vue @@ -1,10 +1,19 @@