feat: add college archive fields
Some checks failed
CI 检查 / lint (pull_request) Has been cancelled
CI 检查 / typecheck (pull_request) Has been cancelled
CI 检查 / test (pull_request) Has been cancelled

This commit is contained in:
2026-07-21 15:35:35 +08:00
parent 2626d5f460
commit 37ef6f9dd7
11 changed files with 95 additions and 6 deletions

View File

@@ -42,6 +42,8 @@ async function main() {
supervisor: '',
targetCollege: `目标院校${(i % 20) + 1}`,
targetMajor: `目标专业${(i % 10) + 1}`,
collegeSchool: `大专院校${(i % 12) + 1}`,
collegeMajor: `大专专业${(i % 8) + 1}`,
subjectDirection: ['物化生', '物化地', '史政地'][i % 3],
grade: '高三',
profileDate: '2024-09-01',