refactor: update URLs from surely.cool to surelyvue.com across multiple components and documentation

main
tangjinzhou 2025-09-18 22:54:57 +08:00
parent e8ec520d9a
commit b58e73d51a
9 changed files with 16 additions and 16 deletions

View File

@ -179,7 +179,7 @@ const value15 = ref<string>('Sign Up');
const value16 = ref<string>(''); const value16 = ref<string>('');
const value17 = ref<string>('Home'); const value17 = ref<string>('Home');
const value18 = ref<string[]>([]); const value18 = ref<string[]>([]);
const value19 = ref<string>('https://surely.cool'); const value19 = ref<string>('https://surelyvue.com');
const value20 = ref<string>('https://antdv.com'); const value20 = ref<string>('https://antdv.com');
</script> </script>
<style scoped> <style scoped>

View File

@ -127,7 +127,7 @@ exports[`renders ./components/table/demo/basic.vue correctly 1`] = `
`; `;
exports[`renders ./components/table/demo/big-data.vue correctly 1`] = ` exports[`renders ./components/table/demo/big-data.vue correctly 1`] = `
<iframe src="https://www.surely.cool/for-ant-demo" height="400"></iframe> <iframe src="https://www.surelyvue.com/for-ant-demo" height="400"></iframe>
<!--v-if--> <!--v-if-->
`; `;

View File

@ -8,21 +8,21 @@ title:
## zh-CN ## zh-CN
该示例使用高级组件 [Surely Vue](https://www.surely.cool) Surely Vue Ant Design Vue 该示例使用高级组件 [Surely Vue](https://www.surelyvue.com) Surely Vue Ant Design Vue
该组件致力于解决大数据渲染图表集成等复杂高频问题 使用该组件可以流畅滚动 10 万行10 万列的数据你不必担心页面卡顿造成用户投诉进而影响业务进展 该组件致力于解决大数据渲染图表集成等复杂高频问题 使用该组件可以流畅滚动 10 万行10 万列的数据你不必担心页面卡顿造成用户投诉进而影响业务进展
## en-US ## en-US
This example uses advanced components [Surely Vue](https://www.surely.cool) for development. This example uses advanced components [Surely Vue](https://www.surelyvue.com) for development.
This component is dedicated to solving complex high-frequency issues such as big data rendering and chart integration. This component is dedicated to solving complex high-frequency issues such as big data rendering and chart integration.
Using this component, you can smoothly scroll through 100,000 rows and 100,000 columns of data. Using this component, you can smoothly scroll through 100,000 rows and 100,000 columns of data.
</docs> </docs>
<template> <template>
<iframe src="https://www.surely.cool/for-ant-demo" height="400"></iframe> <iframe src="https://www.surelyvue.com/for-ant-demo" height="400"></iframe>
<div v-if="false"> <div v-if="false">
you can visit you can visit
<a href="https://www.surely.cool"></a> <a href="https://www.surelyvue.com"></a>
get more info get more info
</div> </div>
</template> </template>

View File

@ -1,10 +1,10 @@
<template> <template>
<div class="container"> <div class="container">
<a-carousel autoplay> <a-carousel autoplay>
<a style="display: inline-block" href="https://www.surely.cool/" target="_blank"> <a style="display: inline-block" href="https://www.surelyvue.com/" target="_blank">
<div :class="cls"> <div :class="cls">
<div class="logo"> <div class="logo">
<img height="80" src="https://www.surely.cool/surely-vue-logo.png" alt="" /> <img height="80" src="https://www.surelyvue.com/surely-vue-logo.png" alt="" />
</div> </div>
<div class="desc"> <div class="desc">
<div class="title">Surely Table</div> <div class="title">Surely Table</div>

View File

@ -15,7 +15,7 @@
<a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件"> <a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
<a-menu-item key="surely-table"> <a-menu-item key="surely-table">
<a <a
href="https://www.surely.cool" href="https://www.surelyvue.com"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
style="position: relative" style="position: relative"

View File

@ -25,7 +25,7 @@
</template> </template>
<a-menu-item key="surely-table"> <a-menu-item key="surely-table">
<a <a
href="https://www.surely.cool" href="https://www.surelyvue.com"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
style="position: relative" style="position: relative"

View File

@ -65,7 +65,7 @@
<li class="alert-list-item"> <li class="alert-list-item">
<strong>Surely Table</strong> <strong>Surely Table</strong>
支持高性能编辑模式了 支持高性能编辑模式了
<a target="_blank" href="https://www.surely.cool/">立即体验</a> <a target="_blank" href="https://www.surelyvue.com/">立即体验</a>
</li> </li>
<li class="alert-list-item"> <li class="alert-list-item">
<strong>Admin Pro</strong> <strong>Admin Pro</strong>

View File

@ -227,25 +227,25 @@ export default defineComponent({
{ {
title: '大数据渲染', title: '大数据渲染',
enTitle: 'Virtualized Table', enTitle: 'Virtualized Table',
href: 'https://surely.cool/doc/performance', href: 'https://surelyvue.com/doc/performance',
target: '_blank', target: '_blank',
}, },
{ {
title: '行拖拽排序', title: '行拖拽排序',
enTitle: 'Row Drag Sort', enTitle: 'Row Drag Sort',
href: 'https://surely.cool/doc/dragable#drag-row', href: 'https://surelyvue.com/doc/dragable#drag-row',
target: '_blank', target: '_blank',
}, },
{ {
title: '列拖拽排序', title: '列拖拽排序',
enTitle: 'Column Drag Sort', enTitle: 'Column Drag Sort',
href: 'https://surely.cool/doc/dragable#drag-column', href: 'https://surelyvue.com/doc/dragable#drag-column',
target: '_blank', target: '_blank',
}, },
{ {
title: '更多高性能示例', title: '更多高性能示例',
enTitle: 'More high-performance examples ', enTitle: 'More high-performance examples ',
href: 'https://surely.cool', href: 'https://surelyvue.com',
target: '_blank', target: '_blank',
}, },
], ],

View File

@ -107,7 +107,7 @@ export default defineComponent({
cols: 1, cols: 1,
cover: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg', cover: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg',
coverDark: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg', coverDark: 'https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg',
path: 'https://surely.cool/', path: 'https://surelyvue.com/',
subtitle: '更强大的表格', subtitle: '更强大的表格',
title: 'Surely Table', title: 'Surely Table',
type: 'Advanced And Powerful', type: 'Advanced And Powerful',