feat: 更新环境变量,修复 TradingView 相关配置;优化 TradingViewChart 组件的使用方式

This commit is contained in:
2025-12-30 03:00:50 +07:00
parent bdd2812ae9
commit 5ed7781f36
5 changed files with 65 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ const config: CapacitorConfig = {
appName: "riwa-ionic",
webDir: "dist",
server: {
url: "http://192.168.1.37:5173", // Vite默认端口
url: "http://192.168.1.5:5173", // Vite默认端口
cleartext: true, // 允许HTTP连接
},
plugins: {