feat: update terminology from "户外招聘会" to "线下招聘会" across the application and improve job position urgency display
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-22 15:24:31 +08:00
parent b4c92cb27d
commit 48325cefa4
10 changed files with 43 additions and 34 deletions

View File

@@ -264,7 +264,7 @@ export default [
component: './Jobfair/PublicJobFair/Signups',
},
{
name: '户外招聘会管理',
name: '线下招聘会管理',
path: '/jobfair/outdoor-fair',
component: './Jobfair/Outdoorfair',
},
@@ -279,7 +279,7 @@ export default [
component: './Jobfair/Venueinfo/Detail',
},
{
name: '户外招聘会详情',
name: '线下招聘会详情',
path: '/jobfair/outdoor-fair/detail',
component: './Jobfair/Outdoorfair/Detail',
},