完善公文版式与红头套打规则

This commit is contained in:
mizzlelover
2026-09-10 16:47:16 +08:00
parent a70600b52f
commit 9ff5142682
9 changed files with 211 additions and 93 deletions
+1
View File
@@ -76,6 +76,7 @@ package_traework() {
output="$skill_dir/dist/traework-gongwen-skill.zip"
mkdir -p "$skill_dir/dist" "$stage/gongwen"
cp -R "$skill_dir/SKILL.md" "$skill_dir/scripts" "$skill_dir/references" "$stage/gongwen/"
rm -f "$output"
(cd "$stage" && zip -qr "$output" gongwen)
unzip -t "$output" >/dev/null
rm -rf "$stage"