feat(theme): use twemoji for sidebar icons

This commit is contained in:
taskylizard 2024-02-24 14:20:10 +00:00
parent cb2a71ef6a
commit 575df284ce
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
3 changed files with 113 additions and 30 deletions

View file

@ -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',