This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2、调整详情列表默认值 3、修复从未全量备份,自定义时间不生效问题 4、修复分享那年今日渲染错误问题 5、浏览器支持下载视频,不用切换其它下载工具 6、修复新版高清图可下载,老版高清图无法下载问题 7、更换助手内部CDN或部分CDN切换离线地址,避免CDN不稳定造成助手无法使用,备份内容仍使用在线CDN,可自行切换离线CDN 8、纯文件备份,无需要打包下载时,无【下载管理】问题,导致无法重试失败条目问题 9、相册、视频导出,支持指定相片名称合成规则 10、优化识别后缀失败但文件名有点的问题 11、修复全部模块备份时,相册、视频模块为文件时,不出现打包下载按钮问题 12、修复增量备份为上次备份时,不生效问题 13、微信朋友圈同步到QQ空间的说说添加朋友圈标识 14、微信朋友圈同步到QQ空间的说说支持转换GPS坐标到火星坐标系(需在开发者维护腾讯地图WebKey) 15、微信朋友圈同步到QQ空间的说说支持修正坐标信息描述(需在开发者维护腾讯地图WebKey) 16、修复导出QQ好友到Excel,昵称与备注相反的问题 Signed-off-by: lvshuncai <lvshuncai@gmail.com>
- Loading branch information
Showing
46 changed files
with
1,524 additions
and
933 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
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 |
---|---|---|
|
@@ -48,4 +48,7 @@ $(function() { | |
galleryIns.openGallery(imgIdx * 1); | ||
}) | ||
|
||
// 初始化提示 | ||
$('[data-toggle="tooltip"]').tooltip(); | ||
|
||
}); |
Oops, something went wrong.