mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: i18n, page title
(cherry picked from commit 0d9fc72bee009c591400055725680a6a0f5a9c83)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
// @ts-ignore
|
||||
import _config from '../../vivia.config.yml';
|
||||
|
||||
interface ViviaConfig {
|
||||
title: string;
|
||||
menu: {
|
||||
[key: string]: string;
|
||||
};
|
||||
lang: string;
|
||||
appearance: {
|
||||
hue: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user