kuaifan 97718bc22a feat(ai-kb): 系统应用知识库迁出核心库,改由应用自带
主程序核心 RAG 知识库不再内置系统应用文档,改由各应用安装时自带并同步到 overlay。

- 删除 approve/okr/minder/drawio/office/fileview/search/ai-assistant 等系统应用共 125 个核心 chunk
- _meta/feature-map.yaml 移除已迁出 feature 块;tool-binding.yaml 清理失效 feature 引用
- 13 个保留文件的跨库死链 [[xref]] 降级为纯文本
- docker/appstore/.gitignore 忽略应用 KB overlay 目录(ai-kb/*,保留 .gitkeep)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 22:07:07 +00:00

42 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: checkin.plugin.concept
title: 签到是插件还是内置功能
type: concept
feature: checkin
scope: end-user
locale: zh
aliases:
- 签到是插件吗
- 签到要装吗
- checkin 插件
- 人脸签到是插件吗
- 签到要不要安装
related_tools: []
related_pages: []
prerequisites: []
negative:
- 应用市场没有名为「checkin」或「签到」的独立插件
- 卸载 face 插件不会影响 WiFi / 定位 / 手动签到
last_verified: v1.7.90
---
# 签到是插件还是内置功能
## 结论
签到打卡的**主体功能是 DooTask 内置的**,不需要单独安装插件。模型 (`UserCheckinRecord` / `UserCheckinMac` / `UserCheckinFace`)、签到机器人 (`check-in@bot.system`)、提醒任务 (`CheckinRemindTask`)、设置接口都打包在主程序里,开箱即用。
## 各签到方式的依赖
- **手动签到manual**:无依赖,主程序自带
- **WiFi 签到auto**:无插件依赖,只需要管理员在 OpenWrt 路由器执行一键安装脚本
- **定位签到locat**:无插件依赖,但需要管理员在「签到设置」配置百度 / 高德 / 腾讯地图 Key且只支持移动端 App
- **人脸签到face****需要安装 face 插件**应用市场搜「Face check-in」并配套人脸识别硬件设备
## 关联应用市场
- `face` 插件:人脸识别后端服务,未装时人脸上传 / 现场刷脸都会失败(人脸签到详细说明随 face 应用知识库提供)
- `approve` 插件:影响提醒筛选——已请假 / 外出审批的成员不会收到缺卡提醒
## 不支持
- 没有第三方「考勤」插件取代内置签到
- 没法只装签到不装签到机器人(机器人是系统自动创建的)
- 主程序版本升级后签到能力随版本走,无独立版本号