Skip to content

Commit bfa37ea

Browse files
committed
Update package.json scripts for image retrieval and generation
1 parent bb993ce commit bfa37ea

13 files changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"dev": "node generateImageList.cjs && vite",
8-
"prebuild": "node generateImageList.cjs",
7+
"getphotos": "rm -rf temp_repo public/imgs && git clone https://github.com/ClassIsland/classisland-hub temp_repo && mkdir public/imgs && cp -r temp_repo/images/* public/imgs/ && rm -rf temp_repo",
8+
"dev": "pnpm getphotos && node generateImageList.cjs && vite",
9+
"prebuild": "pnpm getphotos && node generateImageList.cjs",
910
"build": "run-p type-check \"build-only {@}\" --",
1011
"preview": "vite preview",
1112
"build-only": "vite build",
-19.4 KB
Binary file not shown.

public/imgs/W R C 的 春 梦.png

-580 KB
Binary file not shown.

public/imgs/先 斩 后 奏.png

-22.1 KB
Binary file not shown.

public/imgs/哦~我爱你.png

-88.4 KB
Binary file not shown.
Binary file not shown.

public/imgs/录录我的.png

-23 KB
Binary file not shown.

public/imgs/我要发cihub挂你.png

-40.7 KB
Binary file not shown.

public/imgs/新时代自行车.png

-963 KB
Binary file not shown.
-33.9 KB
Binary file not shown.

public/imgs/逗比日常发疯.png

-528 KB
Binary file not shown.

public/imgs/都是群友设的精.png

-5.19 KB
Binary file not shown.

public/imgs/香 草 W R C.png

-70.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)