feat: basic function for people management

- record people, edit people, delete people
- show people table, filter by some fileds
- recognize people info from image and text
This commit is contained in:
2025-10-09 22:05:57 +08:00
parent 37ac7439a2
commit e2c70e89eb
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "service"]
path = service
url = git@github.com:mamamiyear/if.u.service.git
[submodule "clients/web"]
path = clients/web
url = git@github.com:mamamiyear/if.u.clients.web.git

1
clients/web Submodule

Submodule clients/web added at d95ec615cd

1
service Submodule

Submodule service added at 4c48d11bfa