File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -39,39 +39,46 @@ module.exports = {
39
39
{
40
40
title : '文档' ,
41
41
items : [
42
+ { label : '产品文档' ,
43
+ href : 'https://www.finclip.com/mop/document/' ,
44
+ } ,
42
45
{
43
46
label : '运维文档' ,
44
47
to : '/docs/introduction' ,
45
48
} ,
46
49
] ,
47
50
} ,
48
51
{
49
- title : '社区 ' ,
52
+ title : '开发资源 ' ,
50
53
items : [
51
- {
52
- label : 'GitHub ' ,
53
- href : 'https://github. com/finogeeks' ,
54
+ {
55
+ label : '资源下载中心 ' ,
56
+ href : 'https://www.finclip. com/downloads'
54
57
} ,
55
58
{
56
- label : '开发者社区 ' ,
57
- href : 'https://developer.finogeeks .com/' ,
59
+ label : '小程序应用市场 ' ,
60
+ href : 'https://www.finclip .com/market ' ,
58
61
} ,
59
62
{
60
- label : '小程序生态圈 ' ,
61
- href : 'https://finclip .com/#/ecosystem ' ,
63
+ label : 'GitHub ' ,
64
+ href : 'https://github .com/finogeeks ' ,
62
65
} ,
63
66
] ,
64
67
} ,
65
68
{
66
69
title : '更多' ,
67
70
items : [
68
71
{
69
- label : '博客' ,
72
+ label : 'FinClip官网' ,
73
+ href : 'https://www.finclip.com/' ,
74
+ } ,
75
+ {
76
+ label : '运维博客' ,
70
77
to : '/blog' ,
71
78
} ,
72
79
{
73
- label : 'GitHub ' ,
74
- href : 'https://github. com/finogeeks ' ,
80
+ label : '产品博客 ' ,
81
+ href : 'https://www.finclip. com/blog/ ' ,
75
82
} ,
76
83
] ,
77
84
} ,
You can’t perform that action at this time.
0 commit comments