feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验

This commit is contained in:
2025-12-19 22:46:32 +07:00
parent c3321bfbf1
commit 8f449f0c68
5 changed files with 70 additions and 23 deletions

View File

@@ -8,6 +8,12 @@ const config: CapacitorConfig = {
url: "http://192.168.1.55:5173", // Vite默认端口
cleartext: true, // 允许HTTP连接
},
plugins: {
Keyboard: {
resize: "ionic", // 使用ionic模式让ion-app自动调整大小
resizeOnFullScreen: true, // Android全屏模式下也要调整
},
},
};
export default config;