瀏覽代碼

删除无用的JavaScript文件

移除了`docs/assets/index-7a8341c8.js`文件,因为它已不再被使用。这有助于清理项目并减少不必要的文件。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan 3 月之前
父節點
當前提交
ff7836d3e2

+ 3 - 1
.gitignore

@@ -26,4 +26,6 @@ dist-production
 *.sln
 *.sw?
 
-!docs
+!docs
+
+vite.config.ts.timestamp-*

+ 8 - 0
LICENSE

@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright © 2024 宋子桓(Song Zihuan)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

文件差異過大導致無法顯示
+ 0 - 0
docs/assets/index-bdb50508.js


文件差異過大導致無法顯示
+ 0 - 0
docs/assets/index-cbe9601d.js


+ 1 - 1
docs/index.html

@@ -13,7 +13,7 @@
             overflow: auto;
         }
     </style>
-  <script type="module" crossorigin src="/assets/index-89b1b679.js"></script>
+  <script type="module" crossorigin src="/assets/index-bdb50508.js"></script>
   <link rel="modulepreload" crossorigin href="/assets/vue-3aa8a031.js">
   <link rel="stylesheet" href="/assets/index-82840275.css">
 </head>

+ 1 - 1
src/utils/build_time.json

@@ -1 +1 @@
-{"compile_time":1734715139895,"time_zone":"Asia/Shanghai"}
+{"compile_time":1735145057416,"time_zone":"Asia/Shanghai"}

文件差異過大導致無法顯示
+ 0 - 131
vite.config.ts.timestamp-1734632413964-8ef1f8093762.mjs


部分文件因文件數量過多而無法顯示