更改官方觉醒排列
This commit is contained in:
parent
1360f8be56
commit
95ebdedfa2
15
README.md
15
README.md
|
@ -19,24 +19,11 @@ This tool can help you easily create and share Swipe Formation or Solo Formation
|
|||
## 快速使用在线版(推荐) | Online Quick Start (Recommended)
|
||||
* <https://mapaler.github.io/PADDashFormation/> (Github Pages)
|
||||
* <https://mapaler.com/PADDashFormation/> (我自己的镜像 | my own mirror)
|
||||
> *Gitee* 的镜像已经停止更新。
|
||||
> The mirror of *Gitee* has stopped updating.
|
||||
|
||||
## 创建你自己的镜像网站 | Create your own mirror web site
|
||||
`git clone`到你的 *http* 服务目录即可访问,将来更新时只需要`git pull`即可。
|
||||
`git clone` to your *http* service directory for visited, and `git pull` for future updates.
|
||||
|
||||
## 下载后使用本地版 | Use the local version after downloaded
|
||||
> 火狐95.0后不再允许程序访问本地资源了,无法使用此方法。
|
||||
> After Firefox 95.0, programs are no longer allowed to access local resources and this method cannot be used.
|
||||
|
||||
[下载压缩包](../../archive/refs/heads/master.zip)或`git clone`后使用浏览器打开`index.html`。
|
||||
[Download ZIP](../../archive/refs/heads/master.zip) or `git clone`, and open the `index.html` with Browser.
|
||||
* 火狐68.0及以后需要在`about:config`设定`privacy.file_unique_origin`为`false`。
|
||||
Firefox 68.0 or above need setting the `privacy.file_unique_origin` to `false` in `about:config`.
|
||||
* Chrome需要添加`--allow-file-access-from-files`启动参数。
|
||||
Chrome browser need start with the additional argument `--allow-file-access-from-files`.
|
||||
|
||||
# 翻译我 | Translate me
|
||||
## 目前支持的语言 | Languages currently supported
|
||||
1. 中文(简体)
|
||||
|
@ -101,7 +88,7 @@ Please refer to existing files.
|
|||
> * [Puzzle & Dragons](//www.puzzleanddragons.us/)
|
||||
> * [퍼즐앤드래곤](//pad.neocyon.com/W/)
|
||||
|
||||
> © Fontworks Inc. Font Kurokane Right Reserved.
|
||||
> © Fontworks Inc. Font Kurokane Right Reserved.
|
||||
> くろかね字体版权归属于Fontworks有限公司。
|
||||
> [くろかね書体](//fontworks.co.jp/fontsearch/kurokanestd-eb/)の権利は フォントワークス株式会社 に帰属します。
|
||||
|
||||
|
|
|
@ -429,16 +429,16 @@ const equivalent_awoken = [
|
|||
const official_awoken_sorting = [
|
||||
21, 19, 43, 45, 10, 11, 12, 13, 49,
|
||||
56, 53, 61, 50, 52, 68, 69, 70, 28,
|
||||
27, 48, 62, 57, 58, 60, 59, 54, 55,
|
||||
14, 15, 16, 17, 18, 29, 20, 44, 51,
|
||||
48, 62, 57, 58, 60, 59, 54, 55, 44,
|
||||
14, 15, 16, 17, 18, 29, 9, 27, 51,
|
||||
99,100,101,102,103,104, 98, 96, 97,
|
||||
22, 23, 24, 25, 26, 32, 31, 33, 34,
|
||||
4, 5, 6, 7, 8, 35, 36, 37, 38,
|
||||
1, 2, 3, 46, 47, 39, 40, 41, 42,
|
||||
65, 66, 67, 9, 71, 72, 30, 64, 63,
|
||||
4, 5, 6, 7, 8, 35, 36, 37, 38,
|
||||
1, 2, 3, 46, 47, 39, 40, 41, 42,
|
||||
65, 66, 67, 20, 71, 72, 30, 64, 63,
|
||||
73, 74, 75, 76, 77, 78, 79, 80, 81,
|
||||
82, 84, 83, 85, 86, 87, 88, 89, 90,
|
||||
91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
100,101,102,103,104
|
||||
91, 92, 93, 94, 95,
|
||||
];
|
||||
|
||||
//pdc的徽章对应数字
|
||||
|
|
|
@ -5975,7 +5975,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-json_data.js",
|
||||
"c07f449c1e8a13d43325e130f352ef54"
|
||||
"cbc329103d29cdcbc734788ba9bf7311"
|
||||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
|
|
Loading…
Reference in New Issue