完成 工具/游戏管理器 - #6004
Open
SaigyoujiYusora wants to merge 2 commits into
Open
完成 工具/游戏管理器#6004SaigyoujiYusora wants to merge 2 commits into
SaigyoujiYusora wants to merge 2 commits into
Conversation
SaigyoujiYusora
force-pushed
the
master
branch
from
September 21, 2026 18:57
0a0f52f to
a8cd800
Compare
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.
填坑
实现了曾经
五年前的大饼效果展示:
基础操作:
三种基础的操作,没开自动刷新的时候每次操作会自带一个2秒2Hz的自动刷新
base_control.mp4
自动刷新:
自动刷新频率,推荐2~5FPS,高了吃的流量就要飞天了。
所需带宽参考为
30FPS --- 20Mbps
15FPS --- 10Mbps
10FPS --- 7Mbps
5FPS --- 3.5Mbps
2FPS --- 1.4Mbps
关闭自动刷新并手动截图可以获取更高品质的截图(
auto_refresh.mp4
adb命令:
adb.mp4