mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
chore: update dependencies and enhance theme configuration
- Bump versions of several dependencies in package.json and pnpm-lock.yaml, including astro (5.1.9), @types/node (22.10.10), and lint-staged (15.4.2). - Introduce new Header, Footer, and Navigation components for improved layout structure. - Update theme configuration to clarify supported font styles and title spacing options. - Refactor theme toggle button for better accessibility and visual consistency. - Minor adjustments to CSS for improved button scaling effects and layout responsiveness.
This commit is contained in:
parent
d4e5fda5d1
commit
23b819319d
13 changed files with 220 additions and 93 deletions
3
src/types/index.d.ts
vendored
3
src/types/index.d.ts
vendored
|
@ -30,7 +30,8 @@ export interface ThemeConfig {
|
|||
global: {
|
||||
locale: typeof langPath[number]
|
||||
moreLocale: typeof langPath[number][]
|
||||
font: 'sans' | 'serif' | 'italic'
|
||||
font: 'sans' | 'serif'
|
||||
titleSpace: 1 | 2 | 3 | 4
|
||||
}
|
||||
|
||||
comment?: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue