Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit c303e29

Browse files
committed
update
1 parent a71ae49 commit c303e29

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

ArchiSteamFarm

Submodule ArchiSteamFarm updated 208 files

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.1.0.0</Version>
3+
<Version>1.2.0.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>
@@ -26,7 +26,7 @@
2626
<RollForward>LatestMajor</RollForward>
2727
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
2828
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
29-
<TargetFramework>net7.0</TargetFramework>
29+
<TargetFramework>net8.0</TargetFramework>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
## 插件配置说明
4747

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

@@ -57,14 +57,16 @@ ASF.json
5757
"...": "...",
5858
//ASFOAuth 配置
5959
"ASFEnhance": {
60+
"EULA": true,
6061
"Statistic": true
6162
}
6263
}
6364
```
6465

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

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

0 commit comments

Comments
 (0)