🔧 添加打包配置

This commit is contained in:
目棃
2024-12-11 12:15:23 +08:00
parent 2afdf5b3ed
commit 8608ebc8b5

View File

@@ -73,6 +73,7 @@ const commitMsgTypes: CommitMsgType[] = [
{ value: "💸 ", name: "💸 添加或更新付款/收款功能" },
{ value: "🧵 ", name: "🧵 添加或更新线程" },
{ value: "🦺 ", name: "🦺 添加或更新安全功能" },
{ value: "📦️ ", name: "📦️ 更新打包文件" },
];
export default commitMsgTypes;