File tree Expand file tree Collapse file tree 37 files changed +7519
-319
lines changed Expand file tree Collapse file tree 37 files changed +7519
-319
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,3 @@ contact_links:
12
12
- name : Paypal
13
13
url : https://www.paypal.me/tangjinzhou
14
14
about : Love Ant Design Vue? Please consider supporting us via Paypal.
15
- - name : 支付宝/微信 赞助
16
- url : https://aliyuncdn.antdv.com/alipay-and-wechat.png
17
- about : Ant Design Vue 的健康持续发展需要您的支持,🙏
Original file line number Diff line number Diff line change
1
+ name : Build and Deploy to Cloudflare
2
+ on :
3
+ push :
4
+ branches : [ main ]
5
+
6
+ jobs :
7
+ build :
8
+ runs-on : ubuntu-latest
9
+ name : Build Application
10
+ permissions :
11
+ contents : read
12
+ steps :
13
+ - name : Checkout
14
+ uses : actions/checkout@v5
15
+ with :
16
+ fetch-depth : 0
17
+
18
+ - name : Setup Node
19
+ uses : actions/setup-node@v4
20
+ with :
21
+ node-version : 20
22
+
23
+ - name : Install dependencies
24
+ run : npm install --force
25
+
26
+ - name : Build application
27
+ run : npm run build
28
+
29
+ - name : Upload build artifacts
30
+ uses : actions/upload-artifact@v4
31
+ with :
32
+ name : build-files
33
+ path : site/dist/
34
+ retention-days : 1
35
+
36
+ deploy :
37
+ runs-on : ubuntu-latest
38
+ name : Deploy to Cloudflare
39
+ needs : build
40
+ permissions :
41
+ contents : read
42
+ deployments : write
43
+ steps :
44
+ - name : Checkout (for config files)
45
+ uses : actions/checkout@v5
46
+ with :
47
+ sparse-checkout : |
48
+ wrangler.jsonc
49
+ sparse-checkout-cone-mode : false
50
+
51
+ - name : Download build artifacts
52
+ uses : actions/download-artifact@v4
53
+ with :
54
+ name : build-files
55
+ path : site/dist/
56
+
57
+ - name : Deploy (Workers + Static Assets)
58
+ uses : cloudflare/wrangler-action@v3.14.1
59
+ with :
60
+ apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
61
+ accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
62
+ command : deploy --config wrangler.jsonc
63
+ gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
- <a href =" https://www.antdv.com/ " >
3
- <img width="200" src="https://aliyuncdn.antdv.com/logo.png">
4
- </a >
5
- </p >
6
-
7
1
<h1 align =" center " >
8
2
<a href =" https://www.antdv.com/ " target =" _blank " >Ant Design Vue</a >
9
3
</h1 >
@@ -88,14 +82,13 @@ ant-design-vue 是 MIT 协议的开源项目。为了项目能够更好的持续
88
82
- [ Patreon] ( https://www.patreon.com/tangjinzhou )
89
83
- [ opencollective] ( https://opencollective.com/ant-design-vue )
90
84
- [ paypal] ( https://www.paypal.me/tangjinzhou )
91
- - [ 支付宝或微信] ( https://aliyuncdn.antdv.com/alipay-and-wechat.png )
92
85
- ETH: 0x30cc48515d8ae9fefa20ab87226ad7e8ab9c3bc2
93
86
94
87
## 赞助商
95
88
96
89
成为赞助商,并在 Github 上的自述文件上获得您的徽标,并链接到您的网站。 [[ 成为赞助商] ( https://opencollective.com/ant-design-vue#sponsor )]
97
90
98
- <a href="http://www.jeecg.com/" target="_blank"><img src="https://aliyuncdn.antdv.com/jeecg-logo.png" height="64"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
91
+ <a href="http://www.jeecg.com/" target="_blank"><img src="https://www.antdv.com/jeecg-logo.png" height="64"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
99
92
100
93
## 支持者
101
94
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href =" https://www.antdv.com/ " >
3
- <img width="200" src="https://aliyuncdn .antdv.com/logo.png">
3
+ <img width="200" src="https://www .antdv.com/logo.png">
4
4
</a >
5
5
</p >
6
6
@@ -82,14 +82,13 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette
82
82
- [ Patreon] ( https://www.patreon.com/tangjinzhou )
83
83
- [ opencollective] ( https://opencollective.com/ant-design-vue )
84
84
- [ paypal] ( https://www.paypal.me/tangjinzhou )
85
- - [ 支付宝或微信] ( https://aliyuncdn.antdv.com/alipay-and-wechat.png )
86
85
- ETH: 0x30cc48515d8ae9fefa20ab87226ad7e8ab9c3bc2
87
86
88
87
## Sponsors
89
88
90
89
Become a sponsor and get your logo on our README on Github with a link to your site. [[ Become a sponsor] ( https://opencollective.com/ant-design-vue#sponsor )]
91
90
92
- <a href="http://www.jeecg.com/" target="_blank"><img src="https://aliyuncdn.antdv.com/jeecg-logo.png" height="64"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
91
+ <a href="http://www.jeecg.com/" target="_blank"><img src="https://www.antdv.com/jeecg-logo.png" height="64"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
93
92
94
93
## [ More Sponsor (From Patreon、alipay、wechat、paypal...)] ( https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md )
95
94
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ exports[`renders ./components/image/demo/placeholder.vue correctly 1`] = `
58
58
`;
59
59
60
60
exports[`renders ./components/image/demo/preview-group.vue correctly 1`] = `
61
- <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://aliyuncdn .antdv.com/vue.png" >
61
+ <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://www .antdv.com/vue.png" >
62
62
<!---->
63
63
<div class = " ant-image-mask" >
64
64
<div class = " ant-image-mask-info" ><span role = " img" aria-label = " eye" class = " anticon anticon-eye" ><svg focusable = " false" class = " " data-icon = " eye" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 64 64 896 896" ><path d = " M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" ></path ></svg ></span >Preview</div >
65
65
</div >
66
66
</div >
67
- <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://aliyuncdn .antdv.com/logo.png" >
67
+ <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://www .antdv.com/logo.png" >
68
68
<!---->
69
69
<div class = " ant-image-mask" >
70
70
<div class = " ant-image-mask-info" ><span role = " img" aria-label = " eye" class = " anticon anticon-eye" ><svg focusable = " false" class = " " data-icon = " eye" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 64 64 896 896" ><path d = " M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" ></path ></svg ></span >Preview</div >
@@ -106,7 +106,7 @@ exports[`renders ./components/image/demo/preview-group-visible.vue correctly 1`]
106
106
`;
107
107
108
108
exports[`renders ./components/image/demo/preview-src.vue correctly 1`] = `
109
- <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://aliyuncdn .antdv.com/logo.png" >
109
+ <div class = " ant-image" style = " width: 200px;" ><img width = " 200" class = " ant-image-img" src = " https://www .antdv.com/logo.png" >
110
110
<!---->
111
111
<div class = " ant-image-mask" >
112
112
<div class = " ant-image-mask-info" ><span role = " img" aria-label = " eye" class = " anticon anticon-eye" ><svg focusable = " false" class = " " data-icon = " eye" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 64 64 896 896" ><path d = " M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" ></path ></svg ></span >Preview</div >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Click the left and right switch buttons to preview multiple images.
18
18
19
19
<template >
20
20
<a-image-preview-group >
21
- <a-image :width =" 200" src =" https://aliyuncdn .antdv.com/vue.png" />
22
- <a-image :width =" 200" src =" https://aliyuncdn .antdv.com/logo.png" />
21
+ <a-image :width =" 200" src =" https://www .antdv.com/vue.png" />
22
+ <a-image :width =" 200" src =" https://www .antdv.com/logo.png" />
23
23
</a-image-preview-group >
24
24
</template >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can set different preview image.
19
19
<template >
20
20
<a-image
21
21
:width =" 200"
22
- src =" https://aliyuncdn .antdv.com/logo.png"
22
+ src =" https://www .antdv.com/logo.png"
23
23
:preview =" {
24
24
src: 'https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png',
25
25
}"
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ const value15 = ref<string>('Sign Up');
179
179
const value16 = ref <string >(' ' );
180
180
const value17 = ref <string >(' Home' );
181
181
const value18 = ref <string []>([]);
182
- const value19 = ref <string >(' https://surely.cool ' );
182
+ const value19 = ref <string >(' https://surelyvue.com ' );
183
183
const value20 = ref <string >(' https://antdv.com' );
184
184
</script >
185
185
<style scoped>
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ exports[`renders ./components/qrcode/demo/icon.vue correctly 1`] = `
105
105
</div >
106
106
`;
107
107
108
- exports[`renders ./components/qrcode/demo/popover.vue correctly 1`] = `<img width = " 100" height = " 100" src = " https://aliyuncdn .antdv.com/logo.png" >`;
108
+ exports[`renders ./components/qrcode/demo/popover.vue correctly 1`] = `<img width = " 100" height = " 100" src = " https://www .antdv.com/logo.png" >`;
109
109
110
110
exports[`renders ./components/qrcode/demo/status.vue correctly 1`] = `
111
111
<div class = " ant-space ant-space-horizontal ant-space-align-center" >
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ With Popover.
19
19
<template #content >
20
20
<a-qrcode value =" http://www.antdv.com" :bordered =" false" />
21
21
</template >
22
- <img width =" 100" height =" 100" src =" https://aliyuncdn .antdv.com/logo.png" />
22
+ <img width =" 100" height =" 100" src =" https://www .antdv.com/logo.png" />
23
23
</a-popover >
24
24
</template >
You can’t perform that action at this time.
0 commit comments