-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
merge bufix #998
merge bufix #998
Conversation
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
….gson-gson-2.12.1 Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
Bumps [com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/mizosoft/methanol/releases) - [Changelog](https://github.com/mizosoft/methanol/blob/master/CHANGELOG.md) - [Commits](mizosoft/methanol@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: com.github.mizosoft.methanol:methanol dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…soft.methanol-methanol-1.8.1 Bump com.github.mizosoft.methanol:methanol from 1.8.0 to 1.8.1
This reverts commit 404d690.
This reverts commit 336aa02.
This reverts commit 5e3c93a.
This reverts commit b634c22.
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…work-spring-context-6.2.3 Bump org.springframework:spring-context from 6.2.2 to 6.2.3
Warning Rate limit exceeded@coderabbitai[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 28 minutes and 20 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (11)
Walkthrough此次提交涵盖多个项目文件的修改。首先,在 Changes
Sequence Diagram(s)sequenceDiagram
participant BuildScript as build.sh
BuildScript->>BuildScript: 设置当前工作目录 (current_wd)
BuildScript->>BuildScript: 定义静态资源目录 (static_dir)
BuildScript->>BuildScript: 清空旧静态文件 (rm -rf)
BuildScript->>BuildScript: 切换至 webui 目录
BuildScript->>BuildScript: 执行 pnpm install 与 pnpm run build
BuildScript->>BuildScript: 返回原目录
BuildScript->>BuildScript: 复制 webui/dist 至 static_dir
BuildScript->>BuildScript: 通过 Maven 构建 JAR
sequenceDiagram
participant Client as 调用者
participant EcoMode as EcoMode
Client->>EcoMode: 调用 ecoMode(enable)
EcoMode->>EcoMode: 获取操作系统版本 (osVersion)
EcoMode->>EcoMode: 调用 isSupportedVersion(osVersion)
alt OS版本支持
EcoMode->>EcoMode: 调用 setEcoMode(enable)
EcoMode->>Client: 返回成功状态
else 不支持或出错
EcoMode->>Client: 抛出异常或返回 false
end
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
新功能
Chores
Bug 修复