WIP
This commit is contained in:
@@ -55,7 +55,6 @@ export type MoveIndicator =
|
||||
export type StyleCategory = "solid" | "gradient" | "pic" | "custom";
|
||||
|
||||
export type Style = {
|
||||
name: string;
|
||||
category: StyleCategory;
|
||||
background: SquareStyle;
|
||||
light: SquareStyle;
|
||||
@@ -110,6 +109,11 @@ export type SiteConfig = {
|
||||
iOSAppPopup: boolean;
|
||||
};
|
||||
|
||||
export type Recent = {
|
||||
title: string;
|
||||
hash: string;
|
||||
}[];
|
||||
|
||||
export type MaterialCount = {
|
||||
w: {
|
||||
p: number;
|
||||
|
||||
Reference in New Issue
Block a user