Release v0.1

submodules
- service: tag v0.1.0
- clients/web: tag v0.1.0

features:
- 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-11-12 23:57:24 +08:00
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 2c7dbada25

1
service Submodule

Submodule service added at 8174c4cfe5