# <type><package>: <subject> {needed}
# 
# <body> {optional}
# 
# <footer> {optional}
# 
# example:
# feat(login): implementation login api function
#
# finished login module and integration with server login api
# 
# <Type>
# feat: new feature
# fix: bug fix
# docs: docs only changes
# style: style changes
# refactor: feature refactor
# perf: performance optimize
# test: test related changes
# build: build related changes
# ci: ci related changes
# chore: changes not related to src or test files
# revert: reverts a previous commit
# 
# <Subject>
# describe all major changes briefly
# 
# <Body>
# detailed info on major changes
#
This commit is contained in:
Sped0n
2023-10-29 12:50:14 +08:00
50 changed files with 2963 additions and 1100 deletions

View File

@@ -37,6 +37,10 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"typescript": "^5.2.2"
},
"dependencies": {
"gsap": "^3.12.2"
}
}