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 @@ -
A Python Framework For Geochemistry
+A Python Framework For Geochemistry
+