Skip to content

Commit

Permalink
test:init mini game
Browse files Browse the repository at this point in the history
  • Loading branch information
caijinghao committed Jul 22, 2024
1 parent 38e549f commit 4a11d7a
Show file tree
Hide file tree
Showing 149 changed files with 7,050 additions and 13,568 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/deploy.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

22 changes: 0 additions & 22 deletions .vscode/settings.json

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

55 changes: 0 additions & 55 deletions README.md

This file was deleted.

55 changes: 0 additions & 55 deletions README.zh-CN.md

This file was deleted.

42 changes: 42 additions & 0 deletions appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "xiaoyouxi",
"short_name": "xiaoyouxi",
"description": "",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#ffffff",
"icons": [
{
"src": "icons/icon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": []
}
94 changes: 0 additions & 94 deletions astro.config.mjs

This file was deleted.

Loading

0 comments on commit 4a11d7a

Please sign in to comment.