fix:修改了各种md里的描述
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Deploy telemetry dashboard / deploy (push) Has been cancelled
Sync LobeHub models / sync (push) Has been cancelled

This commit is contained in:
2026-09-13 10:51:00 +08:00
parent 50d62d8564
commit 59d15108d6
13 changed files with 83 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# Axolotl Launcher Monorepo
# Starlight Launcher Monorepo
This repository contains the Axolotl Launcher desktop application and its official website. Read the applicable project instructions before editing either surface.
This repository contains the Starlight Launcher desktop application and its official website. Read the applicable project instructions before editing either surface.
## Architecture
@ -15,7 +15,7 @@ This repository contains the Axolotl Launcher desktop application and its offici
| -------------- | ------------------------------------ |
| `app-frontend` | Desktop application frontend (Vue 3) |
| `app` | Desktop application shell (Tauri) |
| `website` | Official Axolotl website (Nuxt 3) |
| `website` | Official Starlight website (Nuxt 3) |
### Packages (`packages/`)
@ -63,7 +63,7 @@ The website and app `prepr` commands
### Desktop Onboarding Maintenance
When adding or materially changing a desktop app page, route, navigation entry, large user-facing component, core workflow, settings section, or content-management feature under `apps/app-frontend`, assess the Axolotl onboarding experience.
When adding or materially changing a desktop app page, route, navigation entry, large user-facing component, core workflow, settings section, or content-management feature under `apps/app-frontend`, assess the Starlight onboarding experience.
- Update the onboarding when the feature is relevant to a new user's first-use journey or changes an existing guided workflow.
- Define tours and localized message descriptors in `apps/app-frontend/src/components/ui/onboarding/onboardingConfig.ts`. Keep `OnboardingOverlay` presentational and put reusable runtime behavior in `useOnboardingTour`; do not add step-ID-specific branches to either file.