[U] Upgrade

This commit is contained in:
Hykilpikonna
2022-12-23 19:29:24 -05:00
parent 0b50d3b77f
commit fd82b02fb9
3 changed files with 13 additions and 22 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"marked": "^4.2.3",
"meshline": "^2.0.3",
"moment": "^2.29.4",
"tg-blog": "^1.0.7",
"tg-blog": "^1.0.8",
"three": "^0.143.0",
"vue": "3.2.33",
"vue-i18n": "^9.2.2",
+8 -17
View File
@@ -1,5 +1,5 @@
<template>
<div id="Life">
<TgBlog postsUrl="https://profile-api.hydev.org/exports/hykilp/posts.json">
<div id="header">
<p>欢迎</p>
<p>
@@ -9,8 +9,7 @@
这里是我记录生活的地方没有固定格式内容更新也会比较频繁
</p>
</div>
<TgBlog postsUrl="https://profile-api.hydev.org/exports/hykilp/posts.json"></TgBlog>
</div>
</TgBlog>
</template>
<script lang="ts">
@@ -29,18 +28,10 @@ export default class Blog extends Vue
<style lang="sass" scoped>
@import "src/css/colors"
#Life
margin: 20px auto
//font-size: 0.92em
width: min(450px, 80vw)
#header
color: $color-text-light
margin-bottom: 30px
// Phone layout
@media screen and (max-width: 570px)
#Life
margin: 20px 20px 0
width: unset
#header
margin-top: 50px
color: $color-text-light
text-align: left
font-size: 0.9em
margin-bottom: 30px
</style>
+4 -4
View File
@@ -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"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
tg-blog@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/tg-blog/-/tg-blog-1.0.7.tgz#ed0c3a1ba2247d70a84313ff1c2de1c07e24f93a"
integrity sha512-Fi2icI2eprFwBK06vi69l9msaGEaoqidNZ+ThLUsXJnAunPk/7xWT/NWCqBMfPiXSFR4uLFRMRPVJDm1eQLYUg==
tg-blog@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/tg-blog/-/tg-blog-1.0.8.tgz#38471185d74bea63abff68877d0d7a7faea63eae"
integrity sha512-/gTLRLnJALu9b2PiyPJADndnpoISqyI4OWiLaJrltv5oWHAtltcSLiPyCWEKh1UQgphMbKQZJ076jrUXet/c4Q==
dependencies:
"@vue-leaflet/vue-leaflet" "^0.7.0"
element-plus "^2.2.26"