Skip to content

Commit

Permalink
🔖 update version to 2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Oct 7, 2022
1 parent 2a70dd5 commit 5d2cd1b
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 222 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nicelinks-vue-client",
"version": "2.28.0",
"version": "2.28.1",
"description": "A nice website for assembling nice links created using Vue.js",
"author": "jeffjade <[email protected]>",
"private": true,
Expand Down Expand Up @@ -35,6 +35,7 @@
]
},
"dependencies": {
"@waline/client": "2.6.3",
"axios": "^0.18.1",
"countup": "^1.8.2",
"crypto-js": "^3.1.9-1",
Expand All @@ -45,7 +46,6 @@
"mark.js": "^8.11.1",
"marked": "^4.1.0",
"medium-zoom": "^1.0.6",
"qrcode": "^1.5.1",
"qrcode.vue": "1.7.0",
"raven-js": "^3.19.1",
"vue": "2.7.10",
Expand All @@ -55,7 +55,6 @@
"vuex": "^2.3.1"
},
"devDependencies": {
"@waline/client": "^2.6.3",
"add-asset-html-webpack-plugin": "^2.1.3",
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
Expand Down
3 changes: 2 additions & 1 deletion src/partials/HeaderNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ export default {
position: fixed;
width: 100%;
@include height-center($header-height);
backdrop-filter: blur(18px);
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(18px);
box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
z-index: 999;
transition: border 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
Expand Down Expand Up @@ -490,6 +490,7 @@ export default {
#app .header {
height: $header-mobile-height;
z-index: $zindex-header-mobile;
background-color: rgba(255, 255, 255, 0.96);
.nav {
padding: 0;
Expand Down
14 changes: 1 addition & 13 deletions src/views/Business.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
src="https://image.nicelinks.site/nice-small-store.jpeg"
alt="倾城之链 - 小商店"
/>
<img
class="miniprogram-qrcode"
src="https://image.nicelinks.site/%E5%80%BE%E5%9F%8E%E4%B9%8B%E9%93%BE-Banner.png"
alt="倾城之链 - 小程序"
/>
</div>
</el-card>
<Waline />
Expand Down Expand Up @@ -66,18 +61,11 @@ export default {
}
</script>

<style type="text/css" lang="scss">
<style type="text/css" lang="scss" scoped>
.advertise {
width: 100%;
text-align: center;
.miniprogram-qrcode {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
margin-top: 2rem;
}
.contact-us {
width: 250px;
height: 250px;
Expand Down
Loading

0 comments on commit 5d2cd1b

Please sign in to comment.