Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 30, 2024

Conversation

wangliang181230
Copy link
Contributor

@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
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