diff --git a/src/components/Moment/MomentCard.vue b/src/components/Moment/MomentCard.vue index d08799b..388fa65 100644 --- a/src/components/Moment/MomentCard.vue +++ b/src/components/Moment/MomentCard.vue @@ -8,7 +8,8 @@
+ :src="serviceFileRootPath + item" fit="cover" + :preview-src-list="[serviceFileRootPath + item]"/>

{{ formatTimeAgo(props.item.date) }}

diff --git a/src/store/app.ts b/src/store/app.ts index e03ad84..236260e 100644 --- a/src/store/app.ts +++ b/src/store/app.ts @@ -14,7 +14,7 @@ export const useAppStore = defineStore('ipp', { isDark: false, isWebSocket: false, serverIp: '14.103.235.151', - version: 'v1.0.0.2025062701' + version: 'v1.0.0.2025062702' }), actions: { initApp() { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 714c69b..adecb44 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -16,6 +16,10 @@ + +
+ 版本号:{{ appStore.version }} +
@@ -153,5 +157,11 @@ $login-height: 500px; } } } + + .app-version { + position: absolute; + bottom: 10px; + right: 10px; + } } diff --git a/src/views/moment/index.vue b/src/views/moment/index.vue index c7a1dcd..d0ba7a4 100644 --- a/src/views/moment/index.vue +++ b/src/views/moment/index.vue @@ -5,11 +5,15 @@
+ +