fix: compact javaBackEnd isDemo and globalState field#1251
fix: compact javaBackEnd isDemo and globalState field#1251hexqi merged 3 commits intoopentiny:release/v2.4.0from
Conversation
修改出码模板的 vite.config.js 文件,增加 `base: './'` 配置
in appSchemaState
WalkthroughThe pull request updates the Changes
Sequence Diagram(s)sequenceDiagram
participant C as Caller
participant F as fetchAppState
C->>F: Call fetchAppState(appData)
F->>F: Check appData.meta?.isDemo
alt isDemo exists
F->>F: Set appSchemaState.isDemo = appData.meta.isDemo
else
F->>F: Set appSchemaState.isDemo = appData.meta.is_demo
end
F->>F: Check appData?.meta.globaState
alt globaState exists
F->>F: Set appSchemaState.globalState = appData?.meta.globaState
else
F->>F: Set appSchemaState.globalState = appData?.meta.global_state
end
F-->>C: Return appSchemaState
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 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 (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/plugins/materials/src/composable/useResource.ts(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: push-check
in appSchemaState
in appSchemaState
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
【背景】
Java后端接口修改了字段,造成读取不正确
【修复方案】
兼容字段的修改
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit