WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9554619

Browse files
committed
feat: add image for flow field page
1 parent af0e424 commit 9554619

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/pages/flow-field/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { useEffect, useRef } from "react"
55

66
export const meta: RouteMeta = {
77
title: 'Flow Field',
8+
image: './screen.png'
89
}
910

1011
const SIDE = 30

src/pages/flow-field/screen.png

354 KB
Loading

src/router.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import minesweeper_image from "./pages/minesweeper/screen.png"
1313
import lightning_image from "./pages/lightning/screen.png"
1414
import hex_a_star_image from "./pages/hex-a-star/screen.png"
1515
import hacker_background_image from "./pages/hacker-background/screen.png"
16+
import flow_field_image from "./pages/flow-field/screen.png"
1617
import flask_image from "./pages/flask/screen.png"
1718
import collision_threads_image from "./pages/collision-threads/screen.png"
1819
import bird_inverse_kinematics_image from "./pages/bird-inverse-kinematics/screen.png"
@@ -195,9 +196,10 @@ export const ROUTES = {
195196
Component: lazy(() => import("./pages/flow-field/index.tsx")),
196197
meta: {
197198
title: 'Flow Field',
199+
image: flow_field_image
198200
},
199201
git: {
200-
lastModified: 1740833468000,
202+
lastModified: 1740836489000,
201203
firstAdded: 1727995709000
202204
},
203205
},

0 commit comments

Comments
 (0)