From 57e3bead08715d72efaeffe90fafa179b8366473 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Sat, 18 May 2024 12:02:14 +0800 Subject: [PATCH] 1.RSS更新 2.调整标签hover位置 3.font size --- src/components/swichLabel/edit.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/swichLabel/edit.vue b/src/components/swichLabel/edit.vue index 220052c..b1068a7 100644 --- a/src/components/swichLabel/edit.vue +++ b/src/components/swichLabel/edit.vue @@ -396,6 +396,8 @@ queryBlogArticleType } from '../../api/blogArticleType.js' + import MyOwO from '../common/MyOwO.vue' + import VueMarkdown from 'vue-markdown' const exp1 = "###   十里平湖 \r> ##### (卢照邻·唐) \r> 化自《长安古意》 \r* 十里平湖霜满天 \r* 寸寸青丝愁华年 \r* 对月形单望相护 \r* 只羡鸳鸯不羡仙 \r![](http://blog.inleft.com/photo/example.jpg)\n\n"; @@ -405,7 +407,8 @@ export default { components: { - VueMarkdown + VueMarkdown, + MyOwO, }, beforeMount() { queryBlogArticleType({}).then((res) => { -- Gitblit v1.9.1