mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
feat: add license block
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type SiteConfig = {
|
||||
title: string,
|
||||
subtitle: string,
|
||||
url: string,
|
||||
|
||||
lang: string,
|
||||
|
||||
@@ -36,4 +37,10 @@ export type ProfileConfig = {
|
||||
url: string,
|
||||
icon: string,
|
||||
}[],
|
||||
};
|
||||
};
|
||||
|
||||
export type LicenseConfig = {
|
||||
enable: boolean;
|
||||
name: string,
|
||||
url: string,
|
||||
}
|
||||
Reference in New Issue
Block a user