ci: 国际化

This commit is contained in:
就眠儀式
2022-03-09 11:22:25 +08:00
parent 9fc2b3922f
commit 29ddc72e4b
6 changed files with 36 additions and 15 deletions

View File

@@ -13,5 +13,5 @@ export function S4() {
* @param null 无参
* */
export function guid() {
return (S4() + S4() + S4() + S4() + S4() + S4() + S4() + S4());
}
return S4() + S4() + S4() + S4() + S4() + S4() + S4() + S4();
}