mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🎨 默认采用新渲染方式
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user