improve ui

This commit is contained in:
xmcp
2018-08-20 18:35:35 +08:00
parent c807fa04ce
commit 4fdc0753c1
9 changed files with 53 additions and 19 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>AsHole</title>
</head>
<body>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
@@ -20,5 +20,9 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<script>
if(/Android|iPhone|iPad|iPod/.test(navigator.userAgent))
alert('你为什么不用 PKU Helper 客户端呢?');
</script>
</body>
</html>