mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
feat(theme): use twemoji for sidebar icons
This commit is contained in:
parent
cb2a71ef6a
commit
575df284ce
3 changed files with 113 additions and 30 deletions
|
|
@ -11,9 +11,10 @@ import {
|
|||
} from './constants'
|
||||
import { generateImages, generateMeta, generateFeed } from './hooks'
|
||||
import { toggleStarredPlugin } from './markdown/toggleStarred'
|
||||
import { base64DecodePlugin } from './markdown/base64'
|
||||
import { movePlugin, emojiRender, defs } from './markdown/emoji'
|
||||
|
||||
// @unocss-include
|
||||
|
||||
const baseUrl = process.env.GITHUB_ACTIONS ? '/FMHYedit' : '/'
|
||||
export default defineConfig({
|
||||
title: 'FMHY',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue