feat: 更新 Capacitor 配置,修正 appId 和服务器 URL,添加市场视图的标签组件

This commit is contained in:
2025-12-24 03:27:17 +07:00
parent 57e346df3f
commit 648ca3edc9
3 changed files with 21 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: "io.ionic.starter",
appId: "riwa.ionic.app",
appName: "riwa-ionic",
webDir: "dist",
server: {
url: "http://192.168.1.55:5173", // Vite默认端口
url: "http://192.168.1.37:5173", // Vite默认端口
cleartext: true, // 允许HTTP连接
},
plugins: {