2 Commits

Author SHA1 Message Date
Yue-bin
498ed5729c docs(README): 添加刷枪档位参照表和详细说明
添加了刷枪档位参照表,包含所有档位的刷枪间隔、开局刷枪时延和连续刷枪概率
详细说明了刷枪机制的工作原理,包括开局刷枪时延、刷枪间隔和连续刷枪概率的
作用方式,帮助用户更好地理解不同档位的差异和使用方法
2026-06-12 01:26:31 +08:00
Yue-bin
63b0ab1393 chore(ci): 配置.NET构建工作流代理设置
All checks were successful
Publish Release / build (push) Successful in 33s
为解决依赖包还原问题,在Gitea工作流中添加HTTP/HTTPS代理配置,
包括代理服务器地址和本地网络排除规则。
2026-06-11 02:11:04 +08:00
2 changed files with 19 additions and 1 deletions

View File

@@ -21,8 +21,11 @@ jobs:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
# 直接加代理得了
env: env:
DOTNET_RESTORE_SOURCES: "https://repo.huaweicloud.com/repository/nuget/v3/index.json" http_proxy: "http://172.17.0.1:7890"
https_proxy: "http://172.17.0.1:7890"
no_proxy: "localhost,127.0.0.1,*.lan"
- name: Build - name: Build
run: dotnet build --no-restore --configuration Release run: dotnet build --no-restore --configuration Release

View File

@@ -2,6 +2,21 @@
嫌high刷枪频率刷的不够快 嫌high刷枪频率刷的不够快
## 刷枪档位参照表
*其中斜体为本mod新增档位*
| 选项 | 刷枪间隔 | 开局刷枪时延 | 连续刷枪概率 |
| :-----: | :------: | :----------: | :----------: |
| NONE | - | - | - |
| LOW | 8-12s | 4-8s | 10% |
| NORMAL | 5-8s | 2-4s | 10% |
| HIGH | 3-5s | 0.5-1s | 10% |
| *XHIGH* | 1-3s | 0.3s | 10% |
| *MAX* | 0.5-1s | 0s | 10% |
在每局开局`开局刷枪时延`结束后会刷第一把枪,随后每隔`刷枪间隔`会刷一把枪,每次刷枪均有`连续刷枪概率`的概率会连续刷枪,注意连续刷枪可以不仅一次刷两把枪,每次连续刷枪概率均为`连续刷枪概率`
## 功能 ## 功能
* 添加xhigh和max两档更高的刷枪频率 * 添加xhigh和max两档更高的刷枪频率