feat(components): 调整加密方式

This commit is contained in:
2026-03-30 16:24:00 +08:00
parent ca3d697941
commit 516b204b38
5 changed files with 132 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ export const locales = {
},
gitCommitTypes: [
['feat', '新功能'],
['feat-wip', '开发中的功能,比如某功能的部分代码'],
['fix', '修复Bug'],
['docs', '只涉及文档更新'],
['typo', '代码或文档勘误,比如错误拼写'],
@@ -49,7 +48,6 @@ export const locales = {
},
gitCommitTypes: [
['feat', 'A new feature'],
['feat-wip', 'Features in development, such as partial code for a certain feature'],
['fix', 'A bug fix'],
['docs', 'Documentation only changes'],
['typo', 'Code or document corrections, such as spelling errors'],