mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-21 23:02:20 +01:00
docs: remove obsolete links from readme
This commit is contained in:
23
README.md
23
README.md
@@ -25,28 +25,9 @@ Currently, raw data is provided as-is without modification. It is also not decry
|
||||
|
||||
To easily view information about past versions of game packages and other items, please refer to the following page.
|
||||
|
||||
- **Game packages**
|
||||
- [Windows Global Official](/output/akEndfield/launcher/game/6/list.md)
|
||||
- [Windows Global Epic](/output/akEndfield/launcher/game/801/list.md)
|
||||
- [Windows Global Google Play](/output/akEndfield/launcher/game/802/list.md)
|
||||
- [Windows China Official](/output/akEndfield/launcher/game/1/list.md)
|
||||
- [Windows China Bilibili](/output/akEndfield/launcher/game/2/list.md)
|
||||
- **Game patch packages**
|
||||
- [Windows Global Official](/output/akEndfield/launcher/game/6/list_patch.md)
|
||||
- [Windows Global Epic](/output/akEndfield/launcher/game/801/list_patch.md.md)
|
||||
- [Windows Global Google Play](/output/akEndfield/launcher/game/802/list_patch.md.md)
|
||||
- [Windows China Official](/output/akEndfield/launcher/game/1/list_patch.md)
|
||||
- [Windows China Bilibili](/output/akEndfield/launcher/game/2/list_patch.md)
|
||||
- **Game resources** (Windows, Android, iOS, PlayStation)
|
||||
- [Global](/output/akEndfield/launcher/game_resources/6/list.md)
|
||||
- [China](/output/akEndfield/launcher/game_resources/1/list.md)
|
||||
- **Launcher packages**
|
||||
- [Launcher (zip)](/output/akEndfield/launcher/launcher/list.md)
|
||||
- [Launcher (installer)](/output/akEndfield/launcher/launcherExe/list.md)
|
||||
https://ak-endfield-api-archive.daydreamer-json.cc/
|
||||
|
||||
Some packages are available via the GitHub Releases mirror.
|
||||
|
||||
All dates and times specified in Markdown files are in Asia server time (China Standard Time, UTC+8).
|
||||
Previous pages created using Markdown will not be maintained.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
23
pages/.oxfmtrc.json
Normal file
23
pages/.oxfmtrc.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"ignorePatterns": [
|
||||
"output/raw/**/index_main.json",
|
||||
"output/raw/**/index_initial.json"
|
||||
],
|
||||
"useTabs": false,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"endOfLine": "lf",
|
||||
"arrowParens": "always",
|
||||
"bracketSameLine": false,
|
||||
"bracketSpacing": true,
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
"insertFinalNewline": true,
|
||||
"jsxSingleQuote": true,
|
||||
"objectWrap": "preserve",
|
||||
"proseWrap": "preserve",
|
||||
"quoteProps": "as-needed",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
38
pages/biome.json
Normal file
38
pages/biome.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||||
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
||||
"files": { "ignoreUnknown": false, "includes": ["**"] },
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"useEditorconfig": true,
|
||||
"formatWithErrors": false,
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"lineEnding": "lf",
|
||||
"lineWidth": 120,
|
||||
"attributePosition": "auto",
|
||||
"bracketSpacing": true
|
||||
},
|
||||
"linter": { "enabled": false, "rules": { "recommended": true } },
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"jsxQuoteStyle": "single",
|
||||
"quoteProperties": "asNeeded",
|
||||
"trailingCommas": "all",
|
||||
"semicolons": "always",
|
||||
"arrowParentheses": "always",
|
||||
"bracketSameLine": false,
|
||||
"quoteStyle": "single",
|
||||
"attributePosition": "auto",
|
||||
"bracketSpacing": true
|
||||
}
|
||||
},
|
||||
"assist": {
|
||||
"enabled": true,
|
||||
"actions": {
|
||||
"source": {
|
||||
"organizeImports": "on"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,6 +67,13 @@
|
||||
I assume no responsibility whatsoever.
|
||||
<strong>PLEASE USE IT AT YOUR OWN RISK.</strong>
|
||||
</p>
|
||||
<h3>Thanks</h3>
|
||||
<table class="table table-sm table-borderless w-auto mb-2">
|
||||
<tr>
|
||||
<td class="fw-bold">Vivi029</td>
|
||||
<td>Added Windows Google Play Games channel</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
<hr />
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user