release/1.6.1#60
Merged
NearlyHeadlessJack merged 18 commits intodevfrom Jan 21, 2025
Merged
Conversation
* refactor(database, command_line): 将op查找功能移动到command_line [skip ci] * refactor(database, command_line): 重写op、super_op验证 * docs(README): [skip ci] * docs(README): [skip ci] * fix(add_op): ops.yaml生成逻辑优化 * fix(cdkey): 返回值错误 * docs(UPDATE.md): 更新说明 [skip ci] * docs(README.md): 更新说明 [skip ci] * v1.5.3
[skip ci]
- 超级管理员指令现已加入礼物生成 ```shell !g [mineID] [mineNum] [cdkeyNum] [comment] ``` - 版本信息中加入构建时间 - 提升CDKey兑换稳定性
- 使用gevent作为默认web服务器
- 超级管理员指令加入查、删、改 ```shell !l # 显示所有用户ID !s [player_id] # 显示该用户ID的封禁、订阅情况 !b [player_id] # 封禁该用户,同时会移出白名单 !ub [player_id] # 移出封禁 !d [player_id] # 在数据库中删除该玩家信息,会自动移出白名单 !u [player_id] [is_ban] [is_sub] # 手动更新该玩家是否封禁标志与是否订阅标志 (会自动同步到游戏服务器) ``` - 启动参数指令加入查、删、改 ```shell -update [player_id] -b -s # 手动更新该玩家是否封禁标志与是否订阅标志(仅本地数据库) -ban [player_id] # 封禁该用户(仅本地数据库) -unban [player_id] # 移出封禁(仅本地数据库) -search [play_id] # 显示该用户ID的封禁、订阅情况 -del [player_id] # 在数据库中删除该玩家信息(仅本地数据库) -list # 显示所有用户ID ```
- WeAuth现已支持https - 修复 `!ub [playerid]` 指令错误 - 修复数据库错误
[skip ci]
[skip ci]
# Conflicts: # README.md # docs/UPDATE.md # weauth/constants/core_constant.py # weauth/weauth_entrypoint.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
weauth -wtestweauth -gtest