feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user