react-vant-nova 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <img alt="logo" src="https://cdn.jsdelivr.net/gh/3lang3/react-vant@main/public/logo.svg" width="200" style="margin-bottom: 10px;">
3
3
  </p>
4
4
 
5
- <h1 align="center">React Vant(此版本兼容 React 19)</h1>
5
+ <h1 align="center">React Vant Nova (此版本兼容 React 19)</h1>
6
6
 
7
7
  <p align="center">📱 A mobile component library based on the <strong>React</strong> framework according to <a href="https://github.com/youzan/vant">Vant</a>.</p>
8
8
 
@@ -90,10 +90,10 @@ ReactDOM.render(<App />, mountNode);
90
90
  - [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
91
91
  - [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)
92
92
 
93
- For more information, please refer to [QuickStart](https://react-vant.3lang.dev/guide/quickstart).
93
+ For more information, please refer to [QuickStart](https://react-vant.fenewbee.com//guide/quickstart).
94
94
 
95
95
  ## 🤝 交流与支持
96
96
 
97
97
  - 反馈问题:[GitHub Issues](https://github.com/prayone/react-vant-nova/issues)
98
98
  - 开发交流:添加微信 wpp_rvn(备注「react-vant-nova」)
99
- - 文档地址:https://react-vant.3lang.dev/
99
+ - 文档地址:[https://react-vant.fenewbee.com//](https://react-vant.fenewbee.com/)
@@ -2219,7 +2219,7 @@ Dialog.confirm = (props) => {
2219
2219
  ...props,
2220
2220
  onCancel: (e) => {
2221
2221
  onCancel(e);
2222
- reject();
2222
+ resolve(false);
2223
2223
  },
2224
2224
  onConfirm: (e) => {
2225
2225
  onConfirm(e);
@@ -3000,7 +3000,7 @@
3000
3000
  ...props,
3001
3001
  onCancel: (e2) => {
3002
3002
  onCancel(e2);
3003
- reject();
3003
+ resolve(false);
3004
3004
  },
3005
3005
  onConfirm: (e2) => {
3006
3006
  onConfirm(e2);