mirror of
https://github.com/fmhy/edit.git
synced 2026-02-16 00:01:26 +11:00
posts setup
This commit is contained in:
parent
8f457fa166
commit
5ae23bea33
14 changed files with 528 additions and 229 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import Sidebar from "./components/SidebarCard.vue";
|
||||
import Announcement from "./components/Announcement.vue";
|
||||
import { useData } from "vitepress";
|
||||
import { nextTick, provide } from "vue";
|
||||
import Sidebar from "./components/SidebarCard.vue";
|
||||
import Announcement from "./components/Announcement.vue";
|
||||
|
||||
const { isDark } = useData();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue