Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
6 years ago | |
|---|---|---|
| document | 6 years ago | |
| fonts | 7 years ago | |
| images | 6 years ago | |
| languages | 6 years ago | |
| library | 6 years ago | |
| monsters-info | 6 years ago | |
| sound/voice | 6 years ago | |
| .gitignore | 6 years ago | |
| .jshintrc | 6 years ago | |
| LICENSE | 7 years ago | |
| README.md | 6 years ago | |
| help.md | 6 years ago | |
| index.html | 6 years ago | |
| manifest.json | 6 years ago | |
| multi.html | 6 years ago | |
| script-json_data.js | 6 years ago | |
| script-universal_function.js | 6 years ago | |
| script.js | 6 years ago | |
| solo.html | 6 years ago | |
| style-monsterimages.css | 6 years ago | |
| style.css | 6 years ago | |
| triple.html | 6 years ago | |
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。易用的编辑界面,电脑、手机上都可以轻松使用。
This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use editing interface and use on your PC and Phone.
| 单人 | Solo | 2人协力 | 2P |
|---|---|
![]() |
![]() |
| 3人协力 | 3P | 手机 | Mobile |
![]() |
![]() |
下载压缩包或git clone后使用浏览器打开index.html。
Download ZIP or git clone, and open the index.html with Browser.
about:config设定privacy.file_unique_origin为false。privacy.file_unique_origin to false in about:config.--allow-file-access-from-files启动参数。--allow-file-access-from-files.languages folderlanguage-list.js.{
name:"English",
i18n:"en",
searchlist:["en","ja"],
guideURL:id=>`http://www.puzzledragonx.com/en/monster.asp?n=${id}`
}
name is the name shown in the list.i18n is the language-tag for your language.searchlist is the search candidate list string order when you search monster in edit window.ja,en,ko,cht,chs languages.(See monsters-info)guideURL is a Function(cardId,cardName) to return game guide URL for your language.
//Full writing
guideURL:function(cardId,cardName)
{
return "http://sample.com/pad/search.php?id=" + cardId + "&name=" + cardName;
}
//In ES6 be equivalent to
guideURL:(cardId,cardName)=>`http://sample.com/pad/search.php?id=${cardId}&name=${cardName}`
//If you only need cardId, can write to
guideURL:cardId=>`http://sample.com/pad/search.php?id=${cardId}`
[i18n].css and [i18n].js.本软件灵感来源于PDC 智龙迷城伤害计算器
This software is inspired by PDC パズドラダメージ計算
© GungHo Online Entertainment Inc. All Right Reserved.
所有图片素材版权与怪物信息归属于GungHo在线娱乐有限公司。
パズル&ドラゴンズに関する画像及び情報等の権利はGungHo Online Entertainment Inc.に帰属します。
智龙迷城队伍图制作工具
JavaScript HTML SVG CSS other