revert: 删除考勤打卡模块代码,准备重新开发

删除:PunchStatus.kt, PunchApi.kt, PunchFragment.kt, fragment_punch.xml
恢复:HomeFragment(去掉下拉手势/PunchApi/工作状态处理)
恢复:fragment_home.xml(去掉pullDownArea覆盖层)
恢复:nav_main.xml(去掉action_home_to_punch)
恢复:NetworkModule(去掉PunchApi提供者)

考勤模块将按NFC打卡流程重新从需求开始设计开发。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-04-28 20:23:00 +09:30
parent e44a25e841
commit 98de3f0b46
8 changed files with 20 additions and 548 deletions

View File

@@ -28,9 +28,6 @@
<!-- 首页 → 任务列表 -->
<action android:id="@+id/action_home_to_taskList"
app:destination="@id/taskListFragment" />
<!-- 首页 → 考勤打卡(下拉入口) -->
<action android:id="@+id/action_home_to_punch"
app:destination="@id/punchFragment" />
</fragment>
<!-- 设备绑定页 -->