ScreenSage 是一款专为macOS设计的专业屏幕录制和视频制作工具,定位为Screen Studio的高性价比替代品。产品以30%的价格提供相似甚至更优的专业功能,特别针对产品演示、教程制作、Vlog创作等场景进行了深度优化。
- 官网域名: https://screensage.pro
- 平台支持: macOS专属 (macOS 14.0+)
- 当前版本: 0.1.8 (稳定版) / 0.2.0-beta.2 (预览版)
- 语言支持: 中文/英文双语界面
ScreenSage 是一款专为macOS设计的专业屏幕录制和视频制作工具,定位为Screen Studio的高性价比替代品。产品以30%的价格提供相似甚至更优的专业功能,特别针对产品演示、教程制作、Vlog创作等场景进行了深度优化。
/** | |
* Welcome to Cloudflare Workers! This is your first worker. | |
* | |
* - Run `npm run dev` in your terminal to start a development server | |
* - Open a browser tab at http://localhost:8787/ to see your worker in action | |
* - Run `npm run deploy` to publish your worker | |
* | |
* Learn more at https://developers.cloudflare.com/workers/ | |
*/ |
const ppp = [ | |
{ | |
"range": "0.0-0.1", | |
"countries": [] | |
}, | |
{ | |
"range": "0.1-0.2", | |
"countries": [] | |
}, | |
{ |
A list of deals on Christmas 2023. Feel free to add your app's deal below with a email to 📧[email protected].
App Name | Introduction | Category | Discount Code & Terms |
---|---|---|---|
CleanShot X | Capture your Mac’s screen like a pro. | Screenshot and annotation tool | Gift Card.Christmas promo until 25 Dec, 30% off. |
CleanMyMac X | CleanMyMac X is a Mac cleaner and optimizer app. | Utilities | XMAS2023 for 50% off first year of subscription, 40% off for competitors' users, 30% off for other MacPaw product owners |
CleanClip | Clean/Keyboard-First Clipboard Manager, saves your time. | Clipboard Manager | XMAS23, 30% off on all lifetime plans, till Dec 30 |
BuhoCleaner | The page offers BuhoCleaner software to clean and optimize Mac systems. | M |
const TELEGRAPH_URL = 'https://api.openai.com'; | |
addEventListener('fetch', event => { | |
event.respondWith(handleRequest(event.request)) | |
}) | |
async function handleRequest(request) { | |
const url = new URL(request.url); | |
url.host = TELEGRAPH_URL.replace(/^https?:\/\//, ''); |
<?xml version="1.0" encoding="utf-8"?> | |
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<channel> | |
<title>CleanClip</title> | |
<link>https://cleanclip.cc/appcast.xml</link> | |
<description>Add Paste Stack</description> | |
<language>zh</language> | |
<item xml:lang="en"> | |
<title>1.5.0</title> | |
<description xml:lang="en"> |
<?xml version="1.0" encoding="utf-8"?> | |
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<channel> | |
<title>Macaify</title> | |
<link>https://raw.githubusercontent.com/auv1107/cleancliprun/main/appcast.xml</link> | |
<description>最近的更改,附带更新的链接</description> | |
<language>zh</language> | |
<item> | |
<title>1.2</title> | |
<description> |
<provider | |
android:name="androidx.core.content.FileProvider" | |
android:authorities="com.xxxx.fileprovider" | |
android:exported="false" | |
android:grantUriPermissions="true"> | |
<meta-data | |
android:name="android.support.FILE_PROVIDER_PATHS" | |
android:resource="@xml/file_paths" /> | |
</provider> |
#TAG:outside_china_use_proxy | |
#设置国外网站是否走代理。默认值:on。非必须。 | |
outside_china_use_proxy on | |
#TAG:direct_domain | |
#设置直连的域名。非必须。 | |
direct_domain baidu.com qq.com taobao.com | |
direct_domain sina.com 163.com sohu.com | |
#TAG:proxy_domain | |
#设置需要代理的域名。非必须。 | |
proxy_domain google.com twitter.com facebook.com youtube.com |