From cc2af591637a61e8e9a697a458956e0e8c88b27c Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Fri, 21 Aug 2026 17:11:15 +0800 Subject: [PATCH] =?UTF-8?q?feat=20app=E6=A8=AA=E5=B1=8F=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 ++-- manifest.config.ts | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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: {}, /* 应用发布信息 */