diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 9a65df15..4cc953b9 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -1,179 +1,196 @@
-import { defineConfig } from "vitepress";
+import {defineConfig} from "vitepress";
-const version = `v3.0`
+const version = `v3.1`
// https://vitepress.dev/reference/site-config
// @ts-ignore
export default defineConfig({
- title: "AutoBangumi",
- description: "从 Mikan Project 全自动追番下载整理",
+ title: "AutoBangumi",
+ description: "从 Mikan Project 全自动追番下载整理",
- head: [
- ['link', { rel: 'icon', type: 'image/svg+xml', href: '/light-logo.svg' }],
- ['meta', { property: 'og:image', content: '/social.png' }],
- ['meta', { property: 'og:site_name', content: 'AutoBangumi' }],
- ['meta', { property: 'og:url', content: 'https://www.autobangumi.org' }],
- ["script", { src: '/_vercel/insights/script.js' }]
- ],
+ head: [
+ ['link', {rel: 'icon', type: 'image/svg+xml', href: '/light-logo.svg'}],
+ ['meta', {property: 'og:image', content: '/social.png'}],
+ ['meta', {property: 'og:site_name', content: 'AutoBangumi'}],
+ ['meta', {property: 'og:url', content: 'https://www.autobangumi.org'}],
+ ["script", {src: '/_vercel/insights/script.js'}]
+ ],
- themeConfig: {
- // https://vitepress.dev/reference/default-theme-config
- logo: {
- dark: '/dark-logo.svg',
- light: '/light-logo.svg',
- },
-
- editLink: {
- pattern: 'https://github.com/vitejs/vite/blob/3.1-dev/docs/:path',
- text: 'Edit this page',
- },
-
- search: {
- provider: 'local'
- },
-
- socialLinks: [
- { icon: "github", link: "https://github.com/EstrellaXD/Auto_Bangumi" },
- {
- icon: {
- svg: ''
+ themeConfig: {
+ // https://vitepress.dev/reference/default-theme-config
+ logo: {
+ dark: '/dark-logo.svg',
+ light: '/light-logo.svg',
},
- link: "https://t.me/autobangumi"
- },
- ],
- nav: [
- { text: "项目说明", link: "/home/" },
- { text: "快速开始", link: "/deploy/quick-start" },
- { text: "排错流程", link: "/faq/排错流程" },
- { text: "常见问题", link: "/faq/常见问题" },
- ],
+ editLink: {
+ pattern: 'https://github.com/vitejs/vite/blob/3.1-dev/docs/:path',
+ text: 'Edit this page',
+ },
- footer: {
- message: `AutoBangumi Released under the MIT License. (latest: ${version})`,
- copyright: 'Copyright © 2021-present @EstrellaXD & AutoBangumi Contributors',
- },
+ search: {
+ provider: 'local'
+ },
- sidebar: [
- {
- items: [
- {
- text: "项目说明",
- link: "/home/",
- },
- {
- text: "快速开始",
- link: "/deploy/quick-start",
- },
+ socialLinks: [
+ {icon: "github", link: "https://github.com/EstrellaXD/Auto_Bangumi"},
+ {
+ icon: {
+ svg: ''
+ },
+ link: "https://t.me/autobangumi"
+ },
],
- },
- {
- text: "部署",
- items: [
- {
- text: "Docker-cli 部署",
- link: "/deploy/docker-cli",
- },
- {
- text: "Docker-Compose 部署",
- link: "/deploy/docker-compose",
- },
- {
- text: "群晖NAS",
- link: "/deploy/dsm",
- },
- {
- text: "WSL",
- link: "/deploy/wsl",
- },
+
+ nav: [
+ {text: "项目说明", link: "/home/"},
+ {text: "快速开始", link: "/deploy/quick-start"},
+ // { text: "排错流程", link: "/faq/排错流程" },
+ {text: "常见问题", link: "/faq/常见问题"},
],
- },
- {
- text: "源码运行",
- items: [
- {
- text: "Windows 本地部署",
- link: "/deploy/windows",
- },
- {
- text: "Unix 本地部署",
- link: "/deploy/unix",
- },
- ],
- },
- {
- text: "配置说明",
- items: [
+
+ footer: {
+ message: `AutoBangumi Released under the MIT License. (latest: ${version})`,
+ copyright: 'Copyright © 2021-present @EstrellaXD & AutoBangumi Contributors',
+ },
+
+ sidebar: [
{
- text: "获取 RSS 订阅链接",
- link: "/config/rss",
+ items: [
+ {
+ text: "项目说明",
+ link: "/home/",
+ },
+ {
+ text: "快速开始",
+ link: "/deploy/quick-start",
+ },
+ {
+ text: "运行原理",
+ link: "/home/pipline",
+ }
+ ],
},
{
- text: "主程序配置",
- link: "/config/program",
+ text: "部署",
+ items: [
+ {
+ text: "Docker-cli 部署",
+ link: "/deploy/docker-cli",
+ },
+ {
+ text: "Docker-Compose 部署",
+ link: "/deploy/docker-compose",
+ },
+ {
+ text: "群晖NAS",
+ link: "/deploy/dsm",
+ },
+ {
+ text: "WSL",
+ link: "/deploy/wsl",
+ },
+ ],
},
{
- text: "下载器配置",
- link: "/config/downloader",
+ text: "源码运行",
+ items: [
+ {
+ text: "Windows 本地部署",
+ link: "/deploy/windows",
+ },
+ {
+ text: "Unix 本地部署",
+ link: "/deploy/unix",
+ },
+ ],
},
{
- text: "解析器配置",
- link: "/config/parser",
+ text: "配置说明",
+ items: [
+ {
+ text: "获取 RSS 订阅链接",
+ link: "/config/rss",
+ },
+ {
+ text: "主程序配置",
+ link: "/config/program",
+ },
+ {
+ text: "下载器配置",
+ link: "/config/downloader",
+ },
+ {
+ text: "解析器配置",
+ link: "/config/parser",
+ },
+ {
+ text: "推送器配置",
+ link: "/config/notifier",
+ },
+ {
+ text: "代理配置",
+ link: "/config/proxy",
+ }
+ ]
},
{
- text: "推送器配置",
- link: "/config/notifier",
+ text: "功能说明",
+ items: [
+ {
+ text: "RSS 管理",
+ link: "/feature/rss",
+ },
+ {
+ text: "重命名",
+ link: "/feature/rename",
+ }
+ ]
},
{
- text: "代理配置",
- link: "/config/proxy",
+ text: "FAQ",
+ items: [
+ // {
+ // text: "排错流程",
+ // link: "/faq/排错流程",
+ // },
+ {
+ text: "常见问题",
+ link: "/faq/常见问题",
+ },
+ {
+ text: "网络问题",
+ link: "/faq/mikan-network",
+ }
+ ],
+ },
+ {
+ text: "更新日志",
+ items: [
+ {
+ text: "3.1 更新说明",
+ link: "/changelog/3.1",
+ },
+ {
+ text: "3.0 更新说明",
+ link: "/changelog/3.0",
+ },
+ // {
+ // text: "2.6 更新说明",
+ // link: "/changelog/2.6",
+ // },
+ ],
+ },
+ {
+ text: "开发者文档",
+ items: [
+ {
+ text: "贡献指南",
+ link: "/dev/",
+ },
+ ]
}
- ]
- },
- {
- text: "WebUI 使用说明",
- link: "/usage/webui",
- },
- {
- text: "FAQ",
- items: [
- {
- text: "排错流程",
- link: "/faq/排错流程",
- },
- {
- text: "常见问题",
- link: "/faq/常见问题",
- },
- {
- text: "网络问题",
- link: "/faq/mikan-network",
- }
],
- },
- {
- text: "更新日志",
- items: [
- {
- text: "3.0 更新说明",
- link: "/changelog/3.0",
- },
- {
- text: "2.6 更新说明",
- link: "/changelog/2.6",
- },
- ],
- },
- {
- text: "开发者文档",
- items: [
- {
- text: "贡献指南",
- link: "/dev/",
- },
- ]
- }
- ],
- },
+ },
});
diff --git a/docs/feature/rename.md b/docs/feature/rename.md
new file mode 100644
index 00000000..1c222e49
--- /dev/null
+++ b/docs/feature/rename.md
@@ -0,0 +1,2 @@
+# 重命名使用说明
+
diff --git a/docs/usage/webui.md b/docs/feature/rss.md
similarity index 98%
rename from docs/usage/webui.md
rename to docs/feature/rss.md
index dc76035c..8d8e2c31 100644
--- a/docs/usage/webui.md
+++ b/docs/feature/rss.md
@@ -1,4 +1,4 @@
-# WebUI 使用说明
+# RSS 管理使用说明
## 添加合集
diff --git a/docs/home/pipline.md b/docs/home/pipline.md
new file mode 100644
index 00000000..83551991
--- /dev/null
+++ b/docs/home/pipline.md
@@ -0,0 +1,3 @@
+# AutoBangumi 是如何工作的
+
+AutoBangumi 下简称 AB,的本质是一种 RSS 解析器。通过解析
\ No newline at end of file
diff --git a/docs/package.json b/docs/package.json
index 6c29edc5..eaed6e0a 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -11,7 +11,8 @@
"medium-zoom": "^1.0.8",
"typescript": "4.9.5",
"vercel": "31.0.1",
- "vitepress": "1.0.0-beta.3",
+ "vitepress": "1.0.0-rc.4",
"vue": "3.3.4"
- }
+ },
+ "type": "module"
}
diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml
index ce9570a2..e36f3cb5 100644
--- a/docs/pnpm-lock.yaml
+++ b/docs/pnpm-lock.yaml
@@ -18,8 +18,8 @@ devDependencies:
specifier: 31.0.1
version: 31.0.1(@types/node@14.18.33)
vitepress:
- specifier: 1.0.0-beta.3
- version: 1.0.0-beta.3(@algolia/client-search@4.18.0)(@types/node@14.18.33)(search-insights@2.6.0)
+ specifier: 1.0.0-rc.4
+ version: 1.0.0-rc.4(@algolia/client-search@4.18.0)(@types/node@14.18.33)(search-insights@2.6.0)
vue:
specifier: 3.3.4
version: 3.3.4
@@ -1539,6 +1539,15 @@ packages:
dev: true
optional: true
+ /@esbuild/android-arm64@0.18.20:
+ resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/android-arm@0.17.19:
resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==}
engines: {node: '>=12'}
@@ -1557,6 +1566,15 @@ packages:
dev: true
optional: true
+ /@esbuild/android-arm@0.18.20:
+ resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/android-x64@0.17.19:
resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==}
engines: {node: '>=12'}
@@ -1575,6 +1593,15 @@ packages:
dev: true
optional: true
+ /@esbuild/android-x64@0.18.20:
+ resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/darwin-arm64@0.17.19:
resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==}
engines: {node: '>=12'}
@@ -1593,6 +1620,15 @@ packages:
dev: true
optional: true
+ /@esbuild/darwin-arm64@0.18.20:
+ resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/darwin-x64@0.17.19:
resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==}
engines: {node: '>=12'}
@@ -1611,6 +1647,15 @@ packages:
dev: true
optional: true
+ /@esbuild/darwin-x64@0.18.20:
+ resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/freebsd-arm64@0.17.19:
resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==}
engines: {node: '>=12'}
@@ -1629,6 +1674,15 @@ packages:
dev: true
optional: true
+ /@esbuild/freebsd-arm64@0.18.20:
+ resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/freebsd-x64@0.17.19:
resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==}
engines: {node: '>=12'}
@@ -1647,6 +1701,15 @@ packages:
dev: true
optional: true
+ /@esbuild/freebsd-x64@0.18.20:
+ resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [freebsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-arm64@0.17.19:
resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==}
engines: {node: '>=12'}
@@ -1665,6 +1728,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-arm64@0.18.20:
+ resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-arm@0.17.19:
resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==}
engines: {node: '>=12'}
@@ -1683,6 +1755,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-arm@0.18.20:
+ resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-ia32@0.17.19:
resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==}
engines: {node: '>=12'}
@@ -1701,6 +1782,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-ia32@0.18.20:
+ resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-loong64@0.17.19:
resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==}
engines: {node: '>=12'}
@@ -1719,6 +1809,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-loong64@0.18.20:
+ resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-mips64el@0.17.19:
resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==}
engines: {node: '>=12'}
@@ -1737,6 +1836,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-mips64el@0.18.20:
+ resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-ppc64@0.17.19:
resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==}
engines: {node: '>=12'}
@@ -1755,6 +1863,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-ppc64@0.18.20:
+ resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-riscv64@0.17.19:
resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==}
engines: {node: '>=12'}
@@ -1773,6 +1890,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-riscv64@0.18.20:
+ resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-s390x@0.17.19:
resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==}
engines: {node: '>=12'}
@@ -1791,6 +1917,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-s390x@0.18.20:
+ resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-x64@0.17.19:
resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==}
engines: {node: '>=12'}
@@ -1809,6 +1944,15 @@ packages:
dev: true
optional: true
+ /@esbuild/linux-x64@0.18.20:
+ resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/netbsd-x64@0.17.19:
resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==}
engines: {node: '>=12'}
@@ -1827,6 +1971,15 @@ packages:
dev: true
optional: true
+ /@esbuild/netbsd-x64@0.18.20:
+ resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/openbsd-x64@0.17.19:
resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==}
engines: {node: '>=12'}
@@ -1845,6 +1998,15 @@ packages:
dev: true
optional: true
+ /@esbuild/openbsd-x64@0.18.20:
+ resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/sunos-x64@0.17.19:
resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==}
engines: {node: '>=12'}
@@ -1863,6 +2025,15 @@ packages:
dev: true
optional: true
+ /@esbuild/sunos-x64@0.18.20:
+ resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-arm64@0.17.19:
resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==}
engines: {node: '>=12'}
@@ -1881,6 +2052,15 @@ packages:
dev: true
optional: true
+ /@esbuild/win32-arm64@0.18.20:
+ resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-ia32@0.17.19:
resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==}
engines: {node: '>=12'}
@@ -1899,6 +2079,15 @@ packages:
dev: true
optional: true
+ /@esbuild/win32-ia32@0.18.20:
+ resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-x64@0.17.19:
resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==}
engines: {node: '>=12'}
@@ -1917,6 +2106,15 @@ packages:
dev: true
optional: true
+ /@esbuild/win32-x64@0.18.20:
+ resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@gar/promisify@1.1.3:
resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
dev: true
@@ -2514,14 +2712,14 @@ packages:
ts-morph: 12.0.0
dev: true
- /@vitejs/plugin-vue@4.2.3(vite@4.3.9)(vue@3.3.4):
+ /@vitejs/plugin-vue@4.2.3(vite@4.4.9)(vue@3.3.4):
resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
- vite: 4.3.9(@types/node@14.18.33)
+ vite: 4.4.9(@types/node@14.18.33)
vue: 3.3.4
dev: true
@@ -2616,20 +2814,20 @@ packages:
resolution: {integrity: sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==}
dev: true
- /@vueuse/core@10.2.1(vue@3.3.4):
- resolution: {integrity: sha512-c441bfMbkAwTNwVRHQ0zdYZNETK//P84rC01aP2Uy/aRFCiie9NE/k9KdIXbno0eDYP5NPUuWv0aA/I4Unr/7w==}
+ /@vueuse/core@10.3.0(vue@3.3.4):
+ resolution: {integrity: sha512-BEM5yxcFKb5btFjTSAFjTu5jmwoW66fyV9uJIP4wUXXU8aR5Hl44gndaaXp7dC5HSObmgbnR2RN+Un1p68Mf5Q==}
dependencies:
'@types/web-bluetooth': 0.0.17
- '@vueuse/metadata': 10.2.1
- '@vueuse/shared': 10.2.1(vue@3.3.4)
+ '@vueuse/metadata': 10.3.0
+ '@vueuse/shared': 10.3.0(vue@3.3.4)
vue-demi: 0.14.5(vue@3.3.4)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
- /@vueuse/integrations@10.2.1(focus-trap@7.4.3)(vue@3.3.4):
- resolution: {integrity: sha512-FDP5lni+z9FjHE9H3xuvwSjoRV9U8jmDvJpmHPCBjUgPGYRynwb60eHWXCFJXLUtb4gSIHy0e+iaEbrKdalCkQ==}
+ /@vueuse/integrations@10.3.0(focus-trap@7.5.2)(vue@3.3.4):
+ resolution: {integrity: sha512-Jgiv7oFyIgC6BxmDtiyG/fxyGysIds00YaY7sefwbhCZ2/tjEx1W/1WcsISSJPNI30in28+HC2J4uuU8184ekg==}
peerDependencies:
async-validator: '*'
axios: '*'
@@ -2669,21 +2867,21 @@ packages:
universal-cookie:
optional: true
dependencies:
- '@vueuse/core': 10.2.1(vue@3.3.4)
- '@vueuse/shared': 10.2.1(vue@3.3.4)
- focus-trap: 7.4.3
+ '@vueuse/core': 10.3.0(vue@3.3.4)
+ '@vueuse/shared': 10.3.0(vue@3.3.4)
+ focus-trap: 7.5.2
vue-demi: 0.14.5(vue@3.3.4)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
- /@vueuse/metadata@10.2.1:
- resolution: {integrity: sha512-3Gt68mY/i6bQvFqx7cuGBzrCCQu17OBaGWS5JdwISpMsHnMKKjC2FeB5OAfMcCQ0oINfADP3i9A4PPRo0peHdQ==}
+ /@vueuse/metadata@10.3.0:
+ resolution: {integrity: sha512-Ema3YhNOa4swDsV0V7CEY5JXvK19JI/o1szFO1iWxdFg3vhdFtCtSTP26PCvbUpnUtNHBY2wx5y3WDXND5Pvnw==}
dev: true
- /@vueuse/shared@10.2.1(vue@3.3.4):
- resolution: {integrity: sha512-QWHq2bSuGptkcxx4f4M/fBYC3Y8d3M2UYyLsyzoPgEoVzJURQ0oJeWXu79OiLlBb8gTKkqe4mO85T/sf39mmiw==}
+ /@vueuse/shared@10.3.0(vue@3.3.4):
+ resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==}
dependencies:
vue-demi: 0.14.5(vue@3.3.4)
transitivePeerDependencies:
@@ -3792,6 +3990,36 @@ packages:
'@esbuild/win32-x64': 0.17.6
dev: true
+ /esbuild@0.18.20:
+ resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
+ engines: {node: '>=12'}
+ hasBin: true
+ requiresBuild: true
+ optionalDependencies:
+ '@esbuild/android-arm': 0.18.20
+ '@esbuild/android-arm64': 0.18.20
+ '@esbuild/android-x64': 0.18.20
+ '@esbuild/darwin-arm64': 0.18.20
+ '@esbuild/darwin-x64': 0.18.20
+ '@esbuild/freebsd-arm64': 0.18.20
+ '@esbuild/freebsd-x64': 0.18.20
+ '@esbuild/linux-arm': 0.18.20
+ '@esbuild/linux-arm64': 0.18.20
+ '@esbuild/linux-ia32': 0.18.20
+ '@esbuild/linux-loong64': 0.18.20
+ '@esbuild/linux-mips64el': 0.18.20
+ '@esbuild/linux-ppc64': 0.18.20
+ '@esbuild/linux-riscv64': 0.18.20
+ '@esbuild/linux-s390x': 0.18.20
+ '@esbuild/linux-x64': 0.18.20
+ '@esbuild/netbsd-x64': 0.18.20
+ '@esbuild/openbsd-x64': 0.18.20
+ '@esbuild/sunos-x64': 0.18.20
+ '@esbuild/win32-arm64': 0.18.20
+ '@esbuild/win32-ia32': 0.18.20
+ '@esbuild/win32-x64': 0.18.20
+ dev: true
+
/escalade@3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
@@ -4058,8 +4286,8 @@ packages:
path-exists: 4.0.0
dev: true
- /focus-trap@7.4.3:
- resolution: {integrity: sha512-BgSSbK4GPnS2VbtZ50VtOv1Sti6DIkj3+LkVjiWMNjLeAp1SH1UlLx3ULu/DCu4vq5R4/uvTm+zrvsMsuYmGLg==}
+ /focus-trap@7.5.2:
+ resolution: {integrity: sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==}
dependencies:
tabbable: 6.2.0
dev: true
@@ -5791,6 +6019,15 @@ packages:
source-map-js: 1.0.2
dev: true
+ /postcss@8.4.28:
+ resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==}
+ engines: {node: ^10 || ^12 || >=14}
+ dependencies:
+ nanoid: 3.3.6
+ picocolors: 1.0.0
+ source-map-js: 1.0.2
+ dev: true
+
/preact@10.15.1:
resolution: {integrity: sha512-qs2ansoQEwzNiV5eAcRT1p1EC/dmEzaATVDJNiB3g2sRDWdA7b7MurXdJjB2+/WQktGWZwxvDrnuRFbWuIr64g==}
dev: true
@@ -6127,6 +6364,14 @@ packages:
fsevents: 2.3.2
dev: true
+ /rollup@3.28.1:
+ resolution: {integrity: sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==}
+ engines: {node: '>=14.18.0', npm: '>=8.0.0'}
+ hasBin: true
+ optionalDependencies:
+ fsevents: 2.3.2
+ dev: true
+
/run-async@2.4.1:
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
engines: {node: '>=0.12.0'}
@@ -6887,22 +7132,58 @@ packages:
fsevents: 2.3.2
dev: true
- /vitepress@1.0.0-beta.3(@algolia/client-search@4.18.0)(@types/node@14.18.33)(search-insights@2.6.0):
- resolution: {integrity: sha512-GR5Pvr/o343NN1M4Na1shhDYZRrQbjmLq7WE0lla0H8iDPAsHE8agTHLWfu3FWx+3q2KA29sv16+0O9RQKGjlA==}
+ /vite@4.4.9(@types/node@14.18.33):
+ resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': '>= 14'
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+ dependencies:
+ '@types/node': 14.18.33
+ esbuild: 0.18.20
+ postcss: 8.4.28
+ rollup: 3.28.1
+ optionalDependencies:
+ fsevents: 2.3.2
+ dev: true
+
+ /vitepress@1.0.0-rc.4(@algolia/client-search@4.18.0)(@types/node@14.18.33)(search-insights@2.6.0):
+ resolution: {integrity: sha512-JCQ89Bm6ECUTnyzyas3JENo00UDJeK8q1SUQyJYou+4Yz5BKEc/F3O21cu++DnUT2zXc0kvQ2Aj4BZCc/nioXQ==}
hasBin: true
dependencies:
'@docsearch/css': 3.5.1
'@docsearch/js': 3.5.1(@algolia/client-search@4.18.0)(search-insights@2.6.0)
- '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4)
+ '@vitejs/plugin-vue': 4.2.3(vite@4.4.9)(vue@3.3.4)
'@vue/devtools-api': 6.5.0
- '@vueuse/core': 10.2.1(vue@3.3.4)
- '@vueuse/integrations': 10.2.1(focus-trap@7.4.3)(vue@3.3.4)
+ '@vueuse/core': 10.3.0(vue@3.3.4)
+ '@vueuse/integrations': 10.3.0(focus-trap@7.5.2)(vue@3.3.4)
body-scroll-lock: 4.0.0-beta.0
- focus-trap: 7.4.3
+ focus-trap: 7.5.2
mark.js: 8.11.1
minisearch: 6.1.0
shiki: 0.14.3
- vite: 4.3.9(@types/node@14.18.33)
+ vite: 4.4.9(@types/node@14.18.33)
vue: 3.3.4
transitivePeerDependencies:
- '@algolia/client-search'
@@ -6917,6 +7198,7 @@ packages:
- idb-keyval
- jwt-decode
- less
+ - lightningcss
- nprogress
- qrcode
- react
@@ -6933,6 +7215,7 @@ packages:
/vm2@3.9.19:
resolution: {integrity: sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==}
engines: {node: '>=6.0'}
+ deprecated: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
hasBin: true
dependencies:
acorn: 8.9.0