# 运营 profile 看板维护入口

更新日期：2026-06-03

良渚电商数据看板的日常数据刷新与定时任务已交接给 `operations` profile（飞书机器人名：运营）。

## 运营侧交接文档

```text
/Users/bot1/.hermes/profiles/operations/handoffs/liangzhu_ecommerce_operations_handoff_20260603.md
```

## 正式看板

```text
https://wwyl.yipeng.online/liangzhu-dashboard/
```

## 本地项目

```text
/Users/bot1/Volumes/root_for_ai/AI工作区/良渚_电商数据看板_前后端分离_20260602_0257
```

## 后续修改看板前必须知道

1. 先加载/阅读 `liangzhu-ecommerce-reporting` skill，尤其是“Front/back split dashboard upgrades”部分。
2. 看板是前后端分离项目，不要回退到旧的单文件静态 HTML 拼接模式。
3. 日常数据生产脚本在：

```text
/Users/bot1/.hermes/profiles/operations/scripts/liangzhu_daily_flow_bot1.py
```

4. 云端服务信息：

```text
cloud app: /srv/liangzhu-dashboard-app
systemd: liangzhu-dashboard.service
local port: 127.0.0.1:8768
nginx route: /liangzhu-dashboard/
```

5. 修改后至少验证：

```bash
curl -fsS https://wwyl.yipeng.online/liangzhu-dashboard/api/health
curl -fsS https://wwyl.yipeng.online/liangzhu-dashboard/api/meta
curl -fsS 'https://wwyl.yipeng.online/liangzhu-dashboard/api/dashboard?grain=day&date=<latest_date>'
curl -fsS 'https://wwyl.yipeng.online/liangzhu-dashboard/api/dashboard?grain=week&date=<latest_date>'
curl -fsS 'https://wwyl.yipeng.online/liangzhu-dashboard/api/dashboard?grain=month&date=<latest_date>'
```

6. 不要在文档、聊天、日志摘要中打印数据库密码、Feishu secret、Cookie、token、API key 或 OAuth 文件内容。
