From 0ce2dfe6e8595690dd586af4b0645fbce9540b8f Mon Sep 17 00:00:00 2001 From: wanglihui <1769794040@qq.com> Date: Sat, 12 Aug 2023 21:04:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E2=9C=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + public/index.html => index.html | 4 +- package.json | 1 + pnpm-lock.yaml | 200 ++ public/js/tgs-player.js | 54 - public/tsdd-config.js | 5 + public/vite.svg | 1 - src/config/index.ts | 6 +- src/main.ts | 2 + src/types/components.d.ts | 10 - src/types/global.d.ts | 9 + src/utils/system-copyright.ts | 12 + vite.config.ts | 182 +- yarn.lock | 5014 ------------------------------- 14 files changed, 332 insertions(+), 5169 deletions(-) rename public/index.html => index.html (79%) delete mode 100644 public/js/tgs-player.js create mode 100644 public/tsdd-config.js delete mode 100755 public/vite.svg create mode 100644 src/utils/system-copyright.ts delete mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index a547bf3..088739f 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* +yarn.lock node_modules dist diff --git a/public/index.html b/index.html similarity index 79% rename from public/index.html rename to index.html index 84cd89c..5212a9f 100755 --- a/public/index.html +++ b/index.html @@ -6,11 +6,11 @@