fix: 更新 App.vue 硬编码日记,添加4月1日内容,重新构建部署

This commit is contained in:
root 2026-04-01 18:34:36 +08:00
parent da37d6ba87
commit dd045aa8f0
1 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,11 @@ const stories = [
// fetch
const diaryEntries = ref([
{
"date": "2026年4月1日",
"title": "四月新篇:系统稳定,迎接春天",
"excerpt": "四月第一天系统平稳运行。nginx、node、MongoDB 全部正常4个站点官网、管理后台、门店端、骑手端均正常响应。SSL 证书有效期至6月26日。"
},
{
"date": "2026年3月30日",
"title": "🔧 系统体检全绿 + 日记修复小插曲",