Skip to content

移除 web 目录#731

Merged
kanyxmo merged 1 commit into
masterfrom
remove-web
Jun 13, 2026
Merged

移除 web 目录#731
kanyxmo merged 1 commit into
masterfrom
remove-web

Conversation

@kanyxmo

@kanyxmo kanyxmo commented Jun 13, 2026

Copy link
Copy Markdown
Member

No description provided.

@dosubot dosubot Bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Jun 13, 2026
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 293 files, which is 143 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ad0adf4e-4b3b-4a78-9182-ec9a4f5d8f36

📥 Commits

Reviewing files that changed from the base of the PR and between d83cfb5 and fc87dbc.

⛔ Files ignored due to path filters (7)
  • web/public/favicon.ico is excluded by !**/*.ico
  • web/public/font/alibaba-pu-hui-ti-3/AlibabaPuHuiTi-3-55-Regular.woff2 is excluded by !**/*.woff2
  • web/public/logo.svg is excluded by !**/*.svg
  • web/src/assets/images/403.svg is excluded by !**/*.svg
  • web/src/assets/images/404.svg is excluded by !**/*.svg
  • web/src/assets/images/defaultAvatar.jpg is excluded by !**/*.jpg
  • web/src/assets/images/logo.svg is excluded by !**/*.svg
📒 Files selected for processing (293)
  • web/.commitlintrc.js
  • web/.editorconfig
  • web/.env.development
  • web/.env.production
  • web/.gitignore
  • web/.lintstagedrc
  • web/.node-version
  • web/.npmrc
  • web/CHANGELOG.md
  • web/Dockerfile
  • web/LICENSE
  • web/eslint.config.js
  • web/index.html
  • web/package.json
  • web/playwright.config.ts
  • web/postcss.config.js
  • web/scripts/gen.icons.mts
  • web/scripts/plugin.publish.mts
  • web/src/App.vue
  • web/src/assets/icons/.gitkeep
  • web/src/assets/images/.gitkeep
  • web/src/assets/styles/globals.scss
  • web/src/assets/styles/nprogress.scss
  • web/src/assets/styles/resources/element.scss
  • web/src/assets/styles/resources/utils.scss
  • web/src/assets/styles/resources/variables.scss
  • web/src/bootstrap.ts
  • web/src/components/ma-auth/index.vue
  • web/src/components/ma-city-select/index.vue
  • web/src/components/ma-city-select/lib/cn.json
  • web/src/components/ma-city-select/type.ts
  • web/src/components/ma-col-card/index.vue
  • web/src/components/ma-dialog/index.vue
  • web/src/components/ma-dict-picker/ma-dict-checkbox.vue
  • web/src/components/ma-dict-picker/ma-dict-radio.vue
  • web/src/components/ma-dict-picker/ma-dict-select.vue
  • web/src/components/ma-drawer/index.vue
  • web/src/components/ma-form-open/index.vue
  • web/src/components/ma-icon-picker/index.vue
  • web/src/components/ma-icon-picker/ma-icon-panel.vue
  • web/src/components/ma-key-value/components/form.vue
  • web/src/components/ma-key-value/index.vue
  • web/src/components/ma-key-value/utils/formatJson.ts
  • web/src/components/ma-remote-select/index.vue
  • web/src/components/ma-remote-sfc-loader/index.vue
  • web/src/components/ma-resource-picker/index.vue
  • web/src/components/ma-resource-picker/panel.vue
  • web/src/components/ma-resource-picker/type.ts
  • web/src/components/ma-select-table/index.vue
  • web/src/components/ma-svg-icon/index.vue
  • web/src/components/ma-tree/index.vue
  • web/src/components/ma-upload-file/index.vue
  • web/src/components/ma-upload-image/index.vue
  • web/src/components/ma-verify-code/index.vue
  • web/src/directives/copy/index.ts
  • web/src/directives/index.ts
  • web/src/directives/permission/auth/index.ts
  • web/src/directives/permission/role/index.ts
  • web/src/directives/permission/user/index.ts
  • web/src/hooks/auto-imports/useDayjs.ts
  • web/src/hooks/auto-imports/useDefaultSetting.ts
  • web/src/hooks/auto-imports/useGlobal.ts
  • web/src/hooks/auto-imports/useHttp.ts
  • web/src/hooks/auto-imports/useTrans.ts
  • web/src/hooks/useCache.ts
  • web/src/hooks/useDialog.ts
  • web/src/hooks/useDrawer.ts
  • web/src/hooks/useEcharts.ts
  • web/src/hooks/useForm.ts
  • web/src/hooks/useImageViewer.ts
  • web/src/hooks/useMessage.ts
  • web/src/hooks/useParentNode.ts
  • web/src/hooks/useResourcePicker.ts
  • web/src/hooks/useTabCollection.ts
  • web/src/hooks/useTable.ts
  • web/src/hooks/useThemeColor.ts
  • web/src/hooks/useWatermark.ts
  • web/src/i18n/index.ts
  • web/src/iconify/data.json
  • web/src/iconify/index.json
  • web/src/iconify/index.ts
  • web/src/layouts/[...all].tsx
  • web/src/layouts/components/back-top/index.tsx
  • web/src/layouts/components/bars/breadcrumb/index.tsx
  • web/src/layouts/components/bars/index.tsx
  • web/src/layouts/components/bars/tabbar/index.tsx
  • web/src/layouts/components/bars/toolbar/components/dropdownMenuComponents/shortcuts-desc.tsx
  • web/src/layouts/components/bars/toolbar/components/dropdownMenuComponents/system-info.tsx
  • web/src/layouts/components/bars/toolbar/components/fullscreen.tsx
  • web/src/layouts/components/bars/toolbar/components/notification.tsx
  • web/src/layouts/components/bars/toolbar/components/right-bar.tsx
  • web/src/layouts/components/bars/toolbar/components/search.tsx
  • web/src/layouts/components/bars/toolbar/components/settings.tsx
  • web/src/layouts/components/bars/toolbar/components/switch-mode.tsx
  • web/src/layouts/components/bars/toolbar/components/translate.tsx
  • web/src/layouts/components/bars/toolbar/components/user-bar.tsx
  • web/src/layouts/components/bars/toolbar/index.tsx
  • web/src/layouts/components/footer/index.tsx
  • web/src/layouts/components/header/index.tsx
  • web/src/layouts/components/iframe/index.tsx
  • web/src/layouts/components/logo/index.tsx
  • web/src/layouts/components/main-aside/index.tsx
  • web/src/layouts/components/menu/index.tsx
  • web/src/layouts/components/menu/item.tsx
  • web/src/layouts/components/menu/sub.tsx
  • web/src/layouts/components/menu/types.ts
  • web/src/layouts/components/search-panel/index.tsx
  • web/src/layouts/components/sub-aside/index.tsx
  • web/src/layouts/index.tsx
  • web/src/layouts/provider.tsx
  • web/src/layouts/style/footer.scss
  • web/src/layouts/style/header.scss
  • web/src/layouts/style/index.scss
  • web/src/layouts/style/logo.scss
  • web/src/layouts/style/main-aside.scss
  • web/src/layouts/style/menu.scss
  • web/src/layouts/style/search-panel.scss
  • web/src/layouts/style/sub-aside.scss
  • web/src/layouts/style/tabbar.scss
  • web/src/layouts/style/toolbar.scss
  • web/src/layouts/style/uc.scss
  • web/src/layouts/uc.tsx
  • web/src/locales/en[English].yaml
  • web/src/locales/zh_CN[简体中文].yaml
  • web/src/locales/zh_TW[繁體中文].yaml
  • web/src/main.ts
  • web/src/modules/base/api/attachment.ts
  • web/src/modules/base/api/department.ts
  • web/src/modules/base/api/leader.ts
  • web/src/modules/base/api/log.ts
  • web/src/modules/base/api/menu.ts
  • web/src/modules/base/api/permission.ts
  • web/src/modules/base/api/position.ts
  • web/src/modules/base/api/role.ts
  • web/src/modules/base/api/user.ts
  • web/src/modules/base/locales/en[English].yaml
  • web/src/modules/base/locales/zh_CN[简体中文].yaml
  • web/src/modules/base/locales/zh_TW[繁體中文].yaml
  • web/src/modules/base/views/dashboard/analysis.vue
  • web/src/modules/base/views/dashboard/components/analysis/analysis-content-publish.vue
  • web/src/modules/base/views/dashboard/components/analysis/analysis-content-timer.vue
  • web/src/modules/base/views/dashboard/components/analysis/analysis-hot-author.vue
  • web/src/modules/base/views/dashboard/components/analysis/analysis-item.vue
  • web/src/modules/base/views/dashboard/components/report/report-content-classify.vue
  • web/src/modules/base/views/dashboard/components/report/report-items.vue
  • web/src/modules/base/views/dashboard/components/report/report-overview.vue
  • web/src/modules/base/views/dashboard/components/report/report-publish-source.vue
  • web/src/modules/base/views/dashboard/components/report/report-user-action.vue
  • web/src/modules/base/views/dashboard/components/workbench/workbench-fast.vue
  • web/src/modules/base/views/dashboard/components/workbench/workbench-login.vue
  • web/src/modules/base/views/dashboard/datas/analysis.ts
  • web/src/modules/base/views/dashboard/datas/report.ts
  • web/src/modules/base/views/dashboard/report.vue
  • web/src/modules/base/views/dashboard/workbench.vue
  • web/src/modules/base/views/dataCenter/attachment/index.vue
  • web/src/modules/base/views/log/userLogin.vue
  • web/src/modules/base/views/log/userLoginLogData/UserLoginLogColumn.tsx
  • web/src/modules/base/views/log/userLoginLogData/UserLoginLogSearch.tsx
  • web/src/modules/base/views/log/userOperation.vue
  • web/src/modules/base/views/log/userOperationLogData/UserOperationLogColumn.tsx
  • web/src/modules/base/views/log/userOperationLogData/UserOperationLogSearch.tsx
  • web/src/modules/base/views/login/components/copyright.vue
  • web/src/modules/base/views/login/components/dashed.vue
  • web/src/modules/base/views/login/components/light.vue
  • web/src/modules/base/views/login/components/login-form.vue
  • web/src/modules/base/views/login/components/logo.vue
  • web/src/modules/base/views/login/components/one-word.vue
  • web/src/modules/base/views/login/components/slogan.vue
  • web/src/modules/base/views/login/index.vue
  • web/src/modules/base/views/login/style.scss
  • web/src/modules/base/views/permission/component/dataScope.vue
  • web/src/modules/base/views/permission/department/data/getFormItems.tsx
  • web/src/modules/base/views/permission/department/data/getSearchItems.tsx
  • web/src/modules/base/views/permission/department/data/getTableColumns.tsx
  • web/src/modules/base/views/permission/department/form.vue
  • web/src/modules/base/views/permission/department/index.vue
  • web/src/modules/base/views/permission/department/position.vue
  • web/src/modules/base/views/permission/department/setLeader.vue
  • web/src/modules/base/views/permission/department/viewUser.vue
  • web/src/modules/base/views/permission/menu/button-permission.vue
  • web/src/modules/base/views/permission/menu/index.vue
  • web/src/modules/base/views/permission/menu/menu-form.vue
  • web/src/modules/base/views/permission/menu/menu-tree.vue
  • web/src/modules/base/views/permission/role/data/getFormItems.tsx
  • web/src/modules/base/views/permission/role/data/getSearchItems.tsx
  • web/src/modules/base/views/permission/role/data/getTableColumns.tsx
  • web/src/modules/base/views/permission/role/form.vue
  • web/src/modules/base/views/permission/role/index.vue
  • web/src/modules/base/views/permission/role/setPermissionForm.vue
  • web/src/modules/base/views/permission/user/data/getFormItems.tsx
  • web/src/modules/base/views/permission/user/data/getSearchItems.tsx
  • web/src/modules/base/views/permission/user/data/getTableColumns.tsx
  • web/src/modules/base/views/permission/user/form.vue
  • web/src/modules/base/views/permission/user/index.vue
  • web/src/modules/base/views/permission/user/setRoleForm.vue
  • web/src/modules/base/views/uc/components/container.vue
  • web/src/modules/base/views/uc/components/modify-info.vue
  • web/src/modules/base/views/uc/components/password-form.vue
  • web/src/modules/base/views/uc/components/title.vue
  • web/src/modules/base/views/uc/components/userinfo-form.vue
  • web/src/modules/base/views/uc/index.vue
  • web/src/modules/base/views/welcome/index.vue
  • web/src/plugins/.gitkeep
  • web/src/plugins/mine-admin/app-store/api/app.ts
  • web/src/plugins/mine-admin/app-store/index.ts
  • web/src/plugins/mine-admin/app-store/style/preview.css
  • web/src/plugins/mine-admin/app-store/utils/discount.ts
  • web/src/plugins/mine-admin/app-store/utils/versionCompare.ts
  • web/src/plugins/mine-admin/app-store/views/detail.vue
  • web/src/plugins/mine-admin/app-store/views/filter.vue
  • web/src/plugins/mine-admin/app-store/views/index.vue
  • web/src/plugins/mine-admin/app-store/views/list.vue
  • web/src/plugins/mine-admin/app-store/views/localList.vue
  • web/src/plugins/mine-admin/app-store/views/notice.vue
  • web/src/plugins/mine-admin/basic-ui/components/button/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/drawer/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/dropdown/divider.vue
  • web/src/plugins/mine-admin/basic-ui/components/dropdown/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/dropdown/item.vue
  • web/src/plugins/mine-admin/basic-ui/components/dropdown/symbols.ts
  • web/src/plugins/mine-admin/basic-ui/components/input/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/modal/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/switch/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/tab/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/tab/type.ts
  • web/src/plugins/mine-admin/basic-ui/components/textarea/index.vue
  • web/src/plugins/mine-admin/basic-ui/components/tooltip/index.vue
  • web/src/plugins/mine-admin/basic-ui/index.ts
  • web/src/plugins/mine-admin/basic-ui/utils/mergeClassName.ts
  • web/src/plugins/mine-admin/demo/index.ts
  • web/src/provider/dictionary/data/base-userType.ts
  • web/src/provider/dictionary/data/data-scope.ts
  • web/src/provider/dictionary/data/system-state.ts
  • web/src/provider/dictionary/data/system-status.ts
  • web/src/provider/dictionary/index.ts
  • web/src/provider/echarts/index.ts
  • web/src/provider/echarts/themes/mineDark.project.json
  • web/src/provider/mine-core/index.ts
  • web/src/provider/plugins/config/.gitkeep
  • web/src/provider/plugins/index.ts
  • web/src/provider/settings/index.ts
  • web/src/provider/settings/settings.config.ts
  • web/src/router/index.ts
  • web/src/router/static-routes/dashboardRoute.ts
  • web/src/router/static-routes/rootRoute.ts
  • web/src/router/static-routes/ucChildren/index.ts
  • web/src/router/static-routes/welcomeRoute.ts
  • web/src/store/index.ts
  • web/src/store/modules/useDictStore.ts
  • web/src/store/modules/useIframeKeepAliveStore.ts
  • web/src/store/modules/useKeepAliveStore.ts
  • web/src/store/modules/useMenuStore.ts
  • web/src/store/modules/usePluginStore.ts
  • web/src/store/modules/useResourceStore.ts
  • web/src/store/modules/useRouteStore.ts
  • web/src/store/modules/useSettingStore.ts
  • web/src/store/modules/useTabStore.ts
  • web/src/store/modules/useUserStore.ts
  • web/src/utils/ResultCode.ts
  • web/src/utils/checkRouteIsRedirect.ts
  • web/src/utils/copyright.ts
  • web/src/utils/download.ts
  • web/src/utils/getOnlyWorkAreaHeight.ts
  • web/src/utils/handleResize.ts
  • web/src/utils/hasIncludesByArray.ts
  • web/src/utils/http.ts
  • web/src/utils/injectionKeys.ts
  • web/src/utils/isSuperAdmin.ts
  • web/src/utils/menuGotoHandle.ts
  • web/src/utils/permission/hasAuth.ts
  • web/src/utils/permission/hasRole.ts
  • web/src/utils/permission/hasUser.ts
  • web/src/utils/recursionGetKey.ts
  • web/src/utils/toolbars.ts
  • web/src/utils/uploadLocal.ts
  • web/stylelint.config.js
  • web/tests/e2e/example.spec.ts
  • web/tsconfig.json
  • web/tsconfig.node.json
  • web/types/components.d.ts
  • web/types/global.d.ts
  • web/types/shims.d.ts
  • web/uno.config.ts
  • web/vite.config.ts
  • web/vite/archiver.ts
  • web/vite/auto-import.ts
  • web/vite/chunk.ts
  • web/vite/components.ts
  • web/vite/compression.ts
  • web/vite/devtools.ts
  • web/vite/i18n-message.ts
  • web/vite/index.ts
  • web/vite/optimize.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-web

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kanyxmo kanyxmo merged commit 0751b7e into master Jun 13, 2026
5 checks passed
@kanyxmo kanyxmo deleted the remove-web branch June 13, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ChangeLog Docker Documentation Frontend size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant