From dc0ec301e730debf863eaaab849990549387c5cf Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 26 Apr 2024 18:37:15 +0900 Subject: [PATCH] add planet --- public | 2 +- scpt/ogimage.zsh | 2 +- src/App.vue | 88 ++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 80 insertions(+), 12 deletions(-) diff --git a/public b/public index e128fb2..fbb036c 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit e128fb2c1a2fbd96eece851cfa36e97cfd7d9ad0 +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 07ada97..6f612da 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@