Skip to content

Commit

Permalink
[v] 2.14.6 (#63)
Browse files Browse the repository at this point in the history
* [v] 2.14.6

* [v] 2.14.8
  • Loading branch information
Keywos authored Aug 19, 2023
1 parent 1be89e8 commit c9e6439
Show file tree
Hide file tree
Showing 60 changed files with 7,817 additions and 3,798 deletions.
80 changes: 39 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"
name="viewport"
/>
<title>Sub Store</title>
<meta
name="description"
content="A sub-converter running in a Progressive Web App"
/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link
rel="alternate icon"
href="/favicon.ico"
type="image/png"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta id="theme__color" name="theme-color" content="#121212" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work

<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" /> -->
<meta http-equiv="Expires" content="0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport" />
<title>Sub Store</title>
<meta name="description" content="A sub-converter running in a Progressive Web App" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta id="theme__color" name="theme-color" content="#000" />
<link rel="manifest" href="/manifest.json" />
<style>
html {
background: #f2f2f2;
}

@media (prefers-color-scheme: dark) {
html {
background: #000;
}
}
</style>
</head>

<body>
<div id="app"></div>
<script type="module" async src="/src/splash.ts"></script>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
continue.</strong>
</noscript>
</body>

</html>
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@nutui/nutui": "^3.2.0",
"@nutui/nutui": "^3.3.8",
"@vueuse/core": "^8.9.2",
"@vueuse/integrations": "^8.9.2",
"axios": "^0.27.2",
Expand All @@ -21,6 +21,7 @@
"monaco-editor": "^0.33.0",
"pinia": "^2.0.14",
"qrcode": "^1.5.0",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.2.37",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.2.0-beta.36",
Expand All @@ -32,19 +33,21 @@
"@commitlint/config-angular": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^18.0.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-legacy": "^2.0.1",
"@vitejs/plugin-vue": "^3.1.1",
"consola": "^2.15.3",
"fast-glob": "^3.2.11",
"husky": "^8.0.1",
"sass": "^1.53.0",
"terser": "^5.14.1",
"typescript": "^4.7.4",
"vconsole": "^3.14.6",
"vite": "^2.9.13",
"vite": "^3.2.7",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.35.2"
"vue-tsc": "^0.35.2",
"workbox-window": "^7.0.0"
}
}
Loading

0 comments on commit c9e6439

Please sign in to comment.