From 745441fd47391861caa297fb659b14d89388d046 Mon Sep 17 00:00:00 2001 From: nanaka0012 Date: Thu, 21 Jan 2021 19:56:43 +0900 Subject: [PATCH 1/8] =?UTF-8?q?=E8=A8=98=E4=BA=8B=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/drafts/new.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/drafts/new.vue b/pages/drafts/new.vue index cca5816..decdd34 100644 --- a/pages/drafts/new.vue +++ b/pages/drafts/new.vue @@ -3,7 +3,7 @@

趣味を書く

-

沼る記事を書こう!的な文

+

自分の好きな趣味をみんなに広めるのだぁ

Date: Thu, 21 Jan 2021 22:09:30 +0900 Subject: [PATCH 2/8] =?UTF-8?q?update:=20=E3=82=B0=E3=83=A9=E3=83=95?= =?UTF-8?q?=E3=81=AE=E8=AA=AC=E6=98=8E=E3=82=92=E3=83=9E=E3=82=A6=E3=82=B9?= =?UTF-8?q?=E3=82=AA=E3=83=BC=E3=83=90=E3=83=BC=E3=81=A7=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/GraphSvg.vue | 24 +++++++++++++++++++----- consts/graphParameters.js | 2 +- plugins/fontawesome.js | 1 + 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/components/GraphSvg.vue b/components/GraphSvg.vue index 2ccbe39..46e56f0 100644 --- a/components/GraphSvg.vue +++ b/components/GraphSvg.vue @@ -140,8 +140,13 @@
-
-

グラフの見方

+ +
+

このページのみかた

@@ -149,7 +154,7 @@ - 今見ているタグ + いま見てる趣味

@@ -157,7 +162,7 @@ - 関連があるタグ + 好きかもしれない趣味

@@ -165,7 +170,7 @@ - 関連がないタグ + 知らなそうな趣味

@@ -200,6 +205,7 @@ export default { viewBoxWidth: 1500, viewBoxHeight: 1500, scatteredNodes: null, + isHiddenHelp: true, }; }, computed: { @@ -363,6 +369,13 @@ circle { fill: #f38181; } +.help_button { + padding: 1em; + position: fixed; + bottom: 2em; + left: 2em; +} + .legend { padding: 1em; position: fixed; @@ -370,6 +383,7 @@ circle { left: 2em; } + .color-sample { vertical-align: middle; width: 1em; diff --git a/consts/graphParameters.js b/consts/graphParameters.js index ba44c7e..1927429 100644 --- a/consts/graphParameters.js +++ b/consts/graphParameters.js @@ -2,7 +2,7 @@ export default { // ノードの半径 RADIUS: 100, // ノードと1つ外側のノードの間の距離 - DISTANCE: 350, + DISTANCE: 420, // ターゲットノードに表示する2行の文字列の中心からのずらし幅 TEXT_SHIFT_HEIGHT: 15, // ノード間をつなぐ線の幅 diff --git a/plugins/fontawesome.js b/plugins/fontawesome.js index d15791a..fcfbdf6 100644 --- a/plugins/fontawesome.js +++ b/plugins/fontawesome.js @@ -13,6 +13,7 @@ const solid = [ "faPlus", "faFileAlt", "faProjectDiagram", + "faQuestion", ]; // ここに追記するだけ From 7383c88fb697465d831b9bf303e9940ad2235d2c Mon Sep 17 00:00:00 2001 From: nanaka0012 Date: Thu, 21 Jan 2021 22:47:12 +0900 Subject: [PATCH 3/8] =?UTF-8?q?fix:=20=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_nodeId/_articleId.vue | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pages/_nodeId/_articleId.vue b/pages/_nodeId/_articleId.vue index f84e29c..c766ccc 100644 --- a/pages/_nodeId/_articleId.vue +++ b/pages/_nodeId/_articleId.vue @@ -70,17 +70,18 @@
-
-
- +
+
+ +
    From 2c9b2a44c1c49413ff07af3a1173b6d5b5cd09fa Mon Sep 17 00:00:00 2001 From: nanaka0012 Date: Thu, 21 Jan 2021 22:58:37 +0900 Subject: [PATCH 4/8] =?UTF-8?q?update:=20=E8=A8=98=E4=BA=8B=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E3=81=AE=E3=83=97?= =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=82=B9=E3=83=9B=E3=83=AB=E3=83=80=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/drafts/new.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/drafts/new.vue b/pages/drafts/new.vue index decdd34..6abb497 100644 --- a/pages/drafts/new.vue +++ b/pages/drafts/new.vue @@ -74,7 +74,7 @@ v-model="content" :toolbars="markdownOption" language="ja" - placeholder="記事を書いてね!" + placeholder="記事を書くのだぁ!マークダウン形式が使えるのだぁ!" class="mavon-editor" />
From 7be60db4588d0b12335c9b7c5a7434ec25ed5c4c Mon Sep 17 00:00:00 2001 From: nanaka0012 Date: Thu, 21 Jan 2021 23:35:22 +0900 Subject: [PATCH 5/8] =?UTF-8?q?update:=20=E3=83=8A=E3=83=93=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=92=E4=B8=8A=E3=81=AB=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Navbar.vue | 2 +- pages/drafts/new.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navbar.vue b/components/Navbar.vue index 1abcc8a..f4f0af9 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -1,5 +1,5 @@