前端静态文件压缩

This commit is contained in:
srcrs 2023-07-28 20:18:36 +08:00
parent 4516e72b5c
commit 7cd65f70a0
7 changed files with 83 additions and 72306 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RSS Reader</title> <title>RSS Reader</title>
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> --> <!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
<link rel="stylesheet" href="static/index.css"> <link rel="stylesheet" href="static/index.min.css">
<link rel="icon" href="static/favicon.svg" type="image/x-icon"> <link rel="icon" href="static/favicon.svg" type="image/x-icon">
<style> <style>
body { body {
@ -91,10 +91,10 @@
</div> </div>
<!-- <script src="https://unpkg.com/vue@next"></script> --> <!-- <script src="https://unpkg.com/vue@next"></script> -->
<script src="static/vue.global.js"></script> <script src="static/vue.global.prod.js"></script>
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.3/index.full.js"></script> --> <!-- <script src="https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.3/index.full.js"></script> -->
<script src="static/index.full.js"></script> <script src="static/index.full.min.js"></script>
<script> <script>
const app = Vue.createApp({ const app = Vue.createApp({
data() { data() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

78
static/index.full.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
static/index.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long