pull/187/head
sunmeng 2024-11-07 14:10:49 +08:00
parent b319f08bb6
commit 6f5610b40d
3 changed files with 112 additions and 3 deletions

6
package-lock.json generated
View File

@ -5376,9 +5376,9 @@
"dev": true "dev": true
}, },
"node_modules/ezuikit-js": { "node_modules/ezuikit-js": {
"version": "7.7.7", "version": "7.7.10",
"resolved": "https://registry.npmjs.org/ezuikit-js/-/ezuikit-js-7.7.7.tgz", "resolved": "https://registry.npmmirror.com/ezuikit-js/-/ezuikit-js-7.7.10.tgz",
"integrity": "sha512-VRkQN5u7bTdSwCqQYk3db7lR2kiXdCrMzr/rwmRZww8xqeXaghgttPjjI/kS+u/xVMAkl6hp9+47Yxs/zBRB8A==" "integrity": "sha512-mpySnXY3F4LzW0R262IZIFBfp3fpDNVaB5UBAeO/IhofZii+2UD0p5Oc/2BrPfjADmcZnGCMOvJ92hlUMkk5EQ=="
}, },
"node_modules/fast-deep-equal": { "node_modules/fast-deep-equal": {
"version": "3.1.3", "version": "3.1.3",

View File

@ -11,6 +11,7 @@
<noscript> <noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<script src="../src/assets/js/ek.js"></script>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>

108
src/assets/js/ek.js 100644

File diff suppressed because one or more lines are too long