docs: update

This commit is contained in:
moesnow 2025-12-18 12:53:19 +08:00
parent a47788a289
commit c016eb552a
No known key found for this signature in database
GPG Key ID: 90F1F58F79732047
8 changed files with 25 additions and 14 deletions

View File

@ -33,7 +33,7 @@
## 功能简介
- **日常**:清体力、每日实训、领取奖励、委托、锄大地
- **周常**:历战余响、模拟宇宙、忘却之庭
- **周常**:历战余响、货币战争、模拟宇宙、忘却之庭
- **抽卡记录导出**:支持 [UIGF](https://uigf.org/zh/standards/uigf.html)/[SRGF](https://uigf.org/zh/standards/srgf.html) 标准、**自动对话**
- 每日实训等任务的完成情况支持**消息推送**
- 任务刷新或体力恢复到指定值后**自动启动**

View File

@ -37,8 +37,10 @@ If you encounter any issues, please check the [FAQ](https://m7a.top/#/assets/doc
## Feature Overview
- **Daily Tasks**: Stamina recovery, daily training, claiming rewards, commissions, and farming.
- **Weekly Tasks**: History of Forgotten Echoes, Simulated Universe, and Forgotten Hall.
- Push notifications for the completion of daily tasks, automatically triggered at 4 AM or when stamina recovers to a specified value.
- **Weekly Tasks**: History of Forgotten Echoes, Currency Wars, Simulated Universe, and Forgotten Hall.
- **Gacha Record Export**: Supports [UIGF](https://uigf.org/zh/standards/uigf.html)/[SRGF](https://uigf.org/zh/standards/srgf.html) standards, **automatic dialogue**
- Push notifications for the completion of daily tasks and other tasks.
- Automatically start when tasks refresh or when stamina recovers to a specified value.
- Sound notifications upon task completion, with the option to automatically close the game or shut down the computer.
> The Simulated Universe feature utilizes the [Auto_Simulated_Universe](https://github.com/CHNZYX/Auto_Simulated_Universe) project, while farming employs the [Fhoe-Rail](https://github.com/linruowuyin/Fhoe-Rail) project.

View File

@ -35,7 +35,7 @@
## 機能紹介
- **日常タスク**:開拓力消化、デイリー訓練、報酬受取、委託、フィールド探索
- **週次タスク**:歴戦余韻、模擬宇宙、忘却の庭
- **週次タスク**:歴戦余韻、貨幣戦争、模擬宇宙、忘却の庭
- **ガチャ記録エクスポート**[UIGF](https://uigf.org/zh/standards/uigf.html)/[SRGF](https://uigf.org/zh/standards/srgf.html) 標準対応、**自動会話**
- デイリー訓練などのタスク完了状況を**メッセージ通知**
- タスク更新時や開拓力が指定値まで回復した際に**自動起動**

View File

@ -34,11 +34,12 @@
## 功能簡介
- **日常**:清體力、每日實訓、領獎勵、委託、鋤大地
- **周常**:歷戰餘響、模擬宇宙、忘卻之庭
- 每日實訓等任務的完成情況支持消息推送
- 凌晨四點或體力恢復到指定值後自動啟動
- 任務完成後聲音提示、自動關閉遊戲或關機
- **日常**:清體力、每日實訓、領取獎勵、委託、鋤大地
- **周常**:歷戰餘響、貨幣戰爭、模擬宇宙、忘卻之庭
- **抽卡記錄導出**:支持 [UIGF](https://uigf.org/zh/standards/uigf.html)/[SRGF](https://uigf.org/zh/standards/srgf.html) 標準、**自動對話**
- 每日實訓等任務的完成情況支持**消息推送**
- 任務刷新或體力恢復到指定值後**自動啟動**
- 任務完成後**聲音提示、遊戲自動關閉或關機等**
> 其中模擬宇宙調用的 [Auto_Simulated_Universe](https://github.com/CHNZYX/Auto_Simulated_Universe) 項目,鋤大地調用的 [Fhoe-Rail](https://github.com/linruowuyin/Fhoe-Rail) 項目

1
assets/docsify/docsify.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,10 +9,10 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="/assets/logo/March7th.ico">
<link rel="stylesheet" media="(prefers-color-scheme: dark)"
href="//unpkg.com/docsify-themeable/dist/css/theme-simple-dark.css">
<link rel="stylesheet" media="(prefers-color-scheme: light)"
href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css">
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="assets\docsify\theme-simple-dark.css">
<!-- href="//unpkg.com/docsify-themeable/dist/css/theme-simple-dark.css"> -->
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="assets\docsify\theme-simple.css">
<!-- href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css"> -->
</head>
<body>
@ -28,7 +28,8 @@
loadSidebar: './assets/docs/_sidebar.md'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!-- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> -->
<script src="assets\docsify\docsify.min.js"></script>
</body>
</html>