diff --git a/geochemistrypi/frontend/eslint.config.js b/geochemistrypi/frontend/eslint.config.js index a9c1851b..a765afdb 100644 --- a/geochemistrypi/frontend/eslint.config.js +++ b/geochemistrypi/frontend/eslint.config.js @@ -15,8 +15,8 @@ export default [ 'no-unused-vars': 2, 'space-before-function-paren': 0, 'generator-star-spacing': 'off', - 'object-curly-spacing': 0, // 强制在大括号中使用一致的空格 - 'array-bracket-spacing': 0 // 方括号 + 'object-curly-spacing': 0, // Enforce consistent spacing within curly braces + 'array-bracket-spacing': 0 // square brackets } } ] diff --git a/geochemistrypi/frontend/index.html b/geochemistrypi/frontend/index.html index dcd69675..23bf02fb 100644 --- a/geochemistrypi/frontend/index.html +++ b/geochemistrypi/frontend/index.html @@ -4,7 +4,7 @@ - Vite App + Geochemistry π
diff --git a/geochemistrypi/frontend/package.json b/geochemistrypi/frontend/package.json index 8f84e5c5..7a1f6e84 100644 --- a/geochemistrypi/frontend/package.json +++ b/geochemistrypi/frontend/package.json @@ -34,7 +34,6 @@ "sass": "^1.76.0", "sass-loader": "^14.2.1", "typescript": "~5.4.0", - "typescript-eslint": "^7.11.0", "unplugin-auto-import": "^0.17.5", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.8", diff --git a/geochemistrypi/frontend/public/favicon.ico b/geochemistrypi/frontend/public/favicon.ico index df36fcfb..e0520abb 100644 Binary files a/geochemistrypi/frontend/public/favicon.ico and b/geochemistrypi/frontend/public/favicon.ico differ diff --git a/geochemistrypi/frontend/src/assets/imgs/onlyLogo.png b/geochemistrypi/frontend/src/assets/imgs/onlyLogo.png new file mode 100644 index 00000000..e2831fe7 Binary files /dev/null and b/geochemistrypi/frontend/src/assets/imgs/onlyLogo.png differ diff --git a/geochemistrypi/frontend/src/components/nav-bar.vue b/geochemistrypi/frontend/src/components/nav-bar.vue index e3569995..758b7042 100644 --- a/geochemistrypi/frontend/src/components/nav-bar.vue +++ b/geochemistrypi/frontend/src/components/nav-bar.vue @@ -4,12 +4,18 @@ import { RouterLink } from 'vue-router'