File tree 3 files changed +8
-14
lines changed
3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ export default {
15
15
home_doc_1 : 'DevBox tutorials' ,
16
16
home_doc_2 : 'Basic concepts of Olares applications' ,
17
17
home_doc_3 : 'Understand Olares Application Chart' ,
18
- home_doc_4 : 'OlaresManifest configuration guide ' ,
19
- home_doc_5 : 'Olares Market Protocol overview' ,
20
- home_doc_6 : 'How to submit an application' ,
18
+ home_doc_4 : 'OlaresManifest configuration guide' ,
19
+ home_doc_5 : 'How to submit an application' ,
21
20
home_visit_1 : 'Visit' ,
22
21
home_visit_2 : 'for more information.' ,
23
22
home_appname : 'App name' ,
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ export default {
16
16
home_doc_2 : 'Olares 应用的基本概念' ,
17
17
home_doc_3 : '理解 Olares 应用 chart' ,
18
18
home_doc_4 : 'OlaresManifest 配置指南 ' ,
19
- home_doc_5 : 'Olares 市场协议概览' ,
20
- home_doc_6 : '如何提交应用' ,
19
+ home_doc_5 : '如何提交应用' ,
21
20
home_visit_1 : '访问' ,
22
21
home_visit_2 : '了解更多信息。' ,
23
22
home_appname : '应用名称' ,
Original file line number Diff line number Diff line change @@ -69,32 +69,28 @@ export const useMenuStore = defineStore('menu', {
69
69
} ,
70
70
{
71
71
id : 2 ,
72
- message : 'Introduction to Basic Concepts of Olares Application ' ,
72
+ message : 'Basic concepts of Olares applications ' ,
73
73
link : 'https://docs.olares.xyz/manual/concepts/application.html'
74
74
} ,
75
75
{
76
76
id : 3 ,
77
- message : 'Learn about Olares Application Chart' ,
77
+ message : 'Understand Olares Application Chart' ,
78
78
link : 'https://docs.olares.xyz/developer/develop/package/chart.html'
79
79
} ,
80
80
{
81
81
id : 4 ,
82
- message : 'Configuration Guideline for OlaresManifest ' ,
82
+ message : 'OlaresManifest configuration guide ' ,
83
83
link : 'https://docs.olares.xyz/developer/develop/package/manifest.html'
84
84
} ,
85
85
{
86
86
id : 5 ,
87
- message : 'Olares Market protocol overview' ,
88
- link : 'https://docs.olares.xyz/manual/tasks/install-uninstall-update.html'
89
- } ,
90
- {
91
- id : 6 ,
92
- message : 'How to sbmit an application to the Olares Market' ,
87
+ message : 'How to submit an application' ,
93
88
link : 'https://docs.olares.xyz/developer/develop/submit/'
94
89
}
95
90
]
96
91
} as DataState ;
97
92
} ,
93
+
98
94
getters : {
99
95
menuList ( state ) {
100
96
return [ ...state . homeMenu , ...state . applicationMenu ] ;
You can’t perform that action at this time.
0 commit comments