This commit is contained in:
Maciej Caderek
2022-04-23 03:58:31 +02:00
parent 8462bb949a
commit 4e67a55a15
83 changed files with 692 additions and 167 deletions

View File

@@ -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;