refactor: update URLs from surely.cool to surelyvue.com across multiple components and documentation
parent
e8ec520d9a
commit
b58e73d51a
|
@ -179,7 +179,7 @@ const value15 = ref<string>('Sign Up');
|
|||
const value16 = ref<string>('');
|
||||
const value17 = ref<string>('Home');
|
||||
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');
|
||||
</script>
|
||||
<style scoped>
|
||||
|
|
|
@ -127,7 +127,7 @@ exports[`renders ./components/table/demo/basic.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-->
|
||||
`;
|
||||
|
||||
|
|
|
@ -8,21 +8,21 @@ title:
|
|||
|
||||
## 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 万列的数据,你不必担心页面卡顿造成用户投诉,进而影响业务进展。
|
||||
|
||||
## 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.
|
||||
Using this component, you can smoothly scroll through 100,000 rows and 100,000 columns of data.
|
||||
</docs>
|
||||
|
||||
<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">
|
||||
you can visit
|
||||
<a href="https://www.surely.cool"></a>
|
||||
<a href="https://www.surelyvue.com"></a>
|
||||
get more info
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<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="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 class="desc">
|
||||
<div class="title">Surely Table</div>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
|
||||
<a-menu-item key="surely-table">
|
||||
<a
|
||||
href="https://www.surely.cool"
|
||||
href="https://www.surelyvue.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
style="position: relative"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</template>
|
||||
<a-menu-item key="surely-table">
|
||||
<a
|
||||
href="https://www.surely.cool"
|
||||
href="https://www.surelyvue.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
style="position: relative"
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<li class="alert-list-item">
|
||||
<strong>Surely Table</strong>
|
||||
:支持高性能编辑模式了
|
||||
<a target="_blank" href="https://www.surely.cool/">立即体验</a>
|
||||
<a target="_blank" href="https://www.surelyvue.com/">立即体验</a>
|
||||
</li>
|
||||
<li class="alert-list-item">
|
||||
<strong>Admin Pro</strong>
|
||||
|
|
|
@ -227,25 +227,25 @@ export default defineComponent({
|
|||
{
|
||||
title: '大数据渲染',
|
||||
enTitle: 'Virtualized Table',
|
||||
href: 'https://surely.cool/doc/performance',
|
||||
href: 'https://surelyvue.com/doc/performance',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: '行拖拽排序',
|
||||
enTitle: 'Row Drag Sort',
|
||||
href: 'https://surely.cool/doc/dragable#drag-row',
|
||||
href: 'https://surelyvue.com/doc/dragable#drag-row',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: '列拖拽排序',
|
||||
enTitle: 'Column Drag Sort',
|
||||
href: 'https://surely.cool/doc/dragable#drag-column',
|
||||
href: 'https://surelyvue.com/doc/dragable#drag-column',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: '更多高性能示例',
|
||||
enTitle: 'More high-performance examples ',
|
||||
href: 'https://surely.cool',
|
||||
href: 'https://surelyvue.com',
|
||||
target: '_blank',
|
||||
},
|
||||
],
|
||||
|
|
|
@ -107,7 +107,7 @@ export default defineComponent({
|
|||
cols: 1,
|
||||
cover: '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: '更强大的表格',
|
||||
title: 'Surely Table',
|
||||
type: 'Advanced And Powerful',
|
||||
|
|
Loading…
Reference in New Issue