From 1d6cdedefd7058fbb4ef1c637365a2fe9a7db70e Mon Sep 17 00:00:00 2001 From: HRxiaohu Date: Wed, 2 Aug 2023 19:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20init(=E5=B4=A9=E6=BA=83=E5=88=86?= =?UTF-8?q?=E6=9E=90):=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/analyzer.vue | 71 +++++++++++++++++++++++++++++++++++++++ docs/.vitepress/config.ts | 3 +- docs/analyzer.md | 18 ++++++++++ docs/index.md | 3 ++ docs/src/logo-upload.svg | 12 +++++++ docs/team.md | 8 +++++ 6 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 components/analyzer.vue create mode 100644 docs/analyzer.md create mode 100644 docs/src/logo-upload.svg diff --git a/components/analyzer.vue b/components/analyzer.vue new file mode 100644 index 00000000..07a5190a --- /dev/null +++ b/components/analyzer.vue @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index fdb51b3b..fc29463d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -1,6 +1,6 @@ +import { withPwa } from "@vite-pwa/vitepress"; import process from "node:process"; import { defineConfig } from "vitepress"; -import { withPwa } from "@vite-pwa/vitepress"; import { pwa } from "./scripts/pwa"; const COMMIT_ID = process.env.CF_PAGES_COMMIT_SHA || process.env.COMMIT_REF; @@ -83,6 +83,7 @@ export default withPwa( { text: "文档", items: [ + { text: "崩溃分析工具", link: "/analyzer" }, { text: "客户端崩溃", link: "/clients" }, { text: "服务端崩溃", link: "/servers" }, { text: "Mixin", link: "/mixin" }, diff --git a/docs/analyzer.md b/docs/analyzer.md new file mode 100644 index 00000000..7cce062b --- /dev/null +++ b/docs/analyzer.md @@ -0,0 +1,18 @@ + + +# 崩溃分析工具 + +:::warning 警告 ⚠ + +施工中 请绕行 + +::: +--- + + + +::: warning 隐私声明 + 所有文件的分析仅会在本地进行,不会有任何数据上传到云端。 +::: \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index ebaa96ac..289e8920 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,9 @@ hero: alt: CrashMC actions: - theme: brand + text: 崩溃分析工具 + link: /analyzer + - theme: alt text: 客户端崩溃 link: /clients - theme: alt diff --git a/docs/src/logo-upload.svg b/docs/src/logo-upload.svg new file mode 100644 index 00000000..63593093 --- /dev/null +++ b/docs/src/logo-upload.svg @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/docs/team.md b/docs/team.md index 0f4733a1..e8da1d47 100644 --- a/docs/team.md +++ b/docs/team.md @@ -9,6 +9,14 @@ const members = [ links: [ { icon: 'github', link: 'https://github.com/bwtx2023' }, ] + }, + { + avatar: 'https://jsd.onmicrosoft.cn/avatar/1dd95c166685a1aa305e102aa6828a84.png', + name: 'HRxiaohu', + title: '开发者', + links: [ + { icon: 'github', link: 'https://github.com/HRxiaohu' }, + ] }, { avatar: 'https://jsd.onmicrosoft.cn/avatar/636d113ce37111d08f08faee780ce9b8',