Compare commits
1 Commits
change-es6
...
master
Author | SHA1 | Date |
---|---|---|
guofei | 5415e2c007 |
|
@ -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
|
||||||
|
// iOS:https://apps.apple.com/app/legend-of-mushroom/id6475333787
|
||||||
|
|
||||||
|
// 版本二(韩语)
|
||||||
|
// 安卓:https://play.google.com/store/apps/details?id=com.mxdzzkr.google
|
||||||
|
// iOS:https://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'))
|
||||||
|
|
Loading…
Reference in New Issue