diff --git a/src/modules/energy/ETCView.tsx b/src/modules/energy/ETCView.tsx new file mode 100644 index 0000000..c218700 --- /dev/null +++ b/src/modules/energy/ETCView.tsx @@ -0,0 +1,79 @@ +import { motion } from 'motion/react'; +import { Construction, Hammer } from 'lucide-react'; +import RotatingFooterHint from '../../components/RotatingFooterHint'; + +const ETC_HINTS = [ + 'ETC 通行费数据正在与发卡方系统打通…', + '工人 GG 正在搭脚手架,敬请期待 ~', + '马上能看到每月通行费明细啦', + '想看哪个维度的 ETC?反馈一下嘛', + '上线时机:等数据接通的那一天', +]; + +export default function ETCView() { + return ( +