flat: 暂存

This commit is contained in:
Apcallover
2025-12-07 12:56:02 +08:00
parent 2a5681f8e0
commit d01f153c6a
6 changed files with 261 additions and 246 deletions

View File

@@ -285,7 +285,9 @@ function deg2rad(deg) {
}
function vacanciesTo(vacancies) {
if (vacancies >= 0) {
if (vacancies === null) {
return '-人'
} else if (vacancies >= 0) {
return vacancies + "人"
} else {
return '不限人数'