1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 01:31:17 +08:00
This commit is contained in:
yyds
2022-02-22 18:39:06 +08:00
parent 8ebbef17f7
commit 2b0bd12563

View File

@@ -97,5 +97,5 @@ let envName = process.env.ShareCodeEnvName
if (nameConfig && envName) {
SetShareCodesEnv(nameConfig, envName)
} else {
console.debug(`Faker 友情提示:您的脚本正常运行中`)
console.debug(`OKYYDS 友情提示:您的脚本正常运行中`)
}