From a69dfdf8a073e02c88084c92a4187405ea74bbe2 Mon Sep 17 00:00:00 2001 From: W1ndys Date: Wed, 1 Jan 2025 19:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E8=84=9A=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A7=E7=9A=84Hexo=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E5=92=8C=E7=94=9F=E6=88=90=E9=9D=99=E6=80=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\231\346\200\201\346\226\207\344\273\266.sh" | 0 ...\254\345\234\260\351\203\250\347\275\262.sh" | 0 ...\211\350\243\205\346\250\241\345\235\227.sh" | 0 ...224\256\346\233\264\346\226\260butterfly.sh" | 17 ----------------- 4 files changed, 17 deletions(-) rename "\344\270\200\351\224\256\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" => "g\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" (100%) rename "\344\270\200\351\224\256\346\234\254\345\234\260\351\203\250\347\275\262.sh" => "local_server\346\234\254\345\234\260\351\203\250\347\275\262.sh" (100%) rename "\344\270\200\351\224\256\346\237\245\347\234\213\345\267\262\345\256\211\350\243\205\346\217\222\344\273\266.sh" => "ls_hexo_modules\346\237\245\347\234\213\345\256\211\350\243\205\346\250\241\345\235\227.sh" (100%) delete mode 100644 "\344\270\200\351\224\256\346\233\264\346\226\260butterfly.sh" diff --git "a/\344\270\200\351\224\256\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" "b/g\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" similarity index 100% rename from "\344\270\200\351\224\256\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" rename to "g\347\224\237\346\210\220\351\235\231\346\200\201\346\226\207\344\273\266.sh" diff --git "a/\344\270\200\351\224\256\346\234\254\345\234\260\351\203\250\347\275\262.sh" "b/local_server\346\234\254\345\234\260\351\203\250\347\275\262.sh" similarity index 100% rename from "\344\270\200\351\224\256\346\234\254\345\234\260\351\203\250\347\275\262.sh" rename to "local_server\346\234\254\345\234\260\351\203\250\347\275\262.sh" diff --git "a/\344\270\200\351\224\256\346\237\245\347\234\213\345\267\262\345\256\211\350\243\205\346\217\222\344\273\266.sh" "b/ls_hexo_modules\346\237\245\347\234\213\345\256\211\350\243\205\346\250\241\345\235\227.sh" similarity index 100% rename from "\344\270\200\351\224\256\346\237\245\347\234\213\345\267\262\345\256\211\350\243\205\346\217\222\344\273\266.sh" rename to "ls_hexo_modules\346\237\245\347\234\213\345\256\211\350\243\205\346\250\241\345\235\227.sh" diff --git "a/\344\270\200\351\224\256\346\233\264\346\226\260butterfly.sh" "b/\344\270\200\351\224\256\346\233\264\346\226\260butterfly.sh" deleted file mode 100644 index 6dc6f17f0..000000000 --- "a/\344\270\200\351\224\256\346\233\264\346\226\260butterfly.sh" +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# 颜色定义 -GREEN='\033[32m' -RESET='\033[0m' - -# 更新 hexo-theme-butterfly -pnpm update hexo-theme-butterfly - -# 输出提示信息 -printf "${GREEN}INFO ${RESET} hexo-theme-butterfly 更新完成\n" - -# 提示用户停顿 -printf "${GREEN}INFO ${RESET} 正在停顿,可供查看情况。无异常可按 Enter 键退出\n" - -# 等待用户按下 Enter 键 -read -r