Compare commits

...

2 Commits

Author SHA1 Message Date
d7f2a15dda 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
2025-11-13 00:12:26 +08:00
e2c70e89eb 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
2025-11-12 23:56:46 +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