Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5037b8f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwhy committed Dec 7, 2023
1 parent d04351a commit a6b9dac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="manifest" href="./manifest.json" crossOrigin="use-credentials" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GOST API Manage</title>
<script type="module" crossorigin src="./assets/index-ad644408.js"></script>
Expand Down
13 changes: 13 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "GOST API Manage",
"short_name": "GOST API Manage",
"start_url": "/gost-ui/",
"display": "standalone",
"description": "gostv3 在线管理程序",
"icons": [
{
"src": "./favicon.ico",
"sizes": "32x32"
}
]
}

0 comments on commit a6b9dac

Please sign in to comment.