Skip to content

Commit

Permalink
fix 目录层级
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlysure committed Aug 5, 2024
1 parent e068f6b commit 42afc50
Show file tree
Hide file tree
Showing 4 changed files with 2,661 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
auto-install-peers=true

registry=https://registry.npmmirror.com
2 changes: 1 addition & 1 deletion docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineUserConfig({
repo: 'AegirTech/ArkLights',

theme: defaultTheme({
sidebarDepth: 3,
sidebarDepth: 2,
navbar: [{ text: '必读', link: '/guide.md' },{ text: '开发', link: '/development.md' },],
}),
markdown: {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,19 +195,19 @@ username3 password3 b

添加完成后,点击**导出—导出至明日方舟速通** 然后粘贴在速通的养成计划那一栏

### 如何实现
#### 如何实现

根据森空岛的api获取干员练度和仓库信息,生成对应刷图规划,并自动专精。

### 单账户如何使用
#### 单账户如何使用

在测试功能中,接口选择森空岛,然后填入账户密码(可以不勾选使用此账户登录)。之后自动养成就会使用填写的账户密码登录森空岛获取信息。

### b服能不能使用
#### b服能不能使用

多账户b服暂时不支持此功能,单账户情况下可以填写绑定了b服的森空岛账户。

### 自动养成跳过/没有反应
#### 自动养成跳过/没有反应

此功能仍在前期测试,可能存在bug,请保存日志在issue/交流群/频道中反馈。

Expand Down
Loading

0 comments on commit 42afc50

Please sign in to comment.