Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Dec 18, 2023
1 parent a71ae49 commit c303e29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 208 files
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.1.0.0</Version>
<Version>1.2.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<RollForward>LatestMajor</RollForward>
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

## 插件配置说明

> 本插件的配置不是必须的, 保持默认配置即可使用大部分功能
> 本插件的配置项名称已改为 ASFEnhance
ASF.json

Expand All @@ -57,14 +57,16 @@ ASF.json
"...": "...",
//ASFOAuth 配置
"ASFEnhance": {
"EULA": true,
"Statistic": true
}
}
```

| 配置项 | 类型 | 默认值 | 说明 |
| ----------- | ---- | ------ | ------------------------------------------------------------------ |
| `Statistic` | bool | `true` | 是否允许发送统计数据, 仅用于统计插件用户数量, 不会发送任何其他信息 |
| 配置项 | 类型 | 默认值 | 说明 |
| ----------- | ---- | ------- | -------------------------------------------------------------------- |
| `EULA` | bool | `false` | 是否同意 [EULA](#EULA)\*, 当设置为 `true` 时, 视为同意 [EULA](#EULA) |
| `Statistic` | bool | `true` | 是否允许发送统计数据, 仅用于统计插件用户数量, 不会发送任何其他信息 |

> 当某条命令被禁用时, 仍然可以使用 `ASFO.xxx` 或者 `ASFOAUTH.xxx` 的形式调用被禁用的命令, 例如 `ASFO.OAUTH`
Expand Down

0 comments on commit c303e29

Please sign in to comment.