fix: exchange map not found f field

This commit is contained in:
JuanZoran 2023-01-14 10:36:09 +08:00
parent f10fb38c02
commit 6cff1713cb

View File

@ -47,7 +47,7 @@ local exchange_map = {
['0'] = '原型 ',
['1'] = '类别 ',
['3'] = '第三人称单数',
-- ['f'] = '第三人称单数',
['f'] = '第三人称单数',
}
local function exist(res)