fix: 增加教程导航

This commit is contained in:
Gsh
2025-10-16 22:50:10 +08:00
parent 4ddea6d468
commit 9abcd72aca
4 changed files with 76 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}