feat: add some translate#12904
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4ab8399562
ℹ️ 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".
| is_offline: false | ||
| is_fxplay: false | ||
| is_enterprise: false | ||
| is_enterprise: true |
There was a problem hiding this comment.
Restore default non-enterprise mode
This embedded app.yaml is read by viper.Init when there is no external /opt/1panel/conf/app.yaml, and global.CONF.Base.IsEnterprise controls migrations, login settings, CLI behavior, and resource URLs. With this default set to true, ordinary/community installs can boot as Enterprise, skip normal admin credential initialization, and use Enterprise-only paths; the same flip in agent/cmd/server/conf/app.yaml also changes agent resource selection. Unless every build from this tree is Enterprise-only, keep the default false and enable Enterprise through the intended packaging/config path.
Useful? React with 👍 / 👎.
No description provided.