aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/niwa.sh
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-02-02 23:28:49 +0800
committeryingyu5658 <i@yingyu5658.me>2026-02-02 23:28:49 +0800
commit8b25f5950af2dd59e7c1324d1bff0201e7ad6380 (patch)
tree1845987cdfb5a4ed8a1cd5dae21d4b166ea228ce /scripts/niwa.sh
parent7223b86b18dd861a895cb2105ad4a5953d1a3fdb (diff)
downloadniwa-8b25f5950af2dd59e7c1324d1bff0201e7ad6380.tar.gz
niwa-8b25f5950af2dd59e7c1324d1bff0201e7ad6380.zip
chore: Trigger Cloudflare build workflow
Diffstat (limited to 'scripts/niwa.sh')
-rw-r--r--scripts/niwa.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/niwa.sh b/scripts/niwa.sh
index 623763d..e1f29d6 100644
--- a/scripts/niwa.sh
+++ b/scripts/niwa.sh
@@ -11,7 +11,6 @@ TEMPLATE_FILE="$GARDEN_DIR/template/template.org" # 模板文件目录
COMMAND_NEW="new" # 新建笔记
COMMAND_BUILD="build"
-
new_note() {
file_name=$1
cp $TEMPLATE_FILE "$NOTES_DIR/${file_name}.org" && echo "创建笔记成功:$NOTES_DIR/${file_name}.org"