Skip to content

Commit

Permalink
Refine mark menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 14, 2024
1 parent 8bf16a4 commit e67fc5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/universities/main.cr
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ then set (next <input/>).value to my.value2
"hx-indicator": "#spinner",
"hx-include": "[name='_csrf'],input#marked_2023_unmark"
)
span "标记2023"
span "2023"
end
end

Expand All @@ -477,7 +477,7 @@ then set (next <input/>).value to my.value2
"hx-indicator": "#spinner",
"hx-include": "[name='_csrf'],input#marked_2022_unmark"
)
span "标记2022"
span "2022"
end
end

Expand All @@ -495,7 +495,7 @@ then set (next <input/>).value to my.value2
"hx-indicator": "#spinner",
"hx-include": "[name='_csrf'],input#marked_2021_unmark"
)
span "标记2021"
span "2021"
end
end

Expand All @@ -513,7 +513,7 @@ then set (next <input/>).value to my.value2
"hx-indicator": "#spinner",
"hx-include": "[name='_csrf'],input#marked_2020_unmark"
)
span "标记2020"
span "2020"
end
end

Expand All @@ -531,7 +531,7 @@ then set (next <input/>).value to my.value2
"hx-indicator": "#spinner",
"hx-include": "[name='_csrf'],input#marked_unmark"
)
span "手动标记"
span "手动"
end
end
end
Expand Down

0 comments on commit e67fc5b

Please sign in to comment.