mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🎨 默认采用新渲染方式
This commit is contained in:
@@ -104,7 +104,7 @@ const shareTitle = ref<string>("");
|
|||||||
// 数据
|
// 数据
|
||||||
const postId = Number(useRoute().params.post_id);
|
const postId = Number(useRoute().params.post_id);
|
||||||
const postHtml = ref<string>("");
|
const postHtml = ref<string>("");
|
||||||
const devRender = ref<boolean>(false);
|
const devRender = ref<boolean>(true);
|
||||||
const renderPost = ref<TGApp.Plugins.Mys.SctPost.Base[]>([]);
|
const renderPost = ref<TGApp.Plugins.Mys.SctPost.Base[]>([]);
|
||||||
const postRender = ref<PostRender>({
|
const postRender = ref<PostRender>({
|
||||||
title: "",
|
title: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user