[WIP]feat: implement new version handling and UI interaction for AI Studio Remix flow#75
Open
[WIP]feat: implement new version handling and UI interaction for AI Studio Remix flow#75
Conversation
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.
中文:
该分支在登录时的操作逻辑较为复杂,容易出现失败情况,先使用 #77 分支进行修复。
本分支更新内容:由于近期 AIStudio 更新,已调整原有账号登录逻辑,取消了在 blank app 中启动代理的方式(该方式已不支持编辑),改为为每个用户新建一个 app,并通过写入脚本的方式启动代理。
English:
The login flow in this branch is relatively complex and prone to failures. The fix will first be implemented in branch #77.
Updates in this branch: Due to recent AIStudio updates, the original login logic has been adjusted. The previous method of starting the proxy within a blank app (which is no longer editable) has been removed. Instead, a new app is created for each user, and the proxy is started by injecting a script.
TODO: