Skip to content

Commit b912bdc

Browse files
committed
add window function to tablemodel
1 parent 8b38bda commit b912bdc

22 files changed

Lines changed: 8534 additions & 2714 deletions
520 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
@@ -222,7 +222,7 @@ export const enSidebar = {
222222
collapsible: true,
223223
children: [
224224
{ text: 'Basis Functions', link: 'Basis-Function' },
225-
{ text: 'Featured Functions', link: 'Featured-Functions' },
225+
{ text: 'Featured Functions', link: 'Featured-Functions_apache' },
226226
],
227227
},
228228

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const enSidebar = {
227227
collapsible: true,
228228
children: [
229229
{ text: 'Basis Functions', link: 'Basis-Function' },
230-
{ text: 'Featured Functions', link: 'Featured-Functions' },
230+
{ text: 'Featured Functions', link: 'Featured-Functions_timecho' },
231231
],
232232
},
233233

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

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

0 commit comments

Comments
 (0)