mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 15:45:53 +03:00
[PR #46] [CLOSED] feat: Implement a visual configuration page for proxy API management … #78
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/46
Author: @AoaoMH
Created: 1/4/2026
Status: ❌ Closed
Base:
main← Head:feature/Visual-configuration-editing📝 Commits (6)
69ddc2dfeat: Implement a visual configuration page for proxy API management settings.ec16a33feat: introduce OAuth model mappings UI, addyamldependency andyamlPatchutility.5491496feat: Add visual configuration UI for various settings with new components and utilities.b1d6d71feat: IntroduceConfigPagewith YAML editor, visual configuration, and a newContentTransitioncomponent.3b848ecMerge branch 'router-for-me:main' into feature/Visual-configuration-editingc70572cfeat: 支持payload📊 Changes
21 files changed (+3126 additions, -120 deletions)
View changed files
📝
package-lock.json(+16 -0)📝
package.json(+1 -0)➕
src/components/common/ContentTransition.scss(+30 -0)➕
src/components/common/ContentTransition.tsx(+151 -0)📝
src/components/ui/ToggleSwitch.tsx(+8 -2)📝
src/i18n/locales/en.json(+133 -1)📝
src/i18n/locales/zh-CN.json(+133 -1)📝
src/pages/ConfigPage.module.scss(+338 -1)📝
src/pages/ConfigPage.tsx(+240 -115)➕
src/pages/ConfigPage/visual/components/AmpIntegrationSection.tsx(+167 -0)➕
src/pages/ConfigPage/visual/components/AuthSection.tsx(+33 -0)➕
src/pages/ConfigPage/visual/components/ManagementSection.tsx(+60 -0)➕
src/pages/ConfigPage/visual/components/OauthModelMappingsSection.tsx(+208 -0)➕
src/pages/ConfigPage/visual/components/PayloadSection.tsx(+329 -0)➕
src/pages/ConfigPage/visual/components/ServerSection.tsx(+29 -0)➕
src/pages/ConfigPage/visual/components/TlsSection.tsx(+44 -0)➕
src/pages/ConfigPage/visual/components/sectionTypes.ts(+11 -0)➕
src/pages/ConfigPage/visual/types.ts(+107 -0)➕
src/pages/ConfigPage/visual/useVisualConfig.ts(+791 -0)📝
src/styles/components.scss(+25 -0)...and 1 more files
📄 Description
支持可视化配置。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.