From 1ae0bda0df93f7d099a941ef27035c16d96cffa5 Mon Sep 17 00:00:00 2001 From: AvirlMay Date: Thu, 1 Jan 2026 12:10:39 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=95=85=E9=9A=9C=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E3=80=81README(=E6=9C=AA=E5=AE=8C=E6=88=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/issue_template/BugReport.yml | 54 +++++++++++++++++++++++++++++ .vitepress/config.mts | 10 ++---- readme.md | 14 ++++++++ 3 files changed, 70 insertions(+), 8 deletions(-) create mode 100644 .gitea/issue_template/BugReport.yml create mode 100644 readme.md diff --git a/.gitea/issue_template/BugReport.yml b/.gitea/issue_template/BugReport.yml new file mode 100644 index 0000000..9ab00a3 --- /dev/null +++ b/.gitea/issue_template/BugReport.yml @@ -0,0 +1,54 @@ +name: 故障上报 +about: 上报一个故障并申请修复 +title: "[故障] " +body: + - type: checkboxes + id: terms + attributes: + label: 创建前须知 + description: 您在提交前应先检查如下项 + hide_label: true + options: + - label: 已经查看过本repo中不存在相同的开启状态的工单 + required: true + - label: 确认不是您客户端问题 + required: true + - label: 确认此问题为我们的业务范围 + required: true + - type: textarea + id: where + attributes: + label: 故障位置 + description: 请填写服务名 + placeholder: 例:向源互联 主站 (www.xyit.net) + - type: textarea + id: what-happened + attributes: + label: 故障状况 + description: 描述故障 + placeholder: 描述您所遇见的故障。尽量附上截图。 + validations: + required: true + - type: textarea + id: logs + attributes: + label: 日志 + description: 如果您有日志,可以粘贴在此处,这将会自动渲染为代码块。 + render: shell + - type: checkboxes + id: progress + attributes: + label: 处理进度 + hide_label: true + description: 本工单处理进度 + options: + - label: 开始处理 + visible: [content] + - label: 复现问题 + visible: [content] + - label: 找到错误点 + visible: [content] + - label: 找到解决方案 + visible: [content] + - label: 处理完成 + visible: [content] \ No newline at end of file diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 379f23d..589c4c8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -12,17 +12,11 @@ export default defineConfig({ ], sidebar: [ - { - text: 'Examples', - items: [ - { text: 'Markdown Examples', link: '/markdown-examples' }, - { text: 'Runtime API Examples', link: '/api-examples' } - ] - } + { text: '用户与用户组', link: '/users/index' } ], socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + { icon: 'github', link: 'https://git.xyit.net/Aurora/Maintance' } ] } }) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..aed05e0 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# 融玩文化 运维主库 + +## 本库主要作用 + +- 融玩文化 运维文档 +- 融玩文化 运维 工单提交 + +## 工单提交指引 + +详见[融玩文化文档: 运维-工单提交]() + +## 文档索引 + +- [用户与用户组](/users/index.md) \ No newline at end of file