Compare commits

...

1 Commits

Author SHA1 Message Date
guofei 5415e2c007 1 2025-01-13 17:36:58 +08:00
1 changed files with 9 additions and 1 deletions

View File

@ -3,9 +3,17 @@ const path = require('path')
// 脚本执行之前的操作 // 脚本执行之前的操作
var iosUrl = "https://apps.apple.com/app/legend-of-mushroom/id6475333787" var iosUrl = "https://apps.apple.com/kr/app/id6467117398"
var androidUrl = "https://play.google.com/store/apps/details?id=com.mxdzzus.google" var androidUrl = "https://play.google.com/store/apps/details?id=com.mxdzzus.google"
// 版本一(英文版)
// 安卓https://play.google.com/store/apps/details?id=com.mxdzzus.google
// iOShttps://apps.apple.com/app/legend-of-mushroom/id6475333787
// 版本二(韩语)
// 安卓https://play.google.com/store/apps/details?id=com.mxdzzkr.google
// iOShttps://apps.apple.com/kr/app/id6467117398
function removeDist() { function removeDist() {
const isExists = fs.existsSync(path.join(__dirname, 'dist')) const isExists = fs.existsSync(path.join(__dirname, 'dist'))