diff --git a/tonecn/index.html b/tonecn/index.html index fc1c1ab..4ffe390 100644 --- a/tonecn/index.html +++ b/tonecn/index.html @@ -4,6 +4,7 @@ + 特恩(TONE) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 197e2f2..0deb80d 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -72,14 +72,14 @@ onUnmounted(() => { }) - \ No newline at end of file diff --git a/tonecn/tailwind.config.js b/tonecn/tailwind.config.js index 6c6c936..5f418b6 100644 --- a/tonecn/tailwind.config.js +++ b/tonecn/tailwind.config.js @@ -1,14 +1,17 @@ /** @type {import('tailwindcss').Config} */ export default { content: [ - "./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", + "./index.html", ], theme: { extend: { colors: { 'default-bg': '#fafafa', 'dark-bg': '#1a1a1a', + }, + screens: { + 'xs': '440px' } }, },