浏览代码

Update index.php (#83)

* Update index.php
* Update template.phps
Steve Moretz 3 年之前
父节点
当前提交
6300a6a0a2
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      build/template.phps
  2. 3 3
      index.php

+ 3 - 3
build/template.phps

@@ -67,9 +67,9 @@ $opcache = (new Service($options))->handle();
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <title>OPcache statistics on <?= $opcache->getData('version', 'host'); ?></title>
-    <script src="//unpkg.com/react/umd/react.production.min.js" crossorigin></script>
-    <script src="//unpkg.com/react-dom/umd/react-dom.production.min.js" crossorigin></script>
-    <script src="//unpkg.com/axios/dist/axios.min.js" crossorigin></script>
+    <script src="//unpkg.com/react/umd/react.production.min.js"></script>
+    <script src="//unpkg.com/react-dom/umd/react-dom.production.min.js"></script>
+    <script src="//unpkg.com/axios/dist/axios.min.js"></script>
     <style type="text/css">
         {{CSS_OUTPUT}}
     </style>

文件差异内容过多而无法显示
+ 3 - 3
index.php


部分文件因为文件数量过多而无法显示