fix: exchange map not found f field
This commit is contained in:
@ -47,7 +47,7 @@ local exchange_map = {
|
||||
['0'] = '原型 ',
|
||||
['1'] = '类别 ',
|
||||
['3'] = '第三人称单数',
|
||||
-- ['f'] = '第三人称单数',
|
||||
['f'] = '第三人称单数',
|
||||
}
|
||||
|
||||
local function exist(res)
|
||||
|
Reference in New Issue
Block a user