This commit is contained in:
Rue Ji
2026-02-02 23:52:49 +08:00
parent b2973c6d28
commit 5133e4f983
15 changed files with 983 additions and 94 deletions

3
commitlint.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};