update ui

This commit is contained in:
Simon Ding
2024-07-01 18:17:37 +08:00
parent d5f45dd254
commit c88c57365c
22 changed files with 189 additions and 10 deletions

8
ui/.husky/commit-msg Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
PATH="/usr/local/bin:$PATH"
npx --no-install commitlint --edit "$1"