mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: organize giscus-related configurations
This commit is contained in:
parent
4b270755bf
commit
d12e235a23
8 changed files with 43 additions and 251 deletions
|
@ -146,12 +146,4 @@ export default defineConfig({
|
||||||
devToolbar: {
|
devToolbar: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
server: {
|
|
||||||
headers: {
|
|
||||||
"Access-Control-Allow-Origin": "https://giscus.app"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
security: {
|
|
||||||
checkOrigin: true,
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,125 +0,0 @@
|
||||||
/*! Modified from GitHub's dark theme in primer/primitives.
|
|
||||||
* MIT License
|
|
||||||
* Copyright (c) 2018 GitHub Inc.
|
|
||||||
* https://github.com/primer/primitives/blob/main/LICENSE
|
|
||||||
*/
|
|
||||||
|
|
||||||
main {
|
|
||||||
--color-prettylights-syntax-comment: #8b949e;
|
|
||||||
--color-prettylights-syntax-constant: #79c0ff;
|
|
||||||
--color-prettylights-syntax-entity: #d2a8ff;
|
|
||||||
--color-prettylights-syntax-storage-modifier-import: #c9d1d9;
|
|
||||||
--color-prettylights-syntax-entity-tag: #7ee787;
|
|
||||||
--color-prettylights-syntax-keyword: #ff7b72;
|
|
||||||
--color-prettylights-syntax-string: #a5d6ff;
|
|
||||||
--color-prettylights-syntax-variable: #ffa657;
|
|
||||||
--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
|
|
||||||
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
||||||
--color-prettylights-syntax-invalid-illegal-bg: #8e1519;
|
|
||||||
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
||||||
--color-prettylights-syntax-carriage-return-bg: #b62324;
|
|
||||||
--color-prettylights-syntax-string-regexp: #7ee787;
|
|
||||||
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
||||||
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
||||||
--color-prettylights-syntax-markup-italic: #c9d1d9;
|
|
||||||
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
|
||||||
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
|
|
||||||
--color-prettylights-syntax-markup-deleted-bg: #67060c;
|
|
||||||
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
|
|
||||||
--color-prettylights-syntax-markup-inserted-bg: #033a16;
|
|
||||||
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
||||||
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
||||||
--color-prettylights-syntax-markup-ignored-text: #c9d1d9;
|
|
||||||
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
||||||
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
||||||
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
|
|
||||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
|
||||||
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
||||||
--color-btn-text: #c9d1d9;
|
|
||||||
--color-btn-bg: rgb(45 51 59 / 80%);
|
|
||||||
--color-btn-border: rgb(240 246 252 / 10%);
|
|
||||||
--color-btn-shadow: 0 0 transparent;
|
|
||||||
--color-btn-inset-shadow: 0 0 transparent;
|
|
||||||
--color-btn-hover-bg: rgb(45 51 59 / 50%);
|
|
||||||
--color-btn-hover-border: #8b949e;
|
|
||||||
--color-btn-active-bg: hsl(212deg 12% 18% / 50%);
|
|
||||||
--color-btn-active-border: #6e7681;
|
|
||||||
--color-btn-selected-bg: rgb(45 51 59 / 50%);
|
|
||||||
--color-btn-primary-text: #fff;
|
|
||||||
--color-btn-primary-bg: #238636;
|
|
||||||
--color-btn-primary-border: rgb(240 246 252 / 10%);
|
|
||||||
--color-btn-primary-shadow: 0 0 transparent;
|
|
||||||
--color-btn-primary-inset-shadow: 0 0 transparent;
|
|
||||||
--color-btn-primary-hover-bg: #2ea043;
|
|
||||||
--color-btn-primary-hover-border: rgb(240 246 252 / 10%);
|
|
||||||
--color-btn-primary-selected-bg: #238636;
|
|
||||||
--color-btn-primary-selected-shadow: 0 0 transparent;
|
|
||||||
--color-btn-primary-disabled-text: rgb(240 246 252 / 50%);
|
|
||||||
--color-btn-primary-disabled-bg: rgb(35 134 54 / 60%);
|
|
||||||
--color-btn-primary-disabled-border: rgb(240 246 252 / 10%);
|
|
||||||
--color-action-list-item-default-hover-bg: rgb(144 157 171 / 12%);
|
|
||||||
--color-segmented-control-bg: rgb(99 110 123 / 10%);
|
|
||||||
--color-segmented-control-button-bg: transparent;
|
|
||||||
--color-segmented-control-button-selected-border: #636e7b;
|
|
||||||
--color-fg-default: #c9d1d9;
|
|
||||||
--color-fg-muted: #8b949e;
|
|
||||||
--color-fg-subtle: #484f58;
|
|
||||||
--color-canvas-default: transparent;
|
|
||||||
--color-canvas-overlay: rgb(22 27 34 / 90%);
|
|
||||||
--color-canvas-inset: transparent;
|
|
||||||
--color-canvas-subtle: transparent;
|
|
||||||
--color-border-default: #30363d;
|
|
||||||
--color-border-muted: #21262d;
|
|
||||||
--color-neutral-muted: rgb(110 118 129 / 5%);
|
|
||||||
--color-neutral-subtle: rgb(110 118 129 / 10%);
|
|
||||||
--color-accent-fg: #58a6ff;
|
|
||||||
--color-accent-emphasis: #1f6feb;
|
|
||||||
--color-accent-muted: rgb(56 139 253 / 40%);
|
|
||||||
--color-accent-subtle: rgb(65 132 228 / 10%);
|
|
||||||
--color-success-fg: #3fb950;
|
|
||||||
--color-attention-fg: #c69026;
|
|
||||||
--color-attention-muted: rgb(174 124 20 / 40%);
|
|
||||||
--color-attention-subtle: rgb(174 124 20 / 15%);
|
|
||||||
--color-danger-fg: #f85149;
|
|
||||||
--color-danger-muted: rgb(229 83 75 / 40%);
|
|
||||||
--color-danger-subtle: rgb(229 83 75 / 10%);
|
|
||||||
--color-primer-shadow-inset: 0 0 transparent;
|
|
||||||
--color-scale-gray-7: #21262d;
|
|
||||||
--color-scale-blue-8: #0c2d6b;
|
|
||||||
|
|
||||||
/*! Extensions from @primer/css/alerts/flash.scss */
|
|
||||||
--color-social-reaction-bg-hover: var(--color-scale-gray-7);
|
|
||||||
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-8);
|
|
||||||
}
|
|
||||||
|
|
||||||
main .pagination-loader-container {
|
|
||||||
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line-dark.svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
.gsc-pagination-button {
|
|
||||||
background-color: var(--color-btn-bg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gsc-homepage-bg {
|
|
||||||
background: linear-gradient(135deg, #05485c, #032e58, #2f0154);
|
|
||||||
background-size: 600% 600%;
|
|
||||||
animation: gradient 21s ease infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes gradient {
|
|
||||||
0% {
|
|
||||||
background-position: 2% 0%;
|
|
||||||
}
|
|
||||||
|
|
||||||
50% {
|
|
||||||
background-position: 99% 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
background-position: 2% 0%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
main .gsc-loading-image {
|
|
||||||
background-image: url("https://github.githubassets.com/images/mona-loading-dark.gif");
|
|
||||||
}
|
|
|
@ -1,94 +0,0 @@
|
||||||
main {
|
|
||||||
--color-prettylights-syntax-comment: #6e7781;
|
|
||||||
--color-prettylights-syntax-constant: #0550ae;
|
|
||||||
--color-prettylights-syntax-entity: #8250df;
|
|
||||||
--color-prettylights-syntax-storage-modifier-import: #24292f;
|
|
||||||
--color-prettylights-syntax-entity-tag: #116329;
|
|
||||||
--color-prettylights-syntax-keyword: #cf222e;
|
|
||||||
--color-prettylights-syntax-string: #0a3069;
|
|
||||||
--color-prettylights-syntax-variable: #953800;
|
|
||||||
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
|
||||||
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
||||||
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
|
||||||
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
||||||
--color-prettylights-syntax-carriage-return-bg: #cf222e;
|
|
||||||
--color-prettylights-syntax-string-regexp: #116329;
|
|
||||||
--color-prettylights-syntax-markup-list: #3b2300;
|
|
||||||
--color-prettylights-syntax-markup-heading: #0550ae;
|
|
||||||
--color-prettylights-syntax-markup-italic: #24292f;
|
|
||||||
--color-prettylights-syntax-markup-bold: #24292f;
|
|
||||||
--color-prettylights-syntax-markup-deleted-text: #82071e;
|
|
||||||
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
|
||||||
--color-prettylights-syntax-markup-inserted-text: #116329;
|
|
||||||
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
|
||||||
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
||||||
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
||||||
--color-prettylights-syntax-markup-ignored-text: #eaeef2;
|
|
||||||
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
|
||||||
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
||||||
--color-prettylights-syntax-brackethighlighter-angle: #57606a;
|
|
||||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
|
||||||
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
|
||||||
--color-btn-text: #24292f;
|
|
||||||
--color-btn-bg: #f6f8fa;
|
|
||||||
--color-btn-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-btn-shadow: 0 1px 0 rgb(31 35 40 / 4%);
|
|
||||||
--color-btn-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
|
|
||||||
--color-btn-hover-bg: #f3f4f6;
|
|
||||||
--color-btn-hover-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-btn-active-bg: hsl(220deg 14% 93% / 100%);
|
|
||||||
--color-btn-active-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-btn-selected-bg: hsl(220deg 14% 94% / 100%);
|
|
||||||
--color-btn-primary-text: #fff;
|
|
||||||
--color-btn-primary-bg: #1f883d;
|
|
||||||
--color-btn-primary-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-btn-primary-shadow: 0 1px 0 rgb(31 35 40 / 10%);
|
|
||||||
--color-btn-primary-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
|
|
||||||
--color-btn-primary-hover-bg: #1a7f37;
|
|
||||||
--color-btn-primary-hover-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-btn-primary-selected-bg: hsl(137deg 66% 28% / 100%);
|
|
||||||
--color-btn-primary-selected-shadow: inset 0 1px 0 rgb(0 45 17 / 20%);
|
|
||||||
--color-btn-primary-disabled-text: rgb(255 255 255 / 80%);
|
|
||||||
--color-btn-primary-disabled-bg: #94d3a2;
|
|
||||||
--color-btn-primary-disabled-border: rgb(31 35 40 / 15%);
|
|
||||||
--color-action-list-item-default-hover-bg: rgb(208 215 222 / 32%);
|
|
||||||
--color-segmented-control-bg: #eaeef2;
|
|
||||||
--color-segmented-control-button-bg: transparent;
|
|
||||||
--color-segmented-control-button-selected-border: #8c959f;
|
|
||||||
--color-fg-default: #1F2328;
|
|
||||||
--color-fg-muted: #656d76;
|
|
||||||
--color-fg-subtle: #6e7781;
|
|
||||||
--color-canvas-default: transparent;
|
|
||||||
--color-canvas-overlay: #fff;
|
|
||||||
--color-canvas-inset: transparent;
|
|
||||||
--color-canvas-subtle: transparent;
|
|
||||||
--color-border-default: #d0d7de;
|
|
||||||
--color-border-muted: hsl(210deg 18% 87% / 100%);
|
|
||||||
--color-neutral-muted: rgb(175 184 193 / 20%);
|
|
||||||
--color-accent-fg: #0969da;
|
|
||||||
--color-accent-emphasis: #0969da;
|
|
||||||
--color-accent-muted: rgb(84 174 255 / 40%);
|
|
||||||
--color-accent-subtle: #ddf4ff;
|
|
||||||
--color-success-fg: #1a7f37;
|
|
||||||
--color-attention-fg: #9a6700;
|
|
||||||
--color-attention-muted: rgb(212 167 44 / 40%);
|
|
||||||
--color-attention-subtle: #fff8c5;
|
|
||||||
--color-danger-fg: #d1242f;
|
|
||||||
--color-danger-muted: rgb(255 129 130 / 40%);
|
|
||||||
--color-danger-subtle: #ffebe9;
|
|
||||||
--color-primer-shadow-inset: inset 0 1px 0 rgb(208 215 222 / 20%);
|
|
||||||
--color-scale-gray-1: #eaeef2;
|
|
||||||
--color-scale-blue-1: #b6e3ff;
|
|
||||||
|
|
||||||
/*! Extensions from @primer/css/alerts/flash.scss */
|
|
||||||
--color-social-reaction-bg-hover: var(--color-scale-gray-1);
|
|
||||||
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
main .pagination-loader-container {
|
|
||||||
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line.svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
main .gsc-loading-image {
|
|
||||||
background-image: url("https://github.githubassets.com/images/mona-loading-default.gif");
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
// import Disqus from '@/components/Comments/Disqus.astro'
|
// import Disqus from '@/components/Comments/Disqus.astro'
|
||||||
import Giscus from '@/components/Comments/Giscus.astro'
|
// import Giscus from '@/components/Comments/Giscus.astro'
|
||||||
// import Twikoo from '@/components/Comments/Twikoo.astro'
|
// import Twikoo from '@/components/Comments/Twikoo.astro'
|
||||||
import Waline from '@/components/Comments/Waline.astro'
|
import Waline from '@/components/Comments/Waline.astro'
|
||||||
import { themeConfig } from '@/config'
|
import { themeConfig } from '@/config'
|
||||||
|
@ -9,22 +9,22 @@ const enableComments = themeConfig.comment?.enabled ?? false
|
||||||
|
|
||||||
// Disqus
|
// Disqus
|
||||||
// const disqusShortname = themeConfig.comment?.disqus?.shortname || ''
|
// const disqusShortname = themeConfig.comment?.disqus?.shortname || ''
|
||||||
// const showDisqus = enableComments && themeConfig.comment.provider == 'disqus' && disqusShortname.trim() !== ''
|
// const showDisqus = enableComments && disqusShortname.trim() !== ''
|
||||||
|
|
||||||
Giscus
|
// Giscus
|
||||||
const giscusRepo = themeConfig.comment?.giscus?.repo || ''
|
// const giscusRepo = themeConfig.comment?.giscus?.repo || ''
|
||||||
const showGiscus = enableComments && themeConfig.comment.provider == 'giscus' && giscusRepo.trim() !== ''
|
// const showGiscus = enableComments && giscusRepo.trim() !== ''
|
||||||
|
|
||||||
// Twikoo
|
// Twikoo
|
||||||
// const twikooEnvId = themeConfig.comment?.twikoo?.envId || ''
|
// const twikooEnvId = themeConfig.comment?.twikoo?.envId || ''
|
||||||
// const showTwikoo = enableComments && themeConfig.comment.provider == 'twikoo' && twikooEnvId.trim() !== ''
|
// const showTwikoo = enableComments && twikooEnvId.trim() !== ''
|
||||||
|
|
||||||
// Waline
|
// Waline
|
||||||
const walineURL = themeConfig.comment?.waline?.serverURL || ''
|
const walineURL = themeConfig.comment?.waline?.serverURL || ''
|
||||||
const showWaline = enableComments && themeConfig.comment.provider == 'waline' && walineURL.trim() !== ''
|
const showWaline = enableComments && walineURL.trim() !== ''
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- {showDisqus && <Disqus />} -->
|
<!-- {showDisqus && <Disqus />} -->
|
||||||
{showGiscus && <Giscus />}
|
<!-- {showGiscus && <Giscus />} -->
|
||||||
<!-- {showTwikoo && <Twikoo />} -->
|
<!-- {showTwikoo && <Twikoo />} -->
|
||||||
{showWaline && <Waline />}
|
{showWaline && <Waline />}
|
||||||
|
|
|
@ -71,8 +71,7 @@ export const themeConfig: ThemeConfig = {
|
||||||
comment: {
|
comment: {
|
||||||
// enable comment system
|
// enable comment system
|
||||||
enabled: true, // true, false
|
enabled: true, // true, false
|
||||||
provider: 'waline', // giscus, waline
|
// waline
|
||||||
// waline comment system
|
|
||||||
// https://waline.js.org/en/
|
// https://waline.js.org/en/
|
||||||
waline: {
|
waline: {
|
||||||
// server url
|
// server url
|
||||||
|
@ -87,7 +86,20 @@ export const themeConfig: ThemeConfig = {
|
||||||
search: false, // true, false
|
search: false, // true, false
|
||||||
// image uploader
|
// image uploader
|
||||||
imageUploader: false, // true, false
|
imageUploader: false, // true, false
|
||||||
}
|
},
|
||||||
|
// giscus
|
||||||
|
// https://giscus.app/
|
||||||
|
giscus: {
|
||||||
|
repo: 'radishzzz/comment-giscus',
|
||||||
|
repoID: 'R_kgDOOy1K0w',
|
||||||
|
category: 'Announcements',
|
||||||
|
categoryID: 'DIC_kwDOOy1K084CqwuZ',
|
||||||
|
mapping: 'pathname',
|
||||||
|
strict: '0',
|
||||||
|
reactionsEnabled: '1',
|
||||||
|
emitMetadata: '0',
|
||||||
|
inputPosition: 'bottom',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
// COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
// COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||||
|
|
||||||
|
|
|
@ -29,13 +29,20 @@ export const walineLocaleMap: Record<string, string> = {
|
||||||
'zh-tw': 'zh-TW',
|
'zh-tw': 'zh-TW',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Giscus Language Map
|
||||||
|
// https://giscus.app/
|
||||||
export const giscusLocaleMap: Record<string, string> = {
|
export const giscusLocaleMap: Record<string, string> = {
|
||||||
'zh': 'zh-CN',
|
'de': 'de',
|
||||||
'zh-tw': 'zh-TW',
|
|
||||||
'ja': 'ja',
|
|
||||||
'en': 'en',
|
'en': 'en',
|
||||||
'es': 'es',
|
'es': 'es',
|
||||||
|
'fr': 'fr',
|
||||||
|
'ja': 'jp',
|
||||||
|
'ko': 'ko',
|
||||||
|
'pl': 'pl',
|
||||||
|
'pt': 'pt',
|
||||||
'ru': 'ru',
|
'ru': 'ru',
|
||||||
|
'zh': 'zh-CN',
|
||||||
|
'zh-tw': 'zh-TW',
|
||||||
}
|
}
|
||||||
|
|
||||||
// Supported Languages
|
// Supported Languages
|
||||||
|
|
19
src/types/index.d.ts
vendored
19
src/types/index.d.ts
vendored
|
@ -40,21 +40,22 @@ export interface ThemeConfig {
|
||||||
|
|
||||||
comment: {
|
comment: {
|
||||||
enabled: boolean
|
enabled: boolean
|
||||||
provider?: 'waline' | 'giscus'
|
|
||||||
waline?: {
|
waline?: {
|
||||||
serverURL?: string
|
serverURL?: string
|
||||||
emoji?: string[]
|
emoji?: string[]
|
||||||
search?: boolean
|
search?: boolean
|
||||||
imageUploader?: boolean
|
imageUploader?: boolean
|
||||||
},
|
}
|
||||||
giscus?: {
|
giscus?: {
|
||||||
repo: string
|
repo?: string
|
||||||
repoID: string
|
repoID?: string
|
||||||
category: string
|
category?: string
|
||||||
categoryID: string
|
categoryID?: string
|
||||||
mapping: 'pathname' | 'url' | 'title'
|
mapping?: 'pathname' | 'url' | 'title' | 'og:title'
|
||||||
inputPosition: 'top' | 'bottom'
|
strict?: '0' | '1'
|
||||||
loading: 'lazy' | 'embed'
|
reactionsEnabled?: '0' | '1'
|
||||||
|
emitMetadata?: '0' | '1'
|
||||||
|
inputPosition?: 'top' | 'bottom'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ import {
|
||||||
presetWind3,
|
presetWind3,
|
||||||
transformerDirectives,
|
transformerDirectives,
|
||||||
transformerVariantGroup,
|
transformerVariantGroup,
|
||||||
type Preset,
|
|
||||||
} from 'unocss'
|
} from 'unocss'
|
||||||
import presetTheme from 'unocss-preset-theme'
|
import presetTheme from 'unocss-preset-theme'
|
||||||
import { themeConfig } from './src/config.ts'
|
import { themeConfig } from './src/config.ts'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue