隔壁唠嗑频道
@CopyRightZGQInc
频道主的个人主页
domain.zgqinc.gq
如需查找分类请查看Tag列表
https://t.me/ZGQincLiqun/426
网页版
tgchannel.zgqinc.gq
RSS订阅
https://tgchannel.zgqinc.gq/rss.xml
聊天群组 @LiqunZGQinc
@CopyRightZGQInc
频道主的个人主页
domain.zgqinc.gq
如需查找分类请查看Tag列表
https://t.me/ZGQincLiqun/426
网页版
tgchannel.zgqinc.gq
RSS订阅
https://tgchannel.zgqinc.gq/rss.xml
聊天群组 @LiqunZGQinc
已可更新Spotify PC版全新UI界面
3个月前Spotify更新了新的UI界面,当时很多东西还没有适配,这个月初已经陆续开始适配了,到现在已经相对比较完善。新增了一些内容,改动较多,写了个脚本完成。
安装&更新&配置一条龙脚本:
💻 Windows:
🐧 Linux:
如果你是首次安装,中途可能会报错,解决方法是打开Spotify并登录,等待几秒钟后再运行一次脚本。
懒人配置:
https://spicetify.zgqinc.gq/Marketplace-backup.json
导入方法:顶部导航栏,Marketplace,右上角Marketplace Settings,最下面Back up/Restore,Open,Import from file。
脚本和配置不定期更新,如果觉得哪里不对劲先尝试跑脚本和重新导入配置,如果没有解决可以在评论区反馈。
#PC软件 #音乐 #Github
3个月前Spotify更新了新的UI界面,当时很多东西还没有适配,这个月初已经陆续开始适配了,到现在已经相对比较完善。新增了一些内容,改动较多,写了个脚本完成。
安装&更新&配置一条龙脚本:
iwr -useb https://spicetify.zgqinc.gq/install.ps1 | iexcurl -fsSL https://spicetify.zgqinc.gq/install.sh | bash如果你是首次安装,中途可能会报错,解决方法是打开Spotify并登录,等待几秒钟后再运行一次脚本。
懒人配置:
https://spicetify.zgqinc.gq/Marketplace-backup.json
导入方法:顶部导航栏,Marketplace,右上角Marketplace Settings,最下面Back up/Restore,Open,Import from file。
脚本和配置不定期更新,如果觉得哪里不对劲先尝试跑脚本和重新导入配置,如果没有解决可以在评论区反馈。
#PC软件 #音乐 #Github
The Classrooms v0.6.1
已应用专用破解补丁,基于Goldberg模拟器。
https://store.steampowered.com/app/2099110/The_Classrooms/
#游戏 #Steam
已应用专用破解补丁,基于Goldberg模拟器。
https://store.steampowered.com/app/2099110/The_Classrooms/
#游戏 #Steam
一些针对专有打包格式的解包工具以及如何确定文件类型
这类工具有很多,这里只提供我认为最好用易上手的。
⚪️ Universal Extractor 2是一款比较通用的解包工具以及文件类型扫描工具,集成了上百个工具比如知名的TrID和7zip。
通过扫描文件二进制中的binary signature和开头magic number以确定文件类型,然后使用对应的工具进行解包。
如果你只需要确定文件类型,也可切到扫描模式,会输出扫描结果,部分已知类型会给出解包建议。
项目地址:https://github.com/Bioruebe/UniExtract2
下载地址:https://update.bioruebe.com/uniextract/files/nightly.zip
如果你想深入了解文件类型,可以使用文件类型数据库,推荐FILExt:https://filext.com/zh/
但Universal Extractor 2不是万能的,额外提供一些我知道的解包工具。
🔹 针对UE4/UE5的pak和ucas:
https://github.com/4sval/FModel
需要注意,有些游戏使用AES加密,需要使用工具提取AES密钥:https://github.com/EZFNDEV/UEAESKeyFinder
然后在Alt栏Directory的AES窗口输入密钥进行解密。导出后为工程文件,可以直接导入开发工具。
🔹 针对Unity的assets:
https://github.com/AssetRipper/AssetRipper
https://github.com/Perfare/AssetStudio
https://github.com/mafaca/UtinyRipper
https://github.com/nesrak1/UABEA
导出后为工程文件,可以直接导入开发工具。
🔹 针对Godot的pck:
https://github.com/DmitriySalnikov/GodotPCKExplorer
https://github.com/GDRETools/gdsdecomp
🔹 针对不同品牌手机的刷机包:
https://github.com/AiKirito/UY-Sct
🔹 针对Wallpaper Engine的pkg:
https://github.com/notscuffed/repkg
🔹 针对pyinstaller打包的exe:
https://github.com/extremecoders-re/pyinstxtractor
🔹 针对Enigma Virtual Box打包的单文件exe:
https://github.com/mos9527/evbunpack
🔹 针对Ren'Py的rpa:
https://github.com/Lattyware/unrpa
如果有其它需求也可以在评论区讨论。
#PC软件 #Github #网站 #游戏
这类工具有很多,这里只提供我认为最好用易上手的。
通过扫描文件二进制中的binary signature和开头magic number以确定文件类型,然后使用对应的工具进行解包。
如果你只需要确定文件类型,也可切到扫描模式,会输出扫描结果,部分已知类型会给出解包建议。
项目地址:https://github.com/Bioruebe/UniExtract2
下载地址:https://update.bioruebe.com/uniextract/files/nightly.zip
如果你想深入了解文件类型,可以使用文件类型数据库,推荐FILExt:https://filext.com/zh/
但Universal Extractor 2不是万能的,额外提供一些我知道的解包工具。
https://github.com/4sval/FModel
需要注意,有些游戏使用AES加密,需要使用工具提取AES密钥:https://github.com/EZFNDEV/UEAESKeyFinder
然后在Alt栏Directory的AES窗口输入密钥进行解密。导出后为工程文件,可以直接导入开发工具。
https://github.com/AssetRipper/AssetRipper
https://github.com/Perfare/AssetStudio
https://github.com/mafaca/UtinyRipper
https://github.com/nesrak1/UABEA
导出后为工程文件,可以直接导入开发工具。
https://github.com/DmitriySalnikov/GodotPCKExplorer
https://github.com/GDRETools/gdsdecomp
https://github.com/AiKirito/UY-Sct
https://github.com/notscuffed/repkg
https://github.com/extremecoders-re/pyinstxtractor
https://github.com/mos9527/evbunpack
https://github.com/Lattyware/unrpa
如果有其它需求也可以在评论区讨论。
#PC软件 #Github #网站 #游戏
一些修改版/第三方客户端
⚠️ 禁止分享到国内平台。
• 频道主自用:
📱 YouTube
📱
https://t.me/ZGQincLiqun/3449
https://newpipe.net/
https://github.com/InfinityLoop1308/PipePipe
📱
https://t.me/CopyRightZGQInc/853
📱 Twitter
📱
https://github.com/crimera/piko
https://github.com/crimera/twitter-apk
https://github.com/lluni/twitter-apk
https://t.me/ZGQincLiqun/2261
https://t.me/TwiFucker/493
https://play.google.com/store/apps/details?id=allen.town.focus.twitter
https://f-droid.org/packages/org.ca.squawker/
https://f-droid.org/packages/com.thehcj.quacker/
https://play.google.com/store/apps/details?id=app.jjyy.chuckle
https://play.google.com/store/apps/details?id=com.caij.twiper
📱 Spotify
📱 💻 🐧
https://t.me/ZGQincLiqun/3308
https://t.me/ZGQincLiqun/3501
https://github.com/KRTirtho/spotube
📱 Twitch
📱
https://t.me/ZGQincLiqun/2599
https://github.com/crackededed/Xtra
https://github.com/twireapp/Twire
📱 Discord
📱 💻 🐧
https://t.me/ZGQincLiqun/3380
🫥 Pixiv
📱
https://github.com/CeuiLiSA/Pixiv-Shaft
https://github.com/Notsfsssf/pixez-flutter
https://github.com/kerrinz/pixiv-artvier
💻
https://github.com/Pixeval/Pixeval
📱 💻 🐧
https://github.com/wgh136/pixes
📱 Reddit
📱
https://t.me/rvx_lite
https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforreddit
https://play.google.com/store/apps/details?id=allen.town.focus.red
📱 Instagram
📱
https://t.me/instander
https://t.me/instasmashrepo
https://github.com/ReSo7200/InstaEclipse
https://t.me/ZGQincLiqun/2261
https://www.instamod.app/
🎵 YouTube Music
📱
https://t.me/ZGQincLiqun/3501
https://github.com/fast4x/RiMusic
https://github.com/25huizengek1/ViTune
https://github.com/toasterofbread/spmp
https://t.me/AWAvenue/258
https://t.me/rvx_lite/1781
https://apt.izzysoft.de/fdroid/index/apk/com.dd3boh.outertune
https://apt.izzysoft.de/fdroid/index/apk/com.metrolist.music
https://apt.izzysoft.de/fdroid/index/apk/com.malopieds.innertune
https://f-droid.org/packages/com.toasterofbread.spmp/
💻 🐧
https://github.com/th-ch/youtube-music
https://github.com/nukeop/nuclear
🫥 Mastodon
📱
https://github.com/tuskyapp/Tusky
https://github.com/LucasGGamerM/moshidon
🛒 F-Droid
📱
https://t.me/ZGQincLiqun/3363
📱 Firefox
💻 📱
https://t.me/ZGQincLiqun/2036
📱 Steam
📱 💻 🐧 📱
https://t.me/ZGQincLiqun/3338
https://t.me/ZGQincLiqun/3321
📱 Google Play
📱
https://auroraoss.com/
📱
https://www.apkmirror.com/
https://apk.support/apk-downloader
📱 Microsoft Store
💻
https://t.me/ZGQincLiqun/3325
📱 Termux
📱
https://t.me/ZGQincLiqun/3305
📱 IMDb
📱
https://t.me/ZGQincLiqun/3444
💻 BitTorrent
📱 💻 🐧 📱
https://t.me/ZGQincLiqun/3320
📱 Wikipedia
📱
https://github.com/kiwix/kiwix-android
📱
https://addons.mozilla.org/zh-CN/firefox/addon/modern-for-wikipedia/
📱 Adobe
💻
https://t.me/ZGQincLiqun/3335
☁️ Onedrive
📱
https://t.me/AWAvenue/371
https://github.com/newhinton/Round-Sync
https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite
🫥 e621
📱 💻 🐧 📱
https://t.me/ZGQincLiqun/3359
🫥 E-Hentai/ExHentai
📱 💻 🐧
https://t.me/ZGQincLiqun/3384
https://t.me/ZGQincLiqun/3385
• 频道主不用但是还不错的:
📱 TikTok
📱
https://t.me/TikTokModCloud
📱 Bilibili
📱
https://t.me/PiliPala_Beta
https://github.com/orz12/PiliPalaX
https://github.com/bggRGjQaUbCoE/PiliPlus
https://t.me/ZGQincLiqun/1741
https://github.com/xiaye13579/BBLL
https://t.me/bb_show
https://t.me/bbx_show
https://t.me/AWAvenue/335
https://biliterminal.cn/
💻
https://github.com/Richasy/Bili.Copilot
📱
https://github.com/the1812/Bilibili-Evolved
📱 QQ
📱
https://t.me/ZGQincLiqun/1805
💻
https://github.com/huiyadanli/RevokeMsgPatcher
📱
https://t.me/ZGQincLiqun/2474
📱 WeChat
📱
https://t.me/Hd_WAuxiliary_CI
https://t.me/fk_zhang
💻
https://github.com/huiyadanli/RevokeMsgPatcher
📱 WhatsApp
📱
https://t.me/GBWhatsApp_Pro_Official
https://t.me/FouadMODS
https://t.me/ZGQincLiqun/2261
🫥 Coolapk
📱
https://t.me/c001apk
https://t.me/fuck_coolapk
⚫ 第三方客户端合集
📱 💻 🐧 📱
https://github.com/mendel5/alternative-front-ends
可能有遗漏,如果里面没有你常用的平台,欢迎在评论区补充。
#Android软件 #PC软件 #聚合 #网站 #Github #音乐 #视频 #图片
• 频道主自用:
https://t.me/ZGQincLiqun/3449
https://newpipe.net/
https://github.com/InfinityLoop1308/PipePipe
https://t.me/CopyRightZGQInc/853
https://github.com/crimera/piko
https://github.com/crimera/twitter-apk
https://github.com/lluni/twitter-apk
https://t.me/ZGQincLiqun/2261
https://t.me/TwiFucker/493
https://play.google.com/store/apps/details?id=allen.town.focus.twitter
https://f-droid.org/packages/org.ca.squawker/
https://f-droid.org/packages/com.thehcj.quacker/
https://play.google.com/store/apps/details?id=app.jjyy.chuckle
https://play.google.com/store/apps/details?id=com.caij.twiper
https://t.me/ZGQincLiqun/3308
https://t.me/ZGQincLiqun/3501
https://github.com/KRTirtho/spotube
https://t.me/ZGQincLiqun/2599
https://github.com/crackededed/Xtra
https://github.com/twireapp/Twire
https://t.me/ZGQincLiqun/3380
https://github.com/CeuiLiSA/Pixiv-Shaft
https://github.com/Notsfsssf/pixez-flutter
https://github.com/kerrinz/pixiv-artvier
https://github.com/Pixeval/Pixeval
https://github.com/wgh136/pixes
https://t.me/rvx_lite
https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforreddit
https://play.google.com/store/apps/details?id=allen.town.focus.red
https://t.me/instander
https://t.me/instasmashrepo
https://github.com/ReSo7200/InstaEclipse
https://t.me/ZGQincLiqun/2261
https://www.instamod.app/
https://t.me/ZGQincLiqun/3501
https://github.com/fast4x/RiMusic
https://github.com/25huizengek1/ViTune
https://github.com/toasterofbread/spmp
https://t.me/AWAvenue/258
https://t.me/rvx_lite/1781
https://apt.izzysoft.de/fdroid/index/apk/com.dd3boh.outertune
https://apt.izzysoft.de/fdroid/index/apk/com.metrolist.music
https://apt.izzysoft.de/fdroid/index/apk/com.malopieds.innertune
https://f-droid.org/packages/com.toasterofbread.spmp/
https://github.com/th-ch/youtube-music
https://github.com/nukeop/nuclear
https://github.com/tuskyapp/Tusky
https://github.com/LucasGGamerM/moshidon
https://t.me/ZGQincLiqun/3363
https://t.me/ZGQincLiqun/2036
https://t.me/ZGQincLiqun/3338
https://t.me/ZGQincLiqun/3321
https://auroraoss.com/
https://www.apkmirror.com/
https://apk.support/apk-downloader
https://t.me/ZGQincLiqun/3325
https://t.me/ZGQincLiqun/3305
https://t.me/ZGQincLiqun/3444
https://t.me/ZGQincLiqun/3320
https://github.com/kiwix/kiwix-android
https://addons.mozilla.org/zh-CN/firefox/addon/modern-for-wikipedia/
https://t.me/ZGQincLiqun/3335
https://t.me/AWAvenue/371
https://github.com/newhinton/Round-Sync
https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite
https://t.me/ZGQincLiqun/3359
https://t.me/ZGQincLiqun/3384
https://t.me/ZGQincLiqun/3385
• 频道主不用但是还不错的:
https://t.me/TikTokModCloud
https://t.me/PiliPala_Beta
https://github.com/orz12/PiliPalaX
https://github.com/bggRGjQaUbCoE/PiliPlus
https://t.me/ZGQincLiqun/1741
https://github.com/xiaye13579/BBLL
https://t.me/bb_show
https://t.me/bbx_show
https://t.me/AWAvenue/335
https://biliterminal.cn/
https://github.com/Richasy/Bili.Copilot
https://github.com/the1812/Bilibili-Evolved
https://t.me/ZGQincLiqun/1805
https://github.com/huiyadanli/RevokeMsgPatcher
https://t.me/ZGQincLiqun/2474
https://t.me/Hd_WAuxiliary_CI
https://t.me/fk_zhang
https://github.com/huiyadanli/RevokeMsgPatcher
https://t.me/GBWhatsApp_Pro_Official
https://t.me/FouadMODS
https://t.me/ZGQincLiqun/2261
https://t.me/c001apk
https://t.me/fuck_coolapk
https://github.com/mendel5/alternative-front-ends
可能有遗漏,如果里面没有你常用的平台,欢迎在评论区补充。
#Android软件 #PC软件 #聚合 #网站 #Github #音乐 #视频 #图片
本频道新增网页版 已更换RSS链接
可以通过网页版搜索全频道内容。
网页版: tgchannel.zgqinc.gq
RSS: https://tgchannel.zgqinc.gq/rss.xml
更多信息:https://t.me/CopyRightZGQInc/1355
#网站 #源
可以通过网页版搜索全频道内容。
网页版: tgchannel.zgqinc.gq
RSS: https://tgchannel.zgqinc.gq/rss.xml
更多信息:https://t.me/CopyRightZGQInc/1355
#网站 #源
https://store.steampowered.com/app/3019370/_/
包含本体和Demo版。
移除Steam验证失败,此游戏使用了一种新的防破解机制。
请导入清单文件。
方法:https://t.me/ZGQincLiqun/3393
#游戏 #Steam
包含本体和Demo版。
移除Steam验证失败,此游戏使用了一种新的防破解机制。
请导入清单文件。
方法:https://t.me/ZGQincLiqun/3393
#游戏 #Steam
通过读取UI元素复制文本的方法
首先说明,这个方法并不是OCR,而是会访问窗口读取UI元素里面的内容并提取,不适用于媒体文件,但复制UI上的文本可以达到100%准确率,还能获取到肉眼看不到的文本,比如图标的名称,甚至是隐水印。都是频道主自用的。
• Android
全局复制
https://play.google.com/store/apps/details?id=com.camel.corp.universalcopy
用了这个有几年了,很好用,同时也支持OCR,一直忘了分享,a2zapk有破解版。
• Windows
Textify
https://ramensoftware.com/textify
Windhawk开发团队作品,开源,但需要注意一点,如果窗口是以管理员身份运行的,那么也需要以管理员身份运行Textify才能访问窗口。如果你需要OCR,那么可以试试PowerToys里面的文本提取器。
#Android软件 #PC软件 #Github
首先说明,这个方法并不是OCR,而是会访问窗口读取UI元素里面的内容并提取,不适用于媒体文件,但复制UI上的文本可以达到100%准确率,还能获取到肉眼看不到的文本,比如图标的名称,甚至是隐水印。都是频道主自用的。
• Android
全局复制
https://play.google.com/store/apps/details?id=com.camel.corp.universalcopy
用了这个有几年了,很好用,同时也支持OCR,一直忘了分享,a2zapk有破解版。
• Windows
Textify
https://ramensoftware.com/textify
Windhawk开发团队作品,开源,但需要注意一点,如果窗口是以管理员身份运行的,那么也需要以管理员身份运行Textify才能访问窗口。如果你需要OCR,那么可以试试PowerToys里面的文本提取器。
#Android软件 #PC软件 #Github
xManager补丁暂时失效,会直接闪退,可以选择其它的破解版作为解决方案:
https://t.me/Spotify_Crack/606
此补丁额外破解了智能随机播放。
闪退原因日志:https://t.me/Rikka_Ti/148017
#Android软件 #音乐
https://t.me/Spotify_Crack/606
此补丁额外破解了智能随机播放。
闪退原因日志:https://t.me/Rikka_Ti/148017
#Android软件 #音乐
绘世启动器独立版(非整合包)
English ver: https://t.me/ZGQincLiqun/3466?comment=410813
多人抱怨下载整合包的夸克网盘渠道限速,就算通过脚本使用aria2c多线程下载也很慢,而且只针对N卡,还不如自己配置内核,其实启动器主体可以独立运行,就是上面的这个文件,下面说一些可能会碰到问题的几点。
下载启动器主体后放在一个地方,注意路径不能有中文或是特殊字符,整个环境会占用至少10GB空间,不包括模型等其它内容,请预留足够空间。
之前朋友使用启动器的时候碰到了一个很奇葩的问题,启动器EXE不能有中文,但我这边却没事,如果你碰到了这个问题,请把“A绘世启动器.exe”改成全英文或全数字名。
点开后提示找不到内核,确定,然后点击是,开始配置内核。
如果你使用N卡,那么不用更改内核分支,如果是其它显卡,请选择包含“directml 主线”字样的这个分支。
PyTorch一并配置完,选择最新版本,
N卡选包含“CUDA”字样的;
A卡选包含“DirectML”字样的;
牙膏厂显卡选包含“IPEX AOT”字样的;
如果你没有独显核显集显或是对自己的显卡性能没有信心,也可以选择带有“CPU”字样的,也就是使用CPU生成,只不过效率比较低。
有条件尽量不要使用国内镜像,更何况最近阿里的镜像出问题了。
等内核下载并安装完毕,手动重新打开启动器,一键启动会开始配置环境和依赖,但先别急,现在还不包含任何模型,虽然初始化时会帮你自动下载一个精简版模型,但是我看了一下非常拉,打开模型管理,添加模型,导入一个自己喜欢的模型,然后有条件可以打开设置,取消勾选所有带镜像字样的选项。
点击一键启动即可开始配置,初始化时间会很长,请耐心等待。
furry模型推荐:https://t.me/CopyRightZGQInc/1277
模型合集:https://civitai.com/collections/2573350
#PC软件 #Furry #教程 #网站
English ver: https://t.me/ZGQincLiqun/3466?comment=410813
多人抱怨下载整合包的夸克网盘渠道限速,就算通过脚本使用aria2c多线程下载也很慢,而且只针对N卡,还不如自己配置内核,其实启动器主体可以独立运行,就是上面的这个文件,下面说一些可能会碰到问题的几点。
下载启动器主体后放在一个地方,注意路径不能有中文或是特殊字符,整个环境会占用至少10GB空间,不包括模型等其它内容,请预留足够空间。
之前朋友使用启动器的时候碰到了一个很奇葩的问题,启动器EXE不能有中文,但我这边却没事,如果你碰到了这个问题,请把“A绘世启动器.exe”改成全英文或全数字名。
点开后提示找不到内核,确定,然后点击是,开始配置内核。
如果你使用N卡,那么不用更改内核分支,如果是其它显卡,请选择包含“directml 主线”字样的这个分支。
PyTorch一并配置完,选择最新版本,
N卡选包含“CUDA”字样的;
A卡选包含“DirectML”字样的;
牙膏厂显卡选包含“IPEX AOT”字样的;
如果你没有独显核显集显或是对自己的显卡性能没有信心,也可以选择带有“CPU”字样的,也就是使用CPU生成,只不过效率比较低。
有条件尽量不要使用国内镜像,更何况最近阿里的镜像出问题了。
等内核下载并安装完毕,手动重新打开启动器,一键启动会开始配置环境和依赖,但先别急,现在还不包含任何模型,虽然初始化时会帮你自动下载一个精简版模型,但是我看了一下非常拉,打开模型管理,添加模型,导入一个自己喜欢的模型,然后有条件可以打开设置,取消勾选所有带镜像字样的选项。
点击一键启动即可开始配置,初始化时间会很长,请耐心等待。
furry模型推荐:https://t.me/CopyRightZGQInc/1277
模型合集:https://civitai.com/collections/2573350
#PC软件 #Furry #教程 #网站
LINE贴纸包命令行下载器
https://github.com/djmh1793225009/LINE_sticker_emoji_downloader
朋友借助GPT写的下载器,使用了我和 @moe_sticker_bot 提供的URL,无论是贴纸包还是emoji都支持直接下载到zip压缩文件。
#PC软件 #Android软件 #贴纸包 #图片 #Github #频道
https://github.com/djmh1793225009/LINE_sticker_emoji_downloader
朋友借助GPT写的下载器,使用了我和 @moe_sticker_bot 提供的URL,无论是贴纸包还是emoji都支持直接下载到zip压缩文件。
#PC软件 #Android软件 #贴纸包 #图片 #Github #频道
GalaxyBookEnabler - 非三星电脑解除机型限制脚本
https://github.com/Bananz0/GalaxyBookEnabler
可以当做是之前文章里面部分内容的升级版,免去了繁杂的步骤,简单几步即可解除限制。
*仅适用于三星手机/平板/耳机+非三星电脑搭配的用户。
运行
可使用的功能:
• 三星笔记
• S 互传
• 多重控制
• 云同步
• 无缝耳机连接
• 平板电脑副屏
• 视频剪辑器
• 视频剪辑器Plus
• 电脑接收通知
• 剪贴板同步
• 以及GalaxyBookMask包含的所有功能
*仅可使用部分独有功能。对比GalaxyBookMask,可使用更多功能。
相机分享功能暂时无法使用。
https://t.me/CopyRightZGQInc/1252
#三星使用手册 #PC软件 #Github
https://github.com/Bananz0/GalaxyBookEnabler
可以当做是之前文章里面部分内容的升级版,免去了繁杂的步骤,简单几步即可解除限制。
*仅适用于三星手机/平板/耳机+非三星电脑搭配的用户。
运行
start_ps_script.bat,全部选Y和ALL即可。可使用的功能:
• 三星笔记
• S 互传
• 多重控制
• 云同步
• 无缝耳机连接
• 平板电脑副屏
• 视频剪辑器
• 视频剪辑器Plus
• 电脑接收通知
• 剪贴板同步
• 以及GalaxyBookMask包含的所有功能
*仅可使用部分独有功能。对比GalaxyBookMask,可使用更多功能。
相机分享功能暂时无法使用。
https://t.me/CopyRightZGQInc/1252
#三星使用手册 #PC软件 #Github