[U] Upgrade
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
"marked": "^4.2.3",
|
"marked": "^4.2.3",
|
||||||
"meshline": "^2.0.3",
|
"meshline": "^2.0.3",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"tg-blog": "^1.0.7",
|
"tg-blog": "^1.0.8",
|
||||||
"three": "^0.143.0",
|
"three": "^0.143.0",
|
||||||
"vue": "3.2.33",
|
"vue": "3.2.33",
|
||||||
"vue-i18n": "^9.2.2",
|
"vue-i18n": "^9.2.2",
|
||||||
|
|||||||
+8
-17
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="Life">
|
<TgBlog postsUrl="https://profile-api.hydev.org/exports/hykilp/posts.json">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<p>欢迎!</p>
|
<p>欢迎!</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -9,8 +9,7 @@
|
|||||||
这里是我记录生活的地方,没有固定格式内容,更新也会比较频繁。
|
这里是我记录生活的地方,没有固定格式内容,更新也会比较频繁。
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<TgBlog postsUrl="https://profile-api.hydev.org/exports/hykilp/posts.json"></TgBlog>
|
</TgBlog>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
@@ -29,18 +28,10 @@ export default class Blog extends Vue
|
|||||||
<style lang="sass" scoped>
|
<style lang="sass" scoped>
|
||||||
@import "src/css/colors"
|
@import "src/css/colors"
|
||||||
|
|
||||||
#Life
|
#header
|
||||||
margin: 20px auto
|
margin-top: 50px
|
||||||
//font-size: 0.92em
|
color: $color-text-light
|
||||||
width: min(450px, 80vw)
|
text-align: left
|
||||||
|
font-size: 0.9em
|
||||||
#header
|
margin-bottom: 30px
|
||||||
color: $color-text-light
|
|
||||||
margin-bottom: 30px
|
|
||||||
|
|
||||||
// Phone layout
|
|
||||||
@media screen and (max-width: 570px)
|
|
||||||
#Life
|
|
||||||
margin: 20px 20px 0
|
|
||||||
width: unset
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1348,10 +1348,10 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
||||||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
||||||
|
|
||||||
tg-blog@^1.0.7:
|
tg-blog@^1.0.8:
|
||||||
version "1.0.7"
|
version "1.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/tg-blog/-/tg-blog-1.0.7.tgz#ed0c3a1ba2247d70a84313ff1c2de1c07e24f93a"
|
resolved "https://registry.yarnpkg.com/tg-blog/-/tg-blog-1.0.8.tgz#38471185d74bea63abff68877d0d7a7faea63eae"
|
||||||
integrity sha512-Fi2icI2eprFwBK06vi69l9msaGEaoqidNZ+ThLUsXJnAunPk/7xWT/NWCqBMfPiXSFR4uLFRMRPVJDm1eQLYUg==
|
integrity sha512-/gTLRLnJALu9b2PiyPJADndnpoISqyI4OWiLaJrltv5oWHAtltcSLiPyCWEKh1UQgphMbKQZJ076jrUXet/c4Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue-leaflet/vue-leaflet" "^0.7.0"
|
"@vue-leaflet/vue-leaflet" "^0.7.0"
|
||||||
element-plus "^2.2.26"
|
element-plus "^2.2.26"
|
||||||
|
|||||||
Reference in New Issue
Block a user