feat(person): add pages

This commit is contained in:
2026-03-10 18:23:48 +08:00
parent 928f64a5f0
commit 062242a63c
25 changed files with 4862 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
export const BASE_LABEL_API =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://label.cowarobot.com"
: "https://label.softtest.cowarobot.com"