Skip to content

Commit

Permalink
V0.4.2 2024-05-28 图片放大查看时隐藏菜单按钮,修复切换页面时头图不切换的bug,修复fancybox在新插入文章的时候刷…
Browse files Browse the repository at this point in the history
…新机制出现问题,修复docker启动时不检查upload文件夹是否存在
  • Loading branch information
RandallAnjie committed May 28, 2024
1 parent 8073cb7 commit 7f0e6ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
volumes:
- ./redis:/data
app:
image: ranjie/rmoments:v0.4.1
image: ranjie/rmoments:v0.4.2
restart: always
#env_file: .env
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_with_redis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ranjie/rmoments:v0.4.1_with_redis # 记得检查镜像版本
image: ranjie/rmoments:v0.4.2_with_redis # 记得检查镜像版本
restart: always
ports:
- "3000:3000"
Expand Down
4 changes: 3 additions & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
</div>
<div id="version-info">
当前版本: <span id="version">V0.4.1</span>
当前版本: <span id="version">V0.4.2</span>
<div class="update-details">
更新日志:
<br/>
Expand Down Expand Up @@ -69,6 +69,8 @@
·V0.4.0 2024-05-18 新增站内通知功能,新增网站公告后台修改功能
<br/>
·V0.4.1 2024-05-21 修复保存memo后图片打开异常、修复menu菜单显示异常、修复权限控制异常
<br/>
·V0.4.2 2024-05-28 图片放大查看时隐藏菜单按钮,修复切换页面时头图不切换的bug,修复fancybox在新插入文章的时候刷新机制出现问题,修复docker启动时不检查upload文件夹是否存在
</div>
<div onclick="window.open('https://randallanjie.com/', '_blank');">Powered By Randall</div>
</div>
Expand Down

0 comments on commit 7f0e6ee

Please sign in to comment.