Skip to content

Commit b58e73d

Browse files
committed
refactor: update URLs from surely.cool to surelyvue.com across multiple components and documentation
1 parent e8ec520 commit b58e73d

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

components/input/demo/group.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const value15 = ref<string>('Sign Up');
179179
const value16 = ref<string>('');
180180
const value17 = ref<string>('Home');
181181
const value18 = ref<string[]>([]);
182-
const value19 = ref<string>('https://surely.cool');
182+
const value19 = ref<string>('https://surelyvue.com');
183183
const value20 = ref<string>('https://antdv.com');
184184
</script>
185185
<style scoped>

components/table/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ exports[`renders ./components/table/demo/basic.vue correctly 1`] = `
127127
`;
128128

129129
exports[`renders ./components/table/demo/big-data.vue correctly 1`] = `
130-
<iframe src="https://www.surely.cool/for-ant-demo" height="400"></iframe>
130+
<iframe src="https://www.surelyvue.com/for-ant-demo" height="400"></iframe>
131131
<!--v-if-->
132132
`;
133133

components/table/demo/big-data.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ title:
88

99
## zh-CN
1010

11-
该示例使用高级组件 [Surely Vue](https://www.surely.cool) 进行开发,Surely Vue 是 Ant Design Vue 旗下的高级组件,
11+
该示例使用高级组件 [Surely Vue](https://www.surelyvue.com) 进行开发,Surely Vue 是 Ant Design Vue 旗下的高级组件,
1212
该组件致力于解决大数据渲染、图表集成等复杂高频问题。 使用该组件可以流畅滚动 10 万行、10 万列的数据,你不必担心页面卡顿造成用户投诉,进而影响业务进展。
1313

1414
## en-US
1515

16-
This example uses advanced components [Surely Vue](https://www.surely.cool) for development.
16+
This example uses advanced components [Surely Vue](https://www.surelyvue.com) for development.
1717
This component is dedicated to solving complex high-frequency issues such as big data rendering and chart integration.
1818
Using this component, you can smoothly scroll through 100,000 rows and 100,000 columns of data.
1919
</docs>
2020

2121
<template>
22-
<iframe src="https://www.surely.cool/for-ant-demo" height="400"></iframe>
22+
<iframe src="https://www.surelyvue.com/for-ant-demo" height="400"></iframe>
2323
<div v-if="false">
2424
you can visit
25-
<a href="https://www.surely.cool"></a>
25+
<a href="https://www.surelyvue.com"></a>
2626
get more info
2727
</div>
2828
</template>

site/src/components/surelyVue.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<template>
22
<div class="container">
33
<a-carousel autoplay>
4-
<a style="display: inline-block" href="https://www.surely.cool/" target="_blank">
4+
<a style="display: inline-block" href="https://www.surelyvue.com/" target="_blank">
55
<div :class="cls">
66
<div class="logo">
7-
<img height="80" src="https://www.surely.cool/surely-vue-logo.png" alt="" />
7+
<img height="80" src="https://www.surelyvue.com/surely-vue-logo.png" alt="" />
88
</div>
99
<div class="desc">
1010
<div class="title">Surely Table</div>

site/src/layouts/Menu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
1616
<a-menu-item key="surely-table">
1717
<a
18-
href="https://www.surely.cool"
18+
href="https://www.surelyvue.com"
1919
target="_blank"
2020
rel="noopener noreferrer"
2121
style="position: relative"

site/src/layouts/header/Navigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</template>
2626
<a-menu-item key="surely-table">
2727
<a
28-
href="https://www.surely.cool"
28+
href="https://www.surelyvue.com"
2929
target="_blank"
3030
rel="noopener noreferrer"
3131
style="position: relative"

site/src/layouts/header/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<li class="alert-list-item">
6666
<strong>Surely Table</strong>
6767
:支持高性能编辑模式了
68-
<a target="_blank" href="https://www.surely.cool/">立即体验</a>
68+
<a target="_blank" href="https://www.surelyvue.com/">立即体验</a>
6969
</li>
7070
<li class="alert-list-item">
7171
<strong>Admin Pro</strong>

site/src/layouts/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,25 +227,25 @@ export default defineComponent({
227227
{
228228
title: '大数据渲染',
229229
enTitle: 'Virtualized Table',
230-
href: 'https://surely.cool/doc/performance',
230+
href: 'https://surelyvue.com/doc/performance',
231231
target: '_blank',
232232
},
233233
{
234234
title: '行拖拽排序',
235235
enTitle: 'Row Drag Sort',
236-
href: 'https://surely.cool/doc/dragable#drag-row',
236+
href: 'https://surelyvue.com/doc/dragable#drag-row',
237237
target: '_blank',
238238
},
239239
{
240240
title: '列拖拽排序',
241241
enTitle: 'Column Drag Sort',
242-
href: 'https://surely.cool/doc/dragable#drag-column',
242+
href: 'https://surelyvue.com/doc/dragable#drag-column',
243243
target: '_blank',
244244
},
245245
{
246246
title: '更多高性能示例',
247247
enTitle: 'More high-performance examples ',
248-
href: 'https://surely.cool',
248+
href: 'https://surelyvue.com',
249249
target: '_blank',
250250
},
251251
],

site/src/views/ComponentOverview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineComponent({
107107
cols: 1,
108108
cover: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg',
109109
coverDark: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg',
110-
path: 'https://surely.cool/',
110+
path: 'https://surelyvue.com/',
111111
subtitle: '更强大的表格',
112112
title: 'Surely Table',
113113
type: 'Advanced And Powerful',

0 commit comments

Comments
 (0)