migration: audit uncertain code and prepare handoff
This commit is contained in:
@@ -1708,10 +1708,6 @@ function membershipDateDisplay(value) {
|
||||
|
||||
/* PRESERVATION-SOURCE-END app.js:8427-8904 */
|
||||
/* PRESERVATION-SOURCE-BEGIN app.js:9052-9283 */
|
||||
function outcomeClass(outcome) {
|
||||
return { "晋级": "outcome-advance", "炸板": "outcome-broken", "跌停": "outcome-down", "断板": "outcome-open" }[outcome] || "outcome-open";
|
||||
}
|
||||
|
||||
function trendClass(trend) {
|
||||
return { "升温": "trend-hot", "降温": "trend-cool", "新进": "trend-new", "持平": "trend-flat" }[trend] || "trend-flat";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user