-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "MegSpot", | ||
"version": "v2.2.10", | ||
"version": "v2.2.11", | ||
"author": "weiyajun <[email protected]>", | ||
"description": "A tool to improve the viewing of pictures and videos by researchers", | ||
"homepage": "https://github.com/MegEngine/MegSpot", | ||
|
@@ -44,8 +44,8 @@ | |
"appId": "org.megvii.megspot", | ||
"copyright": " Copyright (c) 2022 Megvii Inc. All rights reserved.", | ||
"releaseInfo": { | ||
"releaseNotes": "一、新增功能:\n 1. 拖拽对比 模式中显示图像名称;\n 2. 支持在图像对比及视频对比中进入 拖拽对比 模式;\n二、bug修复:\n 1. 已修复拖拽对比中图像展示的顺序;", | ||
"releaseDate": "2024.06.02" | ||
"releaseNotes": "一、性能优化:\n 1. 对gallery画廊的图像列表启用懒加载,解决了文件过多时导致的卡顿问题", | ||
"releaseDate": "2024.10.28" | ||
}, | ||
"directories": { | ||
"output": "build" | ||
|
@@ -237,4 +237,4 @@ | |
"node": "16.20.2", | ||
"yarn": "1.22.21" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters