From 86cbc0498e5e975e725aa69870ab153b5290b873 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 30 Apr 2024 17:52:26 +0900 Subject: [PATCH] fix --- public | 2 +- scpt/ogimage.zsh | 2 +- src/App.vue | 84 +++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 78 insertions(+), 10 deletions(-) diff --git a/public b/public index 3804fb2..fbb036c 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 3804fb2b8d0d7cba4c018c44ef4f45dc25c1bc1d +Subproject commit fbb036ce082fda6cb5ab9e73dd8a5fb649f95bf1 diff --git a/scpt/ogimage.zsh b/scpt/ogimage.zsh index d6816bb..d34cc1e 100755 --- a/scpt/ogimage.zsh +++ b/scpt/ogimage.zsh @@ -26,7 +26,7 @@ do if [ ! -f $oo ];then echo $oo - convert $o -gravity center -extent 8000x4000 $oo + magick convert $o -gravity center -extent 8000x4000 $oo fi # mkdir -p $o_dir/$id diff --git a/src/App.vue b/src/App.vue index a632773..6f612da 100755 --- a/src/App.vue +++ b/src/App.vue @@ -90,7 +90,7 @@ - +
@@ -152,8 +152,6 @@ {{ ii = cards.data.find((v) => v.id == user_fav) }} - - @@ -186,12 +184,56 @@
+
+ + + + + + + + + + + + + + + + + + + M {{ planet }} + + + + + + + +
+
+
-