This commit is contained in:
Wang Sen Di
2025-12-08 16:54:08 +08:00
parent 5ffafb5923
commit f09a253fb1
23 changed files with 597 additions and 0 deletions

12
.taskfile/cmd.yml Normal file
View File

@@ -0,0 +1,12 @@
# https://taskfile.dev
version: "3"
vars:
GREETING: 用于本项目的常用命令编写
tasks:
default:
desc: 默认任务
cmds:
- echo "${GREETING}"