22 lines
767 B
JavaScript
22 lines
767 B
JavaScript
var languageList = [
|
|
{
|
|
name:"中文(简体)",i18n:"zh",searchlist:["chs","ja"],
|
|
guideURL:"http://pad.skyozora.com/pets/$1"
|
|
},
|
|
{
|
|
name:"中文(繁體)",i18n:"zh-TW",searchlist:["cht","ja"],
|
|
guideURL:"http://pad.skyozora.com/pets/$1"
|
|
},
|
|
{
|
|
name:"English",i18n:"en",searchlist:["en","ja"],
|
|
guideURL:"http://www.puzzledragonx.com/en/awokenskill.asp?n=$1"
|
|
},
|
|
{
|
|
name:"日本語",i18n:"ja",searchlist:["ja"],
|
|
guideURL:"https://pd.appbank.net/m$1" //or https://altema.jp/pazudora/monster/$1
|
|
},
|
|
{
|
|
name:"한국어",i18n:"ko",searchlist:["ko","ja"],
|
|
guideURL:"http://www.thisisgame.com/pad/info/monster/detail.php?code=$1"
|
|
},
|
|
]; |