diff --git a/package.json b/package.json
index 34a2085..9f8eab9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "socrates-web",
"private": true,
- "version": "1.0.10",
+ "version": "1.0.11",
"type": "module",
"homepage": "https://soil-and-land.github.io/socrates-web/",
"scripts": {
diff --git a/src/components.d.ts b/src/components.d.ts
index cc6bb00..381da17 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -10,6 +10,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
About: typeof import('./components/About.vue')['default']
+ BarChart: typeof import('./components/BarChart.vue')['default']
BaseHeader: typeof import('./components/layouts/BaseHeader.vue')['default']
BaseSide: typeof import('./components/layouts/BaseSide.vue')['default']
Contact: typeof import('./components/Contact.vue')['default']
diff --git a/src/components/BarChart.vue b/src/components/BarChart.vue
new file mode 100644
index 0000000..6a21fb0
--- /dev/null
+++ b/src/components/BarChart.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
+
{{ l.name }}
+
{{ data.bar[index] }}
+
+
+
+
+
+
+
diff --git a/src/components/Input.vue b/src/components/Input.vue
index 77b8c1b..c5ec28d 100644
--- a/src/components/Input.vue
+++ b/src/components/Input.vue
@@ -770,8 +770,12 @@ function isIterable(obj) {
+
+
+
+
-
+
SOCRATES
About
Help
diff --git a/src/styles/index.scss b/src/styles/index.scss
index b534694..9748cc8 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -5,6 +5,10 @@
// --ep-color-primary: red;
// }
+html {
+ font-size: 20px;
+}
+
body {
font-family: Inter, system-ui, Avenir, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
diff --git a/tailwind.config.js b/tailwind.config.js
index 317f884..05831d8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -5,4 +5,4 @@ export default {
extend: {},
},
plugins: [],
-}
\ No newline at end of file
+}