Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eolinker/eoapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 19, 2022
2 parents 229146c + 2512c1c commit 5295df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
{
"type": "object",
"title": "扩展",
"title": "插件",
"order": 2,
"properties": {
"features.remoteServer.autoUpdate": {
"type": "boolean",
"default": true,
"label": "自动更新",
"description": "勾选后,检测到拓展升级后自动从远程下载最新的插件更新"
"description": "勾选后,检测到插件升级后自动从远程下载最新的插件更新"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class SidebarComponent implements OnInit, OnDestroy {
route: 'home/api/test',
},
{
moduleName: '拓展广场',
moduleName: '插件广场',
moduleID: '@eo-core-extension',
isOffical: true,
logo: 'icon-apps',
Expand Down

0 comments on commit 5295df3

Please sign in to comment.