37 Commits

Author SHA1 Message Date
fee01abb60 feat: support custom management
- add page to register a custom
- add page to show custom table
- custom can be deleted and updated
- custom can be shared by a generated image
- refactor recognization api for both people and custom
2025-12-18 23:54:38 +08:00
cb59b3693d feat: support upload cover for people
- wrappe the post and delete people image api, and upload image api
- add cover preview when register and edit
- support upload image when edit cover of people in edit and register
2025-11-25 20:46:12 +08:00
0256f0cf22 fix: npm lint errors 2025-11-24 09:44:02 +08:00
b1fb054714 feat: show match requirements of people in detail panel 2025-11-24 02:24:28 +08:00
c923244a68 feat: support user management
- sign up and delete account with email or phone
- sign in and sign out
- update nickname and avatar
- update account phone or email
2025-11-22 09:53:47 +08:00
83f8091e15 feat: support batch recognize images for batch register 2025-11-16 02:03:49 +08:00
63a813925f feat: support batch register resources 2025-11-15 16:37:33 +08:00
8873c183e7 feat: make remarks on people 2025-11-14 16:50:11 +08:00
5d56a4bbe9 feat: dispaly creation time of people in detail 2025-11-13 21:26:04 +08:00
d95ec615cd fix: reset buttons for filter table have no effect 2025-11-12 23:21:30 +08:00
ca55ad5512 refactor: avoid to use some deprecated properities 2025-11-12 16:20:21 +08:00
dda8e13587 feat: support edit people 2025-11-12 14:59:36 +08:00
c61a106373 refactor: adapt to api changes of web service 2025-11-12 11:35:31 +08:00
86ad54cccb feat: resource list can display the cover of the resource 2025-10-31 01:15:59 +08:00
ae617114e0 feat: support provide people cover when register 2025-10-31 00:39:09 +08:00
f00ec0588c refactor: optimize the display for input image 2025-10-30 20:47:43 +08:00
1f138f5097 fix: allow add or paste more images 2025-10-30 17:58:36 +08:00
18ee8c1ac2 feat: support paste image for post input image 2025-10-30 17:34:10 +08:00
c3800541d4 chore: change the production base url to right domain 2025-10-30 06:55:31 +08:00
9c83ba38b7 refactor: the resource list display style in mobile 2025-10-29 17:46:22 +08:00
d9f4f643b9 feat: add delete operation of resource list 2025-10-29 16:54:26 +08:00
9269d77ef7 fix: menu side bar scroll with main content area 2025-10-29 16:21:12 +08:00
a8170f45be feat: support AI search in resource list page 2025-10-29 16:10:33 +08:00
38676ec2d0 feat: name column of resource list table supporting to search in PC 2025-10-29 08:52:54 +08:00
01855ba13d feat: support the linkage between the menu drawer and the ai input drawer in mobile 2025-10-29 01:18:31 +08:00
3de5d296a0 fix: ai input box not auto adapt width follow drawer 2025-10-29 00:30:31 +08:00
2cce67d350 refactor: font of detail in people in resource list 2025-10-28 21:31:20 +08:00
5038249c1a refactor: change the web site desc and register page logo 2025-10-28 21:17:07 +08:00
a05bd23766 refactor: change the theme color scheme 2025-10-28 20:53:28 +08:00
bd817279db refactor: add top bar and adjust home page layout
- add top bar to show the title of web site
- move ai input and input image into right side drawer
2025-10-28 17:03:17 +08:00
1284698948 chore: use different base url for different output 2025-10-28 00:50:58 +08:00
8dbdefb8b1 chore: add publish scripts 2025-10-27 21:16:25 +08:00
81995263d6 feat: people add new filed 'contact' 2025-10-27 15:38:02 +08:00
f202eba35a fix: some build errors and warnings caused by useless code 2025-10-27 00:43:19 +08:00
28de10061a feat: use api for manage people
- wrap the backend apis
- post people by api
- list people by api
- auto fill people form by post input api
- auto fill people form by post image api
2025-10-27 00:42:18 +08:00
ddb04ff15e feat: basic layout and pages
- add basic layout with sidebar and main container
- add three menus in sidebar
- add people form page for post people
- add text and image input for recognize people info
- add people table page for show peoples
2025-10-27 00:37:39 +08:00
7c28eda415 Initial commit 2025-10-27 00:35:14 +08:00