合并pad分支

This commit is contained in:
fangxiang 2022-04-21 15:40:07 +08:00
parent 07cc68e1e9
commit cd7740a534
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "media_player_client", "name": "media_player_client",
"version": "1.3.5", "version": "1.4.0",
"description": "A Quasar Framework app", "description": "A Quasar Framework app",
"productName": "MediaPlayerClient", "productName": "MediaPlayerClient",
"author": "fangxiang <fangxiang@cloudview.work>", "author": "fangxiang <fangxiang@cloudview.work>",

View File

@ -111,8 +111,6 @@ export default defineComponent({
if (window.innerHeight < 600) { if (window.innerHeight < 600) {
// TODO fix android // TODO fix android
} }
console.log(window.innerWidth);
console.log(window.innerHeight);
return landspace; return landspace;
}; };
(<any>window).landspace = landspace; (<any>window).landspace = landspace;