introduction and about cache

This commit is contained in:
josc146
2023-05-20 16:33:32 +08:00
parent ca33d75f19
commit 8c79f206e6
6 changed files with 41 additions and 22 deletions

View File

@@ -17,6 +17,8 @@ import {ConfigSelector} from '../components/ConfigSelector';
import MarkdownRender from '../components/MarkdownRender';
import commonStore from '../stores/commonStore';
export type IntroductionContent = { [lang: string]: string }
type NavCard = {
label: string;
desc: string;