Skip to content

Commit 111d396

Browse files
authored
add window function to tablemodel (#911)
* add window function to tablemodel * change picture * adjust number
1 parent dbc2630 commit 111d396

22 files changed

+8534
-2714
lines changed
542 KB
Loading
289 KB
Loading
339 KB
Loading
93.9 KB
Loading
101 KB
Loading
125 KB
Loading

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const enSidebar = {
223223
collapsible: true,
224224
children: [
225225
{ text: 'Basis Functions', link: 'Basis-Function' },
226-
{ text: 'Featured Functions', link: 'Featured-Functions' },
226+
{ text: 'Featured Functions', link: 'Featured-Functions_apache' },
227227
],
228228
},
229229

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const zhSidebar = {
213213
collapsible: true,
214214
children: [
215215
{ text: '基础函数', link: 'Basis-Function' },
216-
{ text: '特色函数', link: 'Featured-Functions' },
216+
{ text: '特色函数', link: 'Featured-Functions_apache' },
217217
],
218218
},
219219

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export const enSidebar = {
229229
collapsible: true,
230230
children: [
231231
{ text: 'Basis Functions', link: 'Basis-Function' },
232-
{ text: 'Featured Functions', link: 'Featured-Functions' },
232+
{ text: 'Featured Functions', link: 'Featured-Functions_timecho' },
233233
],
234234
},
235235

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const zhSidebar = {
218218
collapsible: true,
219219
children: [
220220
{ text: '基础函数', link: 'Basis-Function' },
221-
{ text: '特色函数', link: 'Featured-Functions' },
221+
{ text: '特色函数', link: 'Featured-Functions_timecho' },
222222
],
223223
},
224224

0 commit comments

Comments
 (0)