diff --git a/.gitignore b/.gitignore index b07c96b..4dce7c9 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ build/ # === 前端自动生成 === **/components.d.ts **/typed-router.d.ts +**/pnpm-lock.yaml *.log npm-debug.log* yarn-debug.log* @@ -57,8 +58,6 @@ target/ # === 测试结果 === screenshots/ -*.png -*.webm test-results/ playwright-report/ diff --git a/lesingle-edu-reading-platform-frontend/index.html b/lesingle-edu-reading-platform-frontend/index.html index 0ae3a23..e69a041 100644 --- a/lesingle-edu-reading-platform-frontend/index.html +++ b/lesingle-edu-reading-platform-frontend/index.html @@ -4,7 +4,7 @@ - + 少儿智慧阅读 diff --git a/lesingle-edu-reading-platform-frontend/public/logo/logo.png b/lesingle-edu-reading-platform-frontend/public/logo/logo.png new file mode 100644 index 0000000..161a546 Binary files /dev/null and b/lesingle-edu-reading-platform-frontend/public/logo/logo.png differ diff --git a/lesingle-edu-reading-platform-frontend/public/logo/logo2.png b/lesingle-edu-reading-platform-frontend/public/logo/logo2.png new file mode 100644 index 0000000..8bf81b7 Binary files /dev/null and b/lesingle-edu-reading-platform-frontend/public/logo/logo2.png differ diff --git a/lesingle-edu-reading-platform-frontend/public/logo/logo3.png b/lesingle-edu-reading-platform-frontend/public/logo/logo3.png new file mode 100644 index 0000000..3bb36c4 Binary files /dev/null and b/lesingle-edu-reading-platform-frontend/public/logo/logo3.png differ diff --git a/lesingle-edu-reading-platform-frontend/public/logo/logo4.png b/lesingle-edu-reading-platform-frontend/public/logo/logo4.png new file mode 100644 index 0000000..4b4df7a Binary files /dev/null and b/lesingle-edu-reading-platform-frontend/public/logo/logo4.png differ diff --git a/lesingle-edu-reading-platform-frontend/src/views/admin/LayoutView.vue b/lesingle-edu-reading-platform-frontend/src/views/admin/LayoutView.vue index 4f51437..8350ef7 100644 --- a/lesingle-edu-reading-platform-frontend/src/views/admin/LayoutView.vue +++ b/lesingle-edu-reading-platform-frontend/src/views/admin/LayoutView.vue @@ -1,13 +1,8 @@