mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
Emoji Legend
This commit is contained in:
parent
7757817636
commit
a1ff4fd79f
9 changed files with 158 additions and 7 deletions
|
|
@ -1,18 +1,17 @@
|
|||
import { h } from "vue";
|
||||
import {type Theme, inBrowser } from "vitepress";
|
||||
import { type Theme, inBrowser } from "vitepress";
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import Sidebar from "./layouts/Sidebar.vue";
|
||||
import "./style.css";
|
||||
import "uno.css";
|
||||
|
||||
if (inBrowser)
|
||||
import('./pwa')
|
||||
|
||||
if (inBrowser) import("./pwa");
|
||||
|
||||
export default {
|
||||
Layout: () => {
|
||||
return h(DefaultTheme.Layout, null, {
|
||||
"sidebar-nav-after": () => h(Sidebar),
|
||||
});
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) { },
|
||||
} satisfies Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue