370
订阅者
无数据24 小时
+17 天
+4830 天
数据加载中...
吸引订阅者
九月 '26
九月 '26
+2
在0个频道中
八月 '26
+47
在2个频道中
Get PRO
七月 '26
+7
在1个频道中
Get PRO
六月 '26
+6
在1个频道中
Get PRO
五月 '26
+22
在2个频道中
Get PRO
四月 '26
+5
在0个频道中
Get PRO
三月 '26
+11
在1个频道中
Get PRO
二月 '26
+15
在1个频道中
Get PRO
一月 '26
+39
在0个频道中
Get PRO
十二月 '25
+29
在1个频道中
Get PRO
十一月 '25
+32
在0个频道中
Get PRO
十月 '250
在2个频道中
Get PRO
九月 '25
+17
在1个频道中
Get PRO
八月 '250
在0个频道中
Get PRO
七月 '25
+12
在0个频道中
Get PRO
六月 '250
在0个频道中
Get PRO
五月 '25
+11
在0个频道中
Get PRO
四月 '250
在0个频道中
Get PRO
三月 '25
+5
在0个频道中
Get PRO
二月 '250
在0个频道中
Get PRO
一月 '25
+135
在0个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 05 九月 | +1 | |||
| 04 九月 | 0 | |||
| 03 九月 | 0 | |||
| 02 九月 | 0 | |||
| 01 九月 | +1 |
频道帖子
| 2 | #iOS #Scripting
Epical(追剧日历)
v1.2.0
- 增加腾讯、爱奇艺、优酷等各大平台播放 URL Scheme,可直达播放
- 支持拖拽排序
- 增加右滑已观看和左滑删除
祝大家愉快追剧
点击安装 | 221 |
| 3 | https://github.com/nfzerox/VirtualMacOniPad | 189 |
| 4 | #iOS #Scripting
Launch(启动台)
v1.7.1
• 优化了下被嫌弃的样式
• 增加了自动匹配深色图标
如果有想要的深色图标在此贴反馈或贡献矢量图
🤗 第二张图是拼接的,深色图标和透明图标是不能同时展示的
点击安装 | 1 525 |
| 5 | #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.
懒得翻译 | 230 |
| 6 | ChatGPT 3个月半价活动
https://chatgpt.com/?promo_campaign=plus-3-months-50-pct-off#pricing | 269 |
| 7 | #iOS #Canvases
🥹 实战派,已经写了个天气预报了示例了。小组件是内置 AI 写的,快捷指令是我写的
https://share.canvases.app/1e656850bf3b125a5c91e5aa15771064
https://www.icloud.com/shortcuts/cff939400fd4445a8a5d8f15e7905b4d | 4 519 |
| 8 | Runestone Scriptable 作者的又一个软件
感谢老张的分享
https://testflight.apple.com/join/65RCk8Xh
🧐 合集 💬 群组 😄 恰饭 🥰联系推广
🥰#iOS #App #小组件 | 123 |
| 9 | AI 生成小组件 | 198 |
| 10 | https://x.com/simonbs/status/2089848433632821496?s=20
Scriptable 又一小组件类应用,TF 早入,后续会收费。我非常喜欢这个作者的应用,都很精美 | 200 |
| 11 | #iOS
画了些 iOS 应用的深色图标
GitHub 链接
聪明的你们一定能找到规律
SB 透明模式,要想适配好就需要单独画黑白颜色分明的图标,垃圾自适应 | 211 |
| 12 | 增加关闭所有窗口自动退出应用。默认只有一个预览应用
完整功能:
⌘ + ⇥ 切换应用自动打开窗口
关闭应用所有窗口后自动切换到上一个应用。可添加排除项
指定应用关闭所有窗口后自动关闭应用
-- 加载并启动 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() | 204 |
| 13 | 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 | 197 |
| 14 | 关闭应用自动聚焦上一个应用支持过滤排除指定应用了
-- 加载并启动 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() | 233 |
| 15 | Gemini 3.7 Flash 响应真快😳 | 187 |
| 16 | #Scripting
Calendar(日历)
v1.3.0
中号小组件新增月历和事件视图
点击安装 | 460 |
| 17 | #Scripting
SF Keyboard(SF 键盘)
v1.0.0
快速输入 SF Symbols 图标名
支持复制和下载 PNG 图
支持导入 SF Symbols.app 包内资源文件更新图标列表
点击安装 | 1 464 |
| 18 | https://x.ai/bot | 205 |
| 19 | iOS/macOS 26+ 视频复制帧为图片真好用 | 200 |
| 20 | #Scripting
Launch(启动台)
v1.6.0
新增按钮类型。支持自定义执行 JS 程序
文件夹内应列表支持拖拽排序
点击安装 | 218 |
