From fa3615bbcfee5f481fb3421aad5fe9c9777c653d Mon Sep 17 00:00:00 2001 From: CodiceFabbrica Date: Thu, 2 Jul 2026 10:09:14 +0800 Subject: [PATCH] =?UTF-8?q?ci(commit):=20:ferris=5Fwheel:=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20playground=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 2454c9e..5bc73be 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -71,6 +71,7 @@ module.exports = { { value: "uni-app", name: "uni-app: @r-utils/uni-app 包" }, { value: "deps", name: "deps: 依赖更新" }, { value: "release", name: "release: 版本发布" }, + { value: "playground", name: "playground: 示例/调试项目" }, ], allowCustomScopes: true, allowEmptyScopes: true,