Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 23, 2022
1 parent 3450292 commit f94352c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 14 deletions.
30 changes: 23 additions & 7 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,24 @@

</details>

## Sale Event Command
## ASFEhance's Configuration

> Only avilable during 6.13 - 6.20
ASF.json

| Command | Shorthand | Access | Description |
| -------------- | --------- | ---------- | -------------------------------------------------------- |
| `EVENT` | `E` | `Operator` | Play 10 demos, to unlock the max level of the sale badge |
| `EVENTENDLESS` | `EE` | `Operator` | Play about 270 demos |
```json
{
//ASF Configuration
"CurrentCulture": "...",
"IPCPassword": "...",

//ASFEnhance Configuration
"ASFEnhance": {
//Enable developer features
"DevFeature": true
//Comming soon
}
}
```

## ASFEhance's Commands

Expand Down Expand Up @@ -144,6 +154,12 @@

> Steam allows duplicate purchases, please check cart before using PURCHASE command.
### Discovery Queue Commands

| 命令 | 缩写 | 权限 | 说明 |
| ----------------- | ---- | -------- | ------------------------------------------------------ |
| `EXPLORER [Bots]` | `EX` | `Master` | Invoke ASF's Explore Discovery Queue Task in 5 seconds |

### Alias of ASF's Commands

| Shorthand | Equivalent Command | Description |
Expand All @@ -158,7 +174,7 @@
### For Developer

> This group of commands is disabled by default.
> You need to add `"ASFEnhanceDevFuture": true` in `ASF.json` to enable it.
> You need to add `"DevFeature": true` in `ASF.json` to enable it.
| 命令 | 权限 | 说明 |
| -------------------- | -------- | ------------------------- |
Expand Down
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,23 @@ ASFEnhance 介绍 & 使用指南: [https://keylol.com/t804841-1-1](https://keylo

</details>

## 促销活动相关命令
## 插件配置说明

> 仅在促销期间有效 6.13~6.20
ASF.json

| 命令 | 缩写 | 权限 | 说明 |
| -------------- | ---- | ---------- | ------------------------------------------- |
| `EVENT` | `E` | `Operator` | 自动游玩 10 款 demo, 解锁促销节徽章最高等级 |
| `EVENTENDLESS` | `EE` | `Operator` | 自动游玩约 270 余款 demo |
```json
{
//ASF 配置
"CurrentCulture": "...",
"IPCPassword": "...",

//ASFEnhance 配置
"ASFEnhance": {
//启用开发者特性
"DevFeature": true
}
}
```

## 插件指令说明

Expand Down Expand Up @@ -146,6 +155,12 @@ ASFEnhance 介绍 & 使用指南: [https://keylol.com/t804841-1-1](https://keylo

> Steam 允许重复购买,使用 `PURCHASE` 命令前请自行确认有无重复内容
### 探索队列

| 命令 | 缩写 | 权限 | 说明 |
| ----------------- | ---- | -------- | --------------------------- |
| `EXPLORER [Bots]` | `EX` | `Master` | 5 秒后触发 ASF 探索队列任务 |

### ASF 命令缩写

| 命令缩写 | 等价命令 | 说明 |
Expand All @@ -160,7 +175,7 @@ ASFEnhance 介绍 & 使用指南: [https://keylol.com/t804841-1-1](https://keylo
### 面向开发者

> 本组命令默认是禁用的.
> 需要在 `ASF.json` 中添加 `"ASFEnhanceDevFuture": true` 才能启用本组命令
> 需要在 `ASF.json` 中配置 `"DevFeature": true` 才能启用本组命令
| 命令 | 权限 | 说明 |
| -------------------- | ------- | ------------------------- |
Expand Down

0 comments on commit f94352c

Please sign in to comment.