From 990f2ef03a3dea5b075f10db9d2158ec3ef1604f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 14 十一月 2024 12:16:17 +0800 Subject: [PATCH] 限制上传类型 --- index.html | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index b90124e..a105c48 100644 --- a/index.html +++ b/index.html @@ -213,18 +213,5 @@ </div> </div> <script type="module" src="/src/main.ts"></script> - <script type="module" src="./vconsole.js"> </script> - <script> - import VConsole from 'vconsole' - - Window.VConsole - // var vc = new VConsole({ - // disableLogScrolling: false, - // defaultPlugins: ["system", "network"], - // log: { maxLogNumber: 200 }, - // }); - window.JavaScriptMe.getAppCenterToken(); - - </script> </body> </html> -- Gitblit v1.8.0