@piyoraik/ffxiv-lodestone-character-lookup 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ffxiv-lodestone-character-lookup
|
|
2
2
|
|
|
3
3
|
FFXIV の Lodestone を使って、以下を行うための共通ライブラリです。
|
|
4
4
|
|
|
@@ -46,9 +46,7 @@ const result = parseUltimateClearsFromAchievementHtml(html);
|
|
|
46
46
|
console.log(result);
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
##
|
|
50
|
-
|
|
51
|
-
## API一覧(概要)
|
|
49
|
+
## 関数一覧
|
|
52
50
|
|
|
53
51
|
| 関数 | 返り値 | 用途 |
|
|
54
52
|
|---|---|---|
|
|
@@ -63,7 +61,8 @@ console.log(result);
|
|
|
63
61
|
|
|
64
62
|
## 対応アチーブメント(高難度)
|
|
65
63
|
|
|
66
|
-
|
|
64
|
+
このライブラリが達成判定に対応しているアチーブメントの一覧です。
|
|
65
|
+
アップデートごとにベストエフォートで更新し、必要であればIssueやプルリクを頂ければ優先的に対応します。
|
|
67
66
|
|
|
68
67
|
| 種別 | 略称 | 正式名 |
|
|
69
68
|
|---|---|---|
|
package/package.json
CHANGED