Skip to content

Commit

Permalink
没对齐艹
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCHN committed Jun 10, 2023
1 parent fdd8925 commit 82aafc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
const mode = await select.default({
message: '请选择发布模式',
choices: [
{ name: `正式发布 PRODUCTION 对应密钥: "${config.encryptDedicatedServerKeyRelease}"`, value: 'release' },
{ name: `测试发布 ONLINETEST 对应密钥: "${config.encryptDedicatedServerKeyRelease_Test}"`, value: 'release_test' },
{ name: `正式发布 PRODUCTION 对应密钥:"${config.encryptDedicatedServerKeyRelease}"`, value: 'release' },
{ name: `测试发布 ONLINETEST 对应密钥:"${config.encryptDedicatedServerKeyRelease_Test}"`, value: 'release_test' },
{ name: `本地测试 LOCAL TEST 对应密钥:"${config.encryptDedicatedServerKeyTest}"`, value: 'test' },
],
});
Expand Down

0 comments on commit 82aafc5

Please sign in to comment.