添加图片

This commit is contained in:
2026-06-06 21:32:12 +08:00 Unverified
parent c9f6ebff8f
commit b467bce022
18 changed files with 92 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 964 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

+90
View File
@@ -0,0 +1,90 @@
import type { PhotoTopic } from "../photo-types";
export const bjrzTopic: PhotoTopic = {
slug: "bjrz",
title: "班级日志",
text: "来自 bjrz 图床合集的班级日志照片,把日常片段按时间顺序收在这里。",
cover: "/assets/bjrz/bjrz-01.png",
photos: [
{
title: "班级日志 01",
caption: "",
image: "/assets/bjrz/bjrz-01.png"
},
{
title: "班级日志 02",
caption: "",
image: "/assets/bjrz/bjrz-02.jpg"
},
{
title: "班级日志 03",
caption: "",
image: "/assets/bjrz/bjrz-03.jpg"
},
{
title: "班级日志 04",
caption: "",
image: "/assets/bjrz/bjrz-04.jpg"
},
{
title: "班级日志 05",
caption: "",
image: "/assets/bjrz/bjrz-05.jpg"
},
{
title: "班级日志 06",
caption: "",
image: "/assets/bjrz/bjrz-06.jpg"
},
{
title: "班级日志 07",
caption: "",
image: "/assets/bjrz/bjrz-07.jpg"
},
{
title: "班级日志 08",
caption: "",
image: "/assets/bjrz/bjrz-08.jpg"
},
{
title: "班级日志 09",
caption: "",
image: "/assets/bjrz/bjrz-09.jpg"
},
{
title: "班级日志 10",
caption: "",
image: "/assets/bjrz/bjrz-10.jpg"
},
{
title: "班级日志 11",
caption: "",
image: "/assets/bjrz/bjrz-11.jpg"
},
{
title: "班级日志 12",
caption: "",
image: "/assets/bjrz/bjrz-12.jpg"
},
{
title: "班级日志 13",
caption: "",
image: "/assets/bjrz/bjrz-13.jpg"
},
{
title: "班级日志 14",
caption: "",
image: "/assets/bjrz/bjrz-14.jpg"
},
{
title: "班级日志 15",
caption: "",
image: "/assets/bjrz/bjrz-15.jpg"
},
{
title: "班级日志 16",
caption: "",
image: "/assets/bjrz/bjrz-16.jpg"
}
]
};
+2
View File
@@ -1,4 +1,5 @@
import type { PhotoTopic } from "./photo-types";
import { bjrzTopic } from "./photo-topics/bjrz";
import { candidTopic } from "./photo-topics/candid";
import { classroomTopic } from "./photo-topics/classroom";
import { eventsTopic } from "./photo-topics/events";
@@ -10,6 +11,7 @@ export const galleryIntro = {
};
export const photoTopics: PhotoTopic[] = [
bjrzTopic,
classroomTopic,
eventsTopic,
graduationDayTopic,