feat:允许插件指定所支持的OS平台#1712
Merged
Merged
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Member
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ae39686fa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
HelloWRC
reviewed
Mar 28, 2026
HelloWRC
requested changes
Mar 29, 2026
Co-authored-by: Wang Ruocheng <hello_wrc@outlook.com>
HelloWRC
approved these changes
Mar 29, 2026
Member
C14147
pushed a commit
to sophia-schola/ClassIsland-NEXT
that referenced
this pull request
Mar 29, 2026
* fix:修复IsPluginsAutoUpdateEnabled未被使用的问题 * fix:UI:主题错误信息可编辑 * fix:解决RawInput在不受支持的平台上初始化 * fix:WOA平台上程序无法启动 * fix:指定为只在x86_64的系统架构上安装Patch * feat:在插件崩溃信息中添加插件版本 * feat:在插件元数据中添加SupportedOSPlatforms字段以声明插件所支持的OS平台 * feat:默认值为三个平台 * feat:添加对OSPlatform的反序列化支持 * Pass CodeFactor checks * feat:在插件市场页面添加插件不支持警告 * ci:pass codefactor checks * refactor:简化操作系统检查逻辑 * refactor:简化判断逻辑 * fix:为其他deserializer补充WithTypeConverter refactor:使判断逻辑更清晰 * Update ClassIsland/Services/PluginMarketService.cs Co-authored-by: Wang Ruocheng <hello_wrc@outlook.com> --------- Co-authored-by: Wang Ruocheng <hello_wrc@outlook.com>
Koharu-Mizuki
pushed a commit
to Koharu-Mizuki/ClassIsland-RB
that referenced
this pull request
Jun 19, 2026
* fix:修复IsPluginsAutoUpdateEnabled未被使用的问题 * fix:UI:主题错误信息可编辑 * fix:解决RawInput在不受支持的平台上初始化 * fix:WOA平台上程序无法启动 * fix:指定为只在x86_64的系统架构上安装Patch * feat:在插件崩溃信息中添加插件版本 * feat:在插件元数据中添加SupportedOSPlatforms字段以声明插件所支持的OS平台 * feat:默认值为三个平台 * feat:添加对OSPlatform的反序列化支持 * Pass CodeFactor checks * feat:在插件市场页面添加插件不支持警告 * ci:pass codefactor checks * refactor:简化操作系统检查逻辑 * refactor:简化判断逻辑 * fix:为其他deserializer补充WithTypeConverter refactor:使判断逻辑更清晰 * Update ClassIsland/Services/PluginMarketService.cs Co-authored-by: Wang Ruocheng <hello_wrc@outlook.com> --------- Co-authored-by: Wang Ruocheng <hello_wrc@outlook.com>
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.

这个 Pull Request 做了什么?
此Pull Request更改了如下内容:
feat:在插件元数据中添加SupportedOSPlatforms字段以声明插件所支持的OS平台
feat:添加对OSPlatform的反序列化支持
表现形式为:若A插件指定了所支持的操作系统,且用户选择在未在该插件所支持的操作系统上安装A插件,则显示一条警告:此操作系统不受该插件支持
相关 Issue
Close #1609
检查清单
与此Pull Request相关的其他Pull Request
ClassIsland/PluginTemplate2:feat:允许插件指定所支持的OS平台