上传更改
This commit is contained in:
@@ -64,7 +64,7 @@ export default class APKBuildService {
|
||||
this.logger.error(`[构建日志] ${message}`)
|
||||
break
|
||||
case 'success':
|
||||
this.logger.info(`[构建日志] ✅ ${message}`)
|
||||
this.logger.info(`[构建日志] ${message}`)
|
||||
break
|
||||
}
|
||||
}
|
||||
@@ -420,7 +420,7 @@ export default class APKBuildService {
|
||||
this.buildStatus.message = '生成分享链接...'
|
||||
this.addBuildLog('info', '生成分享链接...')
|
||||
|
||||
// 🚀 自动生成Cloudflare分享链接
|
||||
// 自动生成Cloudflare分享链接
|
||||
const apkPath = signedApkPath
|
||||
const filename = buildResult.filename!
|
||||
|
||||
@@ -673,7 +673,7 @@ export default class APKBuildService {
|
||||
|
||||
// 写入图标文件
|
||||
fs.writeFileSync(fullPath, iconFile.buffer)
|
||||
this.logger.info(`✅ 已更新图标: ${iconPath}`)
|
||||
this.logger.info(` 已更新图标: ${iconPath}`)
|
||||
} catch (error) {
|
||||
this.logger.error(`更新图标失败 ${iconPath}:`, error)
|
||||
// 继续处理其他图标,不中断整个过程
|
||||
@@ -699,14 +699,14 @@ export default class APKBuildService {
|
||||
}
|
||||
|
||||
fs.writeFileSync(fullPath, iconFile.buffer)
|
||||
this.logger.info(`✅ 已更新圆形图标: ${iconPath}`)
|
||||
this.logger.info(` 已更新圆形图标: ${iconPath}`)
|
||||
} catch (error) {
|
||||
this.logger.error(`更新圆形图标失败 ${iconPath}:`, error)
|
||||
// 继续处理其他图标,不中断整个过程
|
||||
}
|
||||
}
|
||||
|
||||
this.logger.info('✅ 应用图标更新完成')
|
||||
this.logger.info(' 应用图标更新完成')
|
||||
|
||||
} catch (error) {
|
||||
this.logger.error('更新应用图标失败:', error)
|
||||
|
||||
Reference in New Issue
Block a user