mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 18:51:30 +08:00
Update docs and sort content
This commit is contained in:
@ -18,8 +18,8 @@ published: true
|
||||
category: 周报
|
||||
slug: 2025-W07
|
||||
description: null
|
||||
date_created: 2025-02-10T08:14:42.000Z
|
||||
date_modified: 2025-02-24T04:00:02.000Z
|
||||
date_created: 20250210
|
||||
date_modified: 20250225
|
||||
---
|
||||
|
||||
日期范围:2025-02-10 - 2025-02-16
|
||||
|
@ -21,10 +21,8 @@ category: 周报
|
||||
slug: 2025-W08
|
||||
description: >-
|
||||
本周的产出涵盖了多个领域的内容,包括博客上发布了关于RSSHub新增AsianFanfics路由和解决OpenWebUI长时间白屏的问题。同时,备忘录中记录了Cloudflare规则配置、Vite环境变量以及关于Hono框架的使用等技术分享。此外,还进行了对Web端DICOM压缩的调研,探索了pydicom和gdcm两个库的使用方式。同时,个人反思与日常生活中,感慨与多年未见的同人创作者重新互动,并且体验了私教训练带来的身体挑战。
|
||||
date_created: 2025-02-16T14:45:50.000Z
|
||||
date_modified: 2025-02-24T10:05:18.000Z
|
||||
tree-structure: true
|
||||
tree-view: columns
|
||||
date_created: 20250216
|
||||
date_modified: 20250225
|
||||
---
|
||||
|
||||
<!--section: 1-->
|
||||
|
@ -0,0 +1,70 @@
|
||||
---
|
||||
toAstro: true
|
||||
astroType: post
|
||||
toWexin: true
|
||||
toJuejin: null
|
||||
toZhihu: null
|
||||
title: messAuto + iMessage 实现iPhone和mac信息同步和自动复制验证码
|
||||
date: 2023-09-24T00:00:00.000Z
|
||||
author: KazooTTT
|
||||
tags:
|
||||
- 短信同步
|
||||
- 苹果
|
||||
- 效率
|
||||
- 验证码
|
||||
- apple
|
||||
- imessage
|
||||
- iphone
|
||||
- mac
|
||||
- messauto
|
||||
published: true
|
||||
slug: >-
|
||||
messauto-imessage-to-synchronize-iphone-and-mac-messages-and-automatically-copy-captchagraphic-bed-edition
|
||||
description: >-
|
||||
本文介绍了如何使用messAuto和iMessage实现iPhone和Mac之间的信息同步,并自动复制验证码。首先,在iPhone的设置中启用短信转发到Mac,并在Mac上启用iCloud信息同步。接着,安装messAuto应用程序,并设置自动粘贴和登录时启动功能,以实现验证码的自动复制。这一过程简化了在不同设备间传递验证码的操作,提高了使用效率。
|
||||
noteId_x: 8
|
||||
create_time: '2023/10/20 13:49:09'
|
||||
update_time: '2023/10/20 13:55:39'
|
||||
publish_time: '2023/10/20 13:50:45'
|
||||
finished: true
|
||||
rinId: 61
|
||||
category: 软件
|
||||
date_created: 20241202
|
||||
date_modified: 20250225
|
||||
---
|
||||
|
||||
# messAuto + iMessage 实现 iPhone 和 mac 信息同步和自动复制验证码
|
||||
|
||||

|
||||
|
||||
很多时候我们需要手机接收验证码,然后在电脑上使用验证码来登录,如果纯手动操作还是有些繁琐。
|
||||
|
||||
如果你是 iPhone + mac 用户,则可以使用 messauto + imessage 的方式来同步和自动复制验证码的操作。
|
||||
|
||||
一、iphone 和 mac 信息同步
|
||||
在 iphone 的设置 - 信息 - 短信转发中,勾选你要转发信息的 mac 设备。
|
||||
|
||||

|
||||
然后在对应的 mac 的信息中设置 -iCloud 信息设置中启用 iCloud 云端“信息”,需要注意的是你登录 iphone 和 mac 的 icloud 账号是需要相同的。设置完成,就已经实现了信息的同步,在 mac 的信息里可以看到 iphone 的短信。
|
||||
|
||||

|
||||

|
||||
|
||||
二、安装 messauto,并设置。
|
||||
|
||||
然后我们需要安装 [messauto](<https://github.com/LeeeSe/MessAuto>),地址是 [https://github.com/LeeeSe/MessAuto](<https://github.com/LeeeSe/MessAuto/releases>)
|
||||

|
||||
版本:
|
||||
|
||||
MessAuto_aarch64 - 苹果芯片
|
||||
MessAuto_x86_64 - Intel 芯片
|
||||
|
||||
下载解压后拖到应用程序里,点击运行顶部的状态栏就会出现 messauto 的图标。我个人比较推荐的设置是勾选【自动粘贴】和【登录时启动】,如果勾选【自动粘贴】会提醒需要辅助功能的授权,根据指引跳转过去开启即可。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
然后就实现了同步和自动复制验证码了。
|
@ -23,7 +23,7 @@ date_modified: 2025-02-19T17:54:54.000Z
|
||||
|
||||
很久之前做过一个 messauto 的安利
|
||||
|
||||
[messAuto + iMessage 实现iPhone和mac信息同步和自动复制验证码](/notes/messauto-imessage-to-synchronize-iphone-and-mac-messages-and-automatically-copy-captchagraphic-bed-edition)
|
||||
[messAuto + iMessage 实现iPhone和mac信息同步和自动复制验证码](/posts/messauto-imessage-to-synchronize-iphone-and-mac-messages-and-automatically-copy-captchagraphic-bed-edition)
|
||||
|
||||
但是最近收到评论才发现作者在前段时间删库了
|
||||
|
||||
|
Reference in New Issue
Block a user