|
|
@@ -488,21 +488,21 @@ mini-talent/ # 人才小程序项目
|
|
|
├── src/
|
|
|
│ ├── app.tsx # 小程序入口
|
|
|
│ ├── app.config.ts # 小程序配置 (需替换为rencai页面路由)
|
|
|
-│ ├── pages/ # 页面目录
|
|
|
-│ │ ├── login/ # 登录页 (从UI包导入)
|
|
|
-│ │ │ └── index.tsx
|
|
|
-│ │ ├── index/ # 首页/个人主页 (从UI包导入)
|
|
|
-│ │ │ └── index.tsx
|
|
|
-│ │ ├── attendance/ # 考勤记录 (从UI包导入)
|
|
|
-│ │ │ └── index.tsx
|
|
|
-│ │ ├── personal-info/ # 个人信息 (从UI包导入)
|
|
|
-│ │ │ └── index.tsx
|
|
|
-│ │ ├── employment/ # 就业信息 (从UI包导入)
|
|
|
-│ │ │ └── index.tsx
|
|
|
-│ │ └── settings/ # 设置页 (从UI包导入)
|
|
|
-│ │ └── index.tsx
|
|
|
-│ ├── schemas/ # 验证模式
|
|
|
-│ └── utils/ # 工具函数
|
|
|
+│ ├── app.css # 全局样式
|
|
|
+│ ├── index.html # HTML模板
|
|
|
+│ └── pages/ # 页面目录
|
|
|
+│ ├── login/ # 登录页 (从UI包导入)
|
|
|
+│ │ └── index.tsx
|
|
|
+│ ├── index/ # 首页/个人主页 (从UI包导入)
|
|
|
+│ │ └── index.tsx
|
|
|
+│ ├── attendance/ # 考勤记录 (从UI包导入)
|
|
|
+│ │ └── index.tsx
|
|
|
+│ ├── personal-info/ # 个人信息 (从UI包导入)
|
|
|
+│ │ └── index.tsx
|
|
|
+│ ├── employment/ # 就业信息 (从UI包导入)
|
|
|
+│ │ └── index.tsx
|
|
|
+│ └── settings/ # 设置页 (从UI包导入)
|
|
|
+│ └── index.tsx
|
|
|
├── config/ # 配置文件
|
|
|
├── package.json
|
|
|
├── jest.config.js # Jest配置
|