-
加载中,请稍后...
+
+
+
加载中,请稍后...
-
{{ blogInfo.title }}
-
发布于 {{
+
{{ blogInfo.title }}
+
发布于 {{
timestampToString(blogInfo.publish_time) }}
@@ -89,29 +89,6 @@ 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'
}
},
},