From 83a2d36209ae14d38c23a7875ffd82c7bc3f602c Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 1 Sep 2024 17:20:33 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20[docs]:=20=E6=96=B0=E5=A2=9E=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/StatsBar.vue | 6 +++--- docs/{ => components}/scripts/githubAPI.ts | 0 docs/{ => components}/scripts/i18nData.ts | 3 ++- docs/en/index.md | 4 +++- docs/tsconfig.json | 15 +++++++++++++++ docs/zh/index.md | 3 ++- 6 files changed, 25 insertions(+), 6 deletions(-) rename docs/{ => components}/scripts/githubAPI.ts (100%) rename docs/{ => components}/scripts/i18nData.ts (89%) create mode 100644 docs/tsconfig.json diff --git a/docs/components/StatsBar.vue b/docs/components/StatsBar.vue index 624e8c07..06e7927c 100644 --- a/docs/components/StatsBar.vue +++ b/docs/components/StatsBar.vue @@ -1,5 +1,5 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000..f912f254 --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "components/**/*.ts" + ], + "exclude": [ + "node_modules" + ] +} \ No newline at end of file diff --git a/docs/zh/index.md b/docs/zh/index.md index 0017920b..bcbc269c 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -60,7 +60,8 @@ features: link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE --- + - +