diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a7c7b7c..0c468e6 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,8 +2,8 @@ "version": "1.0", "configurations": [ { - "customPlaygroundType": "device", - "playground": "standard", + "customPlaygroundType": "local", + "playground": "custom", "type": "uni-app:app-android" } ] diff --git a/manifest.config.ts b/manifest.config.ts index 6b19f2b..2e88633 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -1,8 +1,8 @@ import { defineManifestConfig } from '@uni-helper/vite-plugin-uni-manifest' export default defineManifestConfig({ - 'name': 'vitesse-uni-app', - 'appid': '', + 'name': 'Road_roller', + 'appid': '__UNI__BA80270', 'description': '', 'versionName': '1.0.0', 'versionCode': '100', @@ -18,6 +18,7 @@ export default defineManifestConfig({ autoclose: true, delay: 0, }, + screenOrientation: ['landscape-primary'], /* 模块配置 */ modules: {}, /* 应用发布信息 */