Delete list.md link in README

This commit is contained in:
daydreamer-json
2026-02-28 06:23:39 +09:00
parent 4cfa379343
commit dc85e7ba2b
4 changed files with 70 additions and 21 deletions

View File

@@ -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. To easily view information about past versions of game packages and other items, please refer to the following page.
- **Game packages** https://ak-endfield-api-archive.daydreamer-json.cc/
- [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)
Some packages are available via the GitHub Releases mirror. Previous pages created using Markdown will not be maintained.
All dates and times specified in Markdown files are in Asia server time (China Standard Time, UTC+8).
## Contributing ## Contributing

23
pages/.oxfmtrc.json Normal file
View 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
View 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"
}
}
}
}

View File

@@ -67,6 +67,13 @@
I assume no responsibility whatsoever. I assume no responsibility whatsoever.
<strong>PLEASE USE IT AT YOUR OWN RISK.</strong> <strong>PLEASE USE IT AT YOUR OWN RISK.</strong>
</p> </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> </section>
<hr /> <hr />
<section> <section>