We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 735340f + 1022095 commit ff229efCopy full SHA for ff229ef
src/helper/node.ts
@@ -16,9 +16,15 @@ export interface TabNodeProps {
16
export let TabNodes: TabNodeProps[] = [
17
{ title: 'Life', parentNodeNames: ['life'] },
18
{ title: 'Geek', parentNodeNames: ['geek'] },
19
+ { title: 'V2EX', parentNodeNames: ['v2ex'] },
20
+ { title: 'Internet', parentNodeNames: ['internet'] },
21
{ title: 'Programming', parentNodeNames: ['programming'] },
- { title: 'Earth', parentNodeNames: ['cn', 'us'] },
- { title: 'V2EX', parentNodeNames: ['v2ex'] }
22
+ { title: 'Programming', parentNodeNames: ['programming'] },
23
+ { title: 'Apple', parentNodeNames: ['apple'] },
24
+ { title: 'Games', parentNodeNames: ['games'] },
25
+ { title: 'Cloud', parentNodeNames: ['cloud'] },
26
+ { title: 'Hardware', parentNodeNames: ['hardware'] },
27
+ { title: 'Earth', parentNodeNames: ['cn', 'us'] }
28
]
29
30
export const nodeChildren = (rootNode: TabNodeProps, nodeData?: V2exObject.Node[]): V2exObject.Node[] => {
0 commit comments