修改1.3.0
continuous-integration/drone/push Build is passing Details

main
rustdreamer 2 years ago
parent da895ce78f
commit e1249b313c

@ -819,7 +819,7 @@ export class AppController {
): Promise<any> { ): Promise<any> {
return { return {
"versionName": "1.3.0", "versionName": "1.3.0",
"apkUrl": `http://${process.env.LOCAL_IP}/app1.3.0.apk`, "apkUrl": `http://${process.env.LOCAL_IP}/app.apk`,
"forceUpdate": false, "forceUpdate": false,
"whatsNew": "新版本更新" "whatsNew": "新版本更新"
}; };
@ -829,7 +829,7 @@ export class AppController {
async file( async file(
@Res() res: any, @Res() res: any,
): Promise<any> { ): Promise<any> {
const file_path = join(__dirname, "./apk/app.apk") const file_path = join(__dirname, "./apk/app1.3.0.apk")
res.sendFile(file_path) res.sendFile(file_path)
} }

Loading…
Cancel
Save