Browse Source

add stats and copyright

dev
xmcp 7 years ago
parent
commit
d77b835603
  1. 9
      public/index.html
  2. 2
      src/Title.js

9
public/index.html

@ -24,5 +24,14 @@
if(/Android|iPhone|iPad|iPod/.test(navigator.userAgent)) if(/Android|iPhone|iPad|iPod/.test(navigator.userAgent))
alert('你为什么不用 PKU Helper 客户端呢?'); alert('你为什么不用 PKU Helper 客户端呢?');
</script> </script>
<script>
var cnzz_s_tag = document.createElement('script');
cnzz_s_tag.type = 'text/javascript';
cnzz_s_tag.async = true;
cnzz_s_tag.charset = "utf-8";
cnzz_s_tag.src = "https://w.cnzz.com/c.php?id=1274501752&async=1";
var root_s = document.getElementsByTagName('script')[0];
root_s.parentNode.insertBefore(cnzz_s_tag, root_s);
</script>
</body> </body>
</html> </html>

2
src/Title.js

@ -23,6 +23,8 @@ export function Title(props) {
<li>英梨梨是我的你们都不要抢</li> <li>英梨梨是我的你们都不要抢</li>
</ul> </ul>
<br /> <br />
<p>By @xmcp</p>
<br />
<p> <p>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save