370
Subscribers
No data24 hours
+27 days
+4930 days
Data loading in progress...
Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Tags Cloud
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
September '26
September '26
+2
in 1 channels
August '26
+47
in 2 channels
Get PRO
July '26
+7
in 1 channels
Get PRO
June '26
+6
in 1 channels
Get PRO
May '26
+22
in 2 channels
Get PRO
April '26
+5
in 0 channels
Get PRO
March '26
+11
in 1 channels
Get PRO
February '26
+15
in 1 channels
Get PRO
January '26
+39
in 0 channels
Get PRO
December '25
+29
in 1 channels
Get PRO
November '25
+32
in 0 channels
Get PRO
October '250
in 2 channels
Get PRO
September '25
+17
in 1 channels
Get PRO
August '250
in 0 channels
Get PRO
July '25
+12
in 0 channels
Get PRO
June '250
in 0 channels
Get PRO
May '25
+11
in 0 channels
Get PRO
April '250
in 0 channels
Get PRO
March '25
+5
in 0 channels
Get PRO
February '250
in 0 channels
Get PRO
January '25
+135
in 0 channels
| Date | Subscriber Growth | Mentions | Channels | |
| 07 September | 0 | |||
| 06 September | 0 | |||
| 05 September | +1 | |||
| 04 September | 0 | |||
| 03 September | 0 | |||
| 02 September | 0 | |||
| 01 September | +1 |
Channel Posts
| 2 | 收到了 OpenAI 邮件警告,疑是和 GPT 聊逆向导致的🫠 | 127 |
| 3 | #iOS #Scripting
Epical(追剧日历)
v1.2.0
- 增加腾讯、爱奇艺、优酷等各大平台播放 URL Scheme,可直达播放
- 支持拖拽排序
- 增加右滑已观看和左滑删除
祝大家愉快追剧
点击安装 | 233 |
| 4 | https://github.com/nfzerox/VirtualMacOniPad | 196 |
| 5 | #iOS #Scripting
Launch(启动台)
v1.7.1
• 优化了下被嫌弃的样式
• 增加了自动匹配深色图标
如果有想要的深色图标在此贴反馈或贡献矢量图
🤗 第二张图是拼接的,深色图标和透明图标是不能同时展示的
点击安装 | 1 580 |
| 6 | #iOS #Canvases
https://share.canvases.app/160988531a19e2f4fb7493c3c166d265
https://www.icloud.com/shortcuts/65e40a07f3c64f808c3fd013a238c1a1
跟着 TF 更新简单说下怎么用。导入小组件和快捷指令后。编辑桌面小组件,添加快捷方式,点击天气图标会运行快捷指令刷新小组件(仅支持 iOS 27,iOS 26 可以在 Canvases 内让 AI 改为通过 URL Scheme 的方式运行快捷指令)
快捷指令内有注释说明如何使用快捷指令
Canvas TF 更新:
- Adds support for different images in light and dark mode.
- Passing a text to the Update View action in Shortcuts would perform a search when updating a symbol, even if the text matched a symbol. Now it sets the specified symbol and only performs a search if none match the text.
- Addresses an issue with the Track Glass of Water example shortcut that would prevent it from working correctly when a device was set to US locale.
- Adds a “Run a Shortcut from a Widget Button” guide to the user guide.
懒得翻译 | 233 |
| 7 | ChatGPT 3个月半价活动
https://chatgpt.com/?promo_campaign=plus-3-months-50-pct-off#pricing | 275 |
| 8 | #iOS #Canvases
🥹 实战派,已经写了个天气预报了示例了。小组件是内置 AI 写的,快捷指令是我写的
https://share.canvases.app/1e656850bf3b125a5c91e5aa15771064
https://www.icloud.com/shortcuts/cff939400fd4445a8a5d8f15e7905b4d | 4 954 |
| 9 | Runestone Scriptable 作者的又一个软件
感谢老张的分享
https://testflight.apple.com/join/65RCk8Xh
🧐 合集 💬 群组 😄 恰饭 🥰联系推广
🥰#iOS #App #小组件 | 125 |
| 10 | AI 生成小组件 | 200 |
| 11 | https://x.com/simonbs/status/2089848433632821496?s=20
Scriptable 又一小组件类应用,TF 早入,后续会收费。我非常喜欢这个作者的应用,都很精美 | 202 |
| 12 | #iOS
画了些 iOS 应用的深色图标
GitHub 链接
聪明的你们一定能找到规律
SB 透明模式,要想适配好就需要单独画黑白颜色分明的图标,垃圾自适应 | 213 |
| 13 | 增加关闭所有窗口自动退出应用。默认只有一个预览应用
完整功能:
⌘ + ⇥ 切换应用自动打开窗口
关闭应用所有窗口后自动切换到上一个应用。可添加排除项
指定应用关闭所有窗口后自动关闭应用
-- 加载并启动 AppAutoRestore Spoon 插件
hs.loadSpoon("AppAutoRestore")
-- 自定义开关(可选)
-- spoon.AppAutoRestore.enableCmdTabRestore = true -- Command+Tab 恢复窗口
-- spoon.AppAutoRestore.enableCloseAutoFocus = true -- 关闭最后窗口自动切上个应用
-- spoon.AppAutoRestore.enableAutoQuit = true -- 关闭所有窗口后自动退出指定应用
-- 排除名单(Bundle ID 或应用名,默认已排除 Raycast)
-- spoon.AppAutoRestore:setExcludedApps({ "com.raycast.macos", "Alfred" })
-- spoon.AppAutoRestore:addExcludedApp("com.apple.Spotlight")
-- 自动退出名单(关闭所有窗口后自动退出应用,默认已含「预览」)
-- spoon.AppAutoRestore:setAutoQuitApps({ "com.apple.Preview", "com.apple.calculator" })
spoon.AppAutoRestore:addAutoQuitApp("com.apple.iCal")
spoon.AppAutoRestore:start() | 207 |
| 14 | https://apps.apple.com/cn/app/gaganote-%E6%89%8B%E5%86%99%E7%AC%94%E8%AE%B0-pdf-ai%E8%BE%85%E5%AF%BC/id6752289847?l=en-GB
Gaganote 终身兑换码:
https://gaganotevip.com/c/85ab956f00afbf669819c6f85b23deb48c46 | 200 |
| 15 | 关闭应用自动聚焦上一个应用支持过滤排除指定应用了
-- 加载并启动 AppAutoRestore Spoon 插件
hs.loadSpoon("AppAutoRestore")
-- 自定义开关(可选)
-- spoon.AppAutoRestore.enableCmdTabRestore = true -- Command+Tab 恢复窗口
-- spoon.AppAutoRestore.enableCloseAutoFocus = true -- 关闭最后窗口自动切上个应用
-- 排除名单(Bundle ID 或应用名,默认已排除 Raycast)
-- spoon.AppAutoRestore:setExcludedApps({ "com.raycast.macos", "Alfred" })
-- spoon.AppAutoRestore:addExcludedApp("com.apple.Spotlight")
spoon.AppAutoRestore:start() | 236 |
| 16 | Gemini 3.7 Flash 响应真快😳 | 191 |
| 17 | #Scripting
Calendar(日历)
v1.3.0
中号小组件新增月历和事件视图
点击安装 | 464 |
| 18 | #Scripting
SF Keyboard(SF 键盘)
v1.0.0
快速输入 SF Symbols 图标名
支持复制和下载 PNG 图
支持导入 SF Symbols.app 包内资源文件更新图标列表
点击安装 | 1 484 |
| 19 | https://x.ai/bot | 205 |
| 20 | iOS/macOS 26+ 视频复制帧为图片真好用 | 200 |
