Skip to content

Conversation

@wangliang181230
Copy link
Collaborator

@wangliang181230 wangliang181230 commented Nov 30, 2024

Ⅰ. 描述此PR的作用:

feature: 新增可配置化的 帮助中心 页面

可通过 help.dataList 配置项进行配置,也可配置在远程配置文件中:

{
  "help": {
    "dataList": [
      {
        "title": "1、主题xxxx",
        "children": [
          {
            "title": "1)标题标题标题标题标题",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          }
        ]
      },
      {
        "title": "2、主题yyyy",
        "children": [
          {
            "title": "1)标题1",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          },
          {
            "title": "2)标题标题标题标题标题",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          }
        ]
      },
      {
        "title": "3、主题zzzz",
        "children": [
          {
            "title": "1)标题1",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          },
          {
            "title": "2)标题标题标题标题标题",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          },
          {
            "title": "3)标题标题标题标题标题",
            "url": "https://github.com/docmirror/dev-sidecar/wiki"
          }
        ]
      }
    ]
  }
}

Ⅱ. 此PR修复了哪个issue吗?

fixes #404

Ⅲ. 界面变化截屏

图片

@wangliang181230 wangliang181230 added Feature 新特性PR v2.0.0 2.0.0版本 labels Nov 30, 2024
@wangliang181230 wangliang181230 added this to the 2.0.0 milestone Nov 30, 2024
@wangliang181230 wangliang181230 changed the title feature: 新增 帮助中心 页面 feature: 新增可配置化的 帮助中心 页面 Nov 30, 2024
@wangliang181230 wangliang181230 merged commit b57ddec into docmirror:master Nov 30, 2024
3 checks passed
@wangliang181230 wangliang181230 deleted the new-page-help branch November 30, 2024 19:58
wangliang181230 added a commit to wangliang181230/dev-sidecar that referenced this pull request Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature 新特性PR v2.0.0 2.0.0版本

Projects

None yet

Development

Successfully merging this pull request may close these issues.

【新需求】可配置化的帮助中心页面

1 participant