mirror of
https://github.com/fmhy/edit.git
synced 2026-02-05 02:31:07 +11:00
feedback page
This commit is contained in:
parent
885f7f54f0
commit
cf86f781e6
5 changed files with 21 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { defineConfig } from "vitepress";
|
||||
import UnoCSS from "unocss/vite";
|
||||
import { presetUno, presetAttributify, presetIcons } from "unocss";
|
||||
import { commitRef, meta, socials } from "./constants";
|
||||
import { commitRef, feedback, meta, socials } from "./constants";
|
||||
import { generateImages, generateMeta } from "./hooks";
|
||||
import { toggleStarredPlugin } from "./markdown/toggleStarred";
|
||||
import { base64DecodePlugin } from "./markdown/base64";
|
||||
|
|
@ -101,7 +101,7 @@ export default defineConfig({
|
|||
provider: "local",
|
||||
},
|
||||
footer: {
|
||||
message: `Made with ❤️ (rev: ${commitRef})`,
|
||||
message: `${feedback} (rev: ${commitRef})`,
|
||||
},
|
||||
outline: "deep",
|
||||
logo: "/fmhy.ico",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue