🎨 默认采用新渲染方式

This commit is contained in:
BTMuli
2023-12-06 18:11:50 +08:00
parent d271444610
commit f11c1ef984

View File

@@ -104,7 +104,7 @@ const shareTitle = ref<string>("");
// 数据
const postId = Number(useRoute().params.post_id);
const postHtml = ref<string>("");
const devRender = ref<boolean>(false);
const devRender = ref<boolean>(true);
const renderPost = ref<TGApp.Plugins.Mys.SctPost.Base[]>([]);
const postRender = ref<PostRender>({
title: "",