Skip to content

Commit

Permalink
Update to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmm25002500 committed Nov 7, 2022
1 parent 70e0c37 commit 6edc2c7
Show file tree
Hide file tree
Showing 20 changed files with 1,484 additions and 71 deletions.
157 changes: 156 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.2",
"bootstrap-vue-3": "^0.3.12",
"breakpoints": "^0.0.0",
"core-js": "^3.8.3",
"jquery": "^3.6.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
"vue-router": "^4.0.3",
"vue-use-webp": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
Expand Down
Binary file added public/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
</script>
<!-- Messenger 洽談外掛程式 Code End -->
<div id="app"></div>

<!-- <script src="/js/all.js"></script> -->
</body>
</html>
776 changes: 776 additions & 0 deletions public/js/all.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6edc2c7

Please sign in to comment.