增加页

This commit is contained in:
2026-05-02 20:33:24 +08:00
Unverified
parent 0d1f56cbb8
commit bc5d3894cb
12 changed files with 501 additions and 260 deletions
+20
View File
@@ -0,0 +1,20 @@
export const messagesIntro = {
title: "留言墙",
text: "可以把收集来的留言放在这里。老师寄语、同学短句、匿名祝福都很适合。"
};
export const featuredMessage = {
text: "后来我们去了不同的地方,但那间教室像一个坐标,提醒我们曾经一起出发。",
author: "写给高三 X 班"
};
export const messages = [
{
title: "给一年后的自己",
text: "不要忘记当时为什么出发,也不要害怕路上偶尔慢一点。"
},
{
title: "给老同学",
text: "愿你打开这个页面的时候,刚好想起一个很好的下午。"
}
];