词典支持多语言(等待PR)
This commit is contained in:
10
document/dict_en.lua
Normal file
10
document/dict_en.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local HDsearch="https://harddrop.com/wiki?search="
|
||||
return{
|
||||
--Example:
|
||||
{"DT cannon",--Name
|
||||
"dt",--Search-keywords, separate with space
|
||||
"term",--Item type, help/other/game/term/english/name
|
||||
"Double-Triple Cannon\nsearch HD wiki for more",--text, allow \t and \n
|
||||
HDsearch.."dt",--URL, if need
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user