From 646de93ed533f9a3a1c567d0cacdbde71cc22a3e Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Fri, 19 Sep 2025 14:53:15 +0800 Subject: [PATCH] chore: update URLs to reflect the new domain for Surely Vue --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- README-zh_CN.md | 2 +- README.md | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 6 ++--- components/image/demo/preview-group.vue | 4 ++-- components/image/demo/preview-src.vue | 2 +- components/input/demo/group.vue | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- components/table/demo/big-data.vue | 8 +++---- site/404.html | 2 +- site/index.html | 22 ++----------------- site/src/components/rice/top_rice.vue | 8 ------- site/src/components/surelyVue.vue | 19 ++-------------- site/src/layouts/Menu.vue | 13 +---------- site/src/layouts/header/Navigation.vue | 13 +---------- site/src/layouts/header/index.vue | 6 ----- site/src/layouts/index.vue | 8 +++---- site/src/views/ComponentOverview.vue | 12 +--------- site/src/vueDocs/sponsor.en-US.md | 2 +- site/src/vueDocs/sponsor.zh-CN.md | 2 +- 21 files changed, 30 insertions(+), 109 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 7574c43e6..e07927d17 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -530,7 +530,7 @@ Publish Performant advanced table component Surely Vue -Official website : [https://surely.cool/](https://surely.cool/) +Official website : [https://surelyvue.com/](https://surelyvue.com/) Github:[https://github.com/surely-vue/table] diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 02be1e765..7fb5aceef 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -529,7 +529,7 @@ 高级组件 Surely Vue 发布!!! -官方站点 : [https://surely.cool/](https://surely.cool/) +官方站点 : [https://surelyvue.com/](https://surelyvue.com/) Github:[https://github.com/surely-vue/table] diff --git a/README-zh_CN.md b/README-zh_CN.md index 7e209e324..2003f9ada 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -86,7 +86,7 @@ ant-design-vue 是 MIT 协议的开源项目。为了项目能够更好的持续 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)] - + ## Backers diff --git a/README.md b/README.md index 6ddc5b4f2..00933bf1f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette 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)] - + ## [More Sponsor (From Patreon、alipay、wechat、paypal...)](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md) diff --git a/components/image/__tests__/__snapshots__/demo.test.js.snap b/components/image/__tests__/__snapshots__/demo.test.js.snap index 49402f590..889bc9b39 100644 --- a/components/image/__tests__/__snapshots__/demo.test.js.snap +++ b/components/image/__tests__/__snapshots__/demo.test.js.snap @@ -58,13 +58,13 @@ exports[`renders ./components/image/demo/placeholder.vue correctly 1`] = ` `; exports[`renders ./components/image/demo/preview-group.vue correctly 1`] = ` -
+
Preview
-
+
Preview
@@ -106,7 +106,7 @@ exports[`renders ./components/image/demo/preview-group-visible.vue correctly 1`] `; exports[`renders ./components/image/demo/preview-src.vue correctly 1`] = ` -
+
Preview
diff --git a/components/image/demo/preview-group.vue b/components/image/demo/preview-group.vue index 3060d7af4..2fd302ed4 100644 --- a/components/image/demo/preview-group.vue +++ b/components/image/demo/preview-group.vue @@ -18,8 +18,8 @@ Click the left and right switch buttons to preview multiple images. + @@ -63,23 +63,5 @@ gtag('config', 'UA-151755889-1'); - diff --git a/site/src/components/rice/top_rice.vue b/site/src/components/rice/top_rice.vue index fbef37758..159aeb2d3 100644 --- a/site/src/components/rice/top_rice.vue +++ b/site/src/components/rice/top_rice.vue @@ -9,12 +9,6 @@ -
@@ -22,14 +16,12 @@ import dayjs from 'dayjs'; import isBetween from 'dayjs/plugin/isBetween'; dayjs.extend(isBetween); -import GoogleAdsTop from './GoogleAdsTop.vue'; // import WWAds from './WWAds.vue'; const isEffective = (start, end) => { return dayjs().isBetween(start, end); }; export default { components: { - GoogleAdsTop, // WWAds, }, props: ['isCN', 'isMobile'], diff --git a/site/src/components/surelyVue.vue b/site/src/components/surelyVue.vue index 140e82692..f8c2f2ea0 100644 --- a/site/src/components/surelyVue.vue +++ b/site/src/components/surelyVue.vue @@ -1,25 +1,10 @@