Feat/layout and home : layout组件和首页UI#5
Merged
DumbDaiDai merged 11 commits intomasterfrom Feb 18, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new default-layout for non-tab pages and introduces a new admin home page UI, updating routing so / lands on the new home page.
Changes:
- Add
default-layoutwith a VantNavBarand shared document-title behavior. - Implement a new
/home page with Vant cell groups and action buttons. - Add a new
/team-rebuildpage and route.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/admin/types/components.d.ts | Adds Vant global component typings for new UI components. |
| apps/admin/src/pages/team-rebuild/index.vue | Adds a new “重组队伍” page using the new layout. |
| apps/admin/src/pages/index/index.vue | Adds the new home page UI with Vant cell groups/buttons. |
| apps/admin/src/pages/index/index.module.scss | Styles for the new home page sections and footer. |
| apps/admin/src/layouts/default-layout/index.vue | Introduces a new layout with optional NavBar and title meta hook. |
| apps/admin/src/layouts/default-layout/index.module.scss | Adds styling for the new layout. |
| apps/admin/src/layouts/default-layout/composables/use-title-meta.ts | Adds a title-meta composable (currently duplicated from tab layout). |
| apps/admin/src/configs/router.ts | Routes / to the new home page and adds /team-rebuild. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DumbDaiDai
reviewed
Feb 17, 2026
Collaborator
Author
|
@copilot /review |
Collaborator
Author
|
何意味? 这功能是这样的吗 |
DumbDaiDai
previously approved these changes
Feb 17, 2026
Collaborator
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 13 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
DumbDaiDai
requested changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.