PC | Mac+Windows | 新更新资源神器!
更新3.3.7版本+3.40版本,保证最新版本!
~win7 | win8.1|macOS10.15系统请使用3.3.7版本
本版本已经整合源,打开压缩包,安装软件,导入视频源即可使用~
导入方法 :点击右上角设置-基础设置-数据管理;见下图
数据导入-本地导入-上传-选择我分享的.json文件
选中-点击覆盖即可~
MAC常见问题
macOS 安装后打开遇到「文件已损坏」的情况因为软件没有签名,所以会被 macOS 的安全检查所拦下。
{appname}为软件名, 访问前自行替换[含括号一起替换]
[1] 执行下面命令信任开发者, 会要求输入密码:
sudo spctl –master-disable
[2] 执行下面命令放行软件 :
sudo xattr -cr /Applications/{appname}.app
完成上面两个步骤,大多数情况下都能正常打开应用。
ps:如果提示以下内容:
option -r not recognizedusage: xattr [-slz] file [file …] xattr -p [-slz] attr_name file [file …] xattr -w [-sz] attr_name attr_value file [file …] xattr -d [-s] attr_name file [file …] xattr -c [-s] file [file …]The first form lists the names of all xattrs on the given file(s).The second form (-p) prints the value of the xattr attr_name.The third form (-w) sets the value of the xattr attr_name to attr_value.The fourth form (-d) deletes the xattr attr_name.The fifth form (-c) deletes (clears) all xattrs.options: -h: print this help -s: act on symbolic links themselves rather than their targets -l: print long format (attr_name: attr_value) -z: compress or decompress (if compressed) attribute value in zip format
则执行命令
xattr -c /Applications/{appname}.app/*
如果上述命令依然没有效果,可以尝试下面的命令:
sudo xattr -d com.apple.quarantine /Applications/{appname}.app/
评论(0)