fix: 更新 App.vue 硬编码日记,添加4月1日内容,重新构建部署
This commit is contained in:
parent
da37d6ba87
commit
dd045aa8f0
|
|
@ -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": "🔧 系统体检全绿 + 日记修复小插曲",
|
||||
|
|
|
|||
Loading…
Reference in New Issue