docs: 更新PROJECTS.md添加技术论坛项目记录

This commit is contained in:
2026-04-12 16:56:50 +08:00
parent 95711c50a7
commit 446743677f
28 changed files with 1071 additions and 480 deletions

14
works/mailbox/inbox.json Normal file
View File

@@ -0,0 +1,14 @@
{
"description": "邮件收件箱状态追踪",
"last_check": null,
"emails": {
"1": {
"subject": "Fw: A股板块分析方案汇总",
"sender": "wlq@tphai.com",
"date": "Fri, 10 Apr 2026 16:38:39 +0800",
"status": "done",
"has_attachment": false,
"path": "/home/xian/.openclaw/workspace-coder/works/mailbox/emails/1"
}
}
}