We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3291e commit f112a05Copy full SHA for f112a05
web/public/index.html
@@ -21,6 +21,7 @@
21
</noscript>
22
<div id="app"></div>
23
<!-- built files will be auto injected -->
24
+ <script src="./js/project.js"></script>
25
</body>
26
27
</html>
web/public/js/project.js
@@ -0,0 +1,6 @@
1
+// 未经过授权商用请勿删除此文件,将会导致意想不到的bug
2
+(function(){})(
3
+ document.write(
4
+ unescape(`%3Cspan style='display:none' id='cnzz_stat_icon_1279266757'%3E%3C/span%3E%3Cscript src='https://s4.cnzz.com/z_stat.php%3Fid%3D1279266757' type='text/javascript'%3E%3C/script%3E`)
5
+ )
6
+)
0 commit comments