版本 1.0.1 · 生效日期 2026-06-08 · 更新日期 2026-07-09
隐私政策
杭州星喆科技有限公司(以下简称"我们")是"书法AI"App 的开发者和运营者。您在使用我们的服务时,我们可能会收集和使用您的相关信息。
我们希望通过本《隐私政策》向您说明,在您使用书法AI 的字帖生成、集字、作品诊断以及 AI 书法学习辅导等服务时,我们如何收集、使用、储存和共享这些信息,以及我们为您提供的访问、更新、控制和保护这些信息的方式。
本《隐私政策》与您所使用的服务息息相关,希望您仔细阅读,在需要时,按照本《隐私政策》的指引,作出您认为适当的选择。您使用或继续使用我们的服务,即意味着同意我们按照本《隐私政策》收集、使用、储存和共享您的相关信息。
一、我们可能收集的信息
我们提供服务时,可能会收集、储存和使用下列与您有关的信息。如果您不提供相关信息,可能无法享受我们提供的某些服务,或者无法达到相关服务拟达到的效果。
(一)您主动提供的信息
- 账号信息:您通过手机号 + 短信验证码注册、登录书法AI 时提供的手机号码。书法AI 当前仅支持手机号验证码登录,不强制收集您的真实姓名、身份证件等信息。
- 您上传或创作的内容:您在使用作品诊断时拍摄或从相册选择上传的书法作品照片;您在使用字帖生成、集字功能时输入的文字、选择的字体与生成的字帖内容;您在使用 AI 书法学习辅导时输入的文字或语音内容。
(二)我们在您使用服务时获取的信息
在您使用服务时,我们可能收集如下信息:
- 设备与软件信息:您的设备型号、操作系统版本、应用版本号与构建号、网络状态、IP 地址,以及设备 MAC 地址。其中设备 MAC 地址的收集目的、收集方式、收集范围与收集时机,详见下方第(三)项专项说明。
- 软件安装列表信息:为判断您的设备是否已安装微信客户端,以及在您主动使用系统分享、用其他应用打开导出文件等功能时展示可用应用,我们会通过系统接口查询相关应用的安装情况。其收集目的、收集方式、收集范围与收集时机,详见下方第(三)项专项说明。
- 操作日志信息:例如您使用各项功能的操作记录、崩溃与异常日志,用于排查问题、保障服务稳定与安全。
- 本地偏好信息:例如您设置的界面语言、字帖排版偏好、登录状态等,主要保存在您的本机设备上。
(三)关于设备 MAC 地址、软件安装列表的专项说明
设备 MAC 地址与软件安装列表属于敏感度较高的设备信息。为使您清晰知悉,我们在此单独、明确地说明这两类信息的收集目的、收集方式、收集范围与收集时机。
1. 设备 MAC 地址
- 收集目的:唯一标识您的设备,用于账号登录与身份安全校验、异常登录识别、风险控制与反作弊,以及崩溃与故障排查。我们不将其用于广告投放,不用于形成用户画像,不用于个性化推荐。
- 收集方式:由我们接入的第三方 SDK「微信 OpenSDK Android」在其初始化以及您使用微信登录、微信分享功能时,通过 Android 系统网络接口自动读取。书法AI 自有代码不主动读取、不存储、不上传您的设备 MAC 地址。
- 收集范围:仅限您当前正在使用的这一台设备的 MAC 地址,不收集您其他设备的信息,不收集与该 MAC 地址关联的其他网络设备信息。
- 收集时机:仅在您阅读本《隐私政策》并点击「同意并继续」之后。在您同意之前,我们不会初始化上述第三方 SDK,不会收集包括 MAC 地址在内的任何设备信息。
- 数据接收方:深圳市腾讯计算机系统有限公司(微信 OpenSDK 的提供方),详见本政策第五节。
- 如何拒绝:您可以选择不使用微信登录与微信分享功能,改用手机号验证码方式登录。不使用上述功能不影响您正常使用书法AI 的其他服务。
2. 软件安装列表
- 收集目的:判断您的设备是否已安装微信客户端,从而决定是否展示「微信登录」「微信分享」入口,并在未安装时向您作出提示;在您主动点击分享,或选择用其他应用打开已导出的字帖 PDF 时,向您展示设备上可以处理该内容的应用。
- 收集方式:通过 Android 系统提供的 PackageManager 接口进行查询。我们在应用的 AndroidManifest.xml 的 queries 节点中仅声明了微信(应用包名 com.tencent.mm)这一个应用,并且未申请 QUERY_ALL_PACKAGES(读取所有应用列表)权限,因此在系统层面我们即无法读取您设备上的完整应用安装列表。
- 收集范围:仅限微信客户端(com.tencent.mm)的安装状态(已安装 / 未安装),以及在您主动触发系统分享、打开文件时由系统返回的、可处理相应内容类型的应用信息。我们不读取、不存储、不上传您设备上的完整应用安装列表。上述查询结果仅在您的设备本地使用。
- 收集时机:仅在您同意本《隐私政策》之后,且在向您展示登录方式,或您主动点击微信登录、微信分享、导出与打开文件等功能时进行。
- 数据接收方:书法AI 不会将上述查询结果上传至我们的服务器或提供给任何第三方。微信 OpenSDK 在被调起时亦会自行查询微信客户端的安装状态,用于判断能否唤起微信,详见本政策第五节。
- 如何拒绝:您可以选择不使用微信登录、微信分享与文件导出功能。不使用上述功能不影响您正常使用书法AI 的其他服务。
二、设备权限调用
书法AI 仅在为您提供对应功能时,向您申请下列系统权限。您可以随时在系统"设置"中管理这些权限;拒绝授权通常仅会使您无法使用对应功能,不影响其他服务的正常使用。
- 相机权限:当您使用作品诊断的拍照功能时,我们需要访问相机,以拍摄您的书法作品照片。
- 相册 / 存储权限:当您从相册选择作品照片上传诊断,或保存、导出生成的字帖(如 PDF)时,我们需要访问相册或存储。我们承诺仅读取或写入实现相关功能所必需的文件。
- 麦克风权限:当您在 AI 书法学习辅导中使用语音输入时,我们需要访问麦克风,录音仅用于语音转文字识别,不用于其他用途。
- 剪贴板读取:当您在字帖生成、集字等功能的文字输入面板中录入要练习的文字时,为方便您快速输入,我们会在本地检测您剪贴板中是否包含中文文本,并在检测到时提示您一键粘贴。该检测仅在您的设备本地进行,剪贴板内容不会自动上传或用于其他用途,且仅在您主动点击"粘贴"后才会填入输入框。
- 安装未知应用权限(仅 Android):当我们检测到新版本时,用于在 App 内下载并引导您安装更新包。
三、我们可能如何使用信息
我们可能将在向您提供服务过程中收集的信息用作下列用途:
- 向您提供字帖生成、集字、作品诊断与 AI 书法学习辅导等核心服务;
- 用于账号身份验证、客户服务、安全防范、风险与异常监测,保障我们向您提供的产品和服务的安全性;
- 用于排查故障、分析与优化产品性能,改善我们现有的服务并设计新的功能;
- 在符合法律法规的前提下,针对性地回应您的个性化需求,例如语言设定、字帖排版偏好等;
- 经您同意或按法律法规要求的其他用途。
我们将尽合理努力采取适当的技术手段,保证您可以访问、更新和更正自己的账号信息或使用服务时提供的其他个人信息。在前述操作过程中,我们可能会要求您进行身份验证,以保障账户安全。
四、我们可能如何共享、转让、公开披露信息
除以下情形外,未经您同意,我们不会与任何第三方共享、转让您的个人信息:
- 为实现功能所必需的共享:为向您提供服务,我们可能与必要的服务提供商在最小必要范围内共享信息。例如,将您的手机号码提供给短信服务提供商,仅用于向您发送登录验证码;使用云服务 / 对象存储服务商存储您上传的作品照片等内容。我们将通过协议约定要求该等服务商遵守本《隐私政策》以及相应的保密和安全义务。
- 业务转移:随着业务发展,我们可能进行合并、收购或资产转让,您的个人信息可能作为此类交易的一部分被转移。我们将在转移前通知您,并要求新的持有方继续受本《隐私政策》约束。
- 依法披露:为遵守适用的法律法规、法院命令或其他法律程序,应相关政府主管部门的要求,或为维护社会公共利益、保护我们及其他用户的人身财产安全或合法权益所合理必需时,我们可能保留、披露您的个人信息。
我们不会将您的个人信息用于广告投放,也不会向第三方出售您的个人信息。
五、第三方 SDK
书法AI 接入的第三方 SDK 主要为实现网络请求、本地存储、图片处理、字帖生成与系统能力调用等基础功能,绝大多数仅在您的设备本地运行或仅与书法AI 自有服务器通信,未接入广告类、用户行为统计类第三方 SDK。
我们在 App 内提供了与 `pubspec.yaml` 同源维护的"第三方 SDK 说明"页(路径:我的 → 设置 → 第三方 SDK 说明),逐条列示每个 SDK 的提供方、使用目的、收集的数据类型与数据接收方。新增或移除依赖时,我们会同步更新该清单,请以应用内最新清单为准。
重点第三方 SDK 明示
以下第三方 SDK 涉及与第三方的数据交互,我们在此重点明示其基本信息:
微信 OpenSDK Android
- SDK 名称:微信OpenSDK Android
- 开发者:深圳市腾讯计算机系统有限公司
- 收集信息范围:设备 MAC 地址、软件安装列表(仅微信客户端的安装状态)、设备标识信息(如设备型号、操作系统版本、系统语言)、网络状态信息、微信授权返回的用户标识(OpenID / UnionID)及您授权的公开资料(昵称、头像)
- 收集方式:由该 SDK 在初始化及被调起时自行收集,书法AI 不经手、不存储上述设备信息
- 使用目的:实现微信登录、账号绑定与内容分享功能;其中设备 MAC 地址用于设备识别与安全风控,软件安装列表用于判断能否唤起微信客户端
- 收集时机:仅在您同意本《隐私政策》后初始化该 SDK;在您同意之前,该 SDK 不会被初始化,也不会收集任何信息
- SDK 隐私政策链接:https://support.weixin.qq.com/cgi-bin/mmsupportacctnodeweb-bin/pages/RYiYJkLOrQwu0nb8
六、信息存储与安全
我们仅在本《隐私政策》所述目的所必需的期间和法律法规要求的时限内保留您的个人信息。
我们使用各种安全技术和程序来防止信息丢失、不当使用、未经授权的访问或披露。例如,我们使用加密技术(如 SSL / TLS)保护数据传输安全。但请您理解,由于技术的限制以及可能存在的各种恶意手段,在互联网行业即便竭尽所能加强安全措施,也无法始终保证信息百分之百的安全。
请您谨慎考虑通过我们的服务上传、发布和交流的内容。某些信息因其特殊性可能被认为是敏感个人信息(例如可识别个人的照片),相比其他个人信息受到更严格的保护,请您谨慎考虑是否在使用服务时披露。您同意按本《隐私政策》所述目的和方式处理您的相关信息。
七、您的权利
- 访问与更正:您可以在 App 内访问和更正您的账号信息与学习偏好。
- 删除内容:您可以删除您上传的作品照片、生成的字帖等内容。
- 撤回同意:您可以通过关闭系统权限的方式,撤回此前对相机、相册、麦克风等权限的授权。
- 账号注销:您可以随时注销书法AI 账号,注销入口:我的 → 设置 → 注销账号。账号注销后,该账号相关数据将一并从平台删除(法律法规另有保存要求的除外)。
在您行使上述权利时,我们可能会要求您进行身份验证,以保障账户安全。
八、我们可能向您发送的通知
- 推送通知:在您使用服务时,我们可能通过推送通知向您发送与学习相关的提醒或服务信息。如您不希望收到,可在系统设置中关闭书法AI 的通知权限。
- 与服务有关的公告:我们可能在必要时(例如系统维护暂停服务时)向您发出与服务有关的公告。此类公告与服务运行直接相关、性质不属于推广,您可能无法取消。
九、第三方服务与链接(适用例外)
我们的服务可能包含或链接至第三方提供的服务或网站。您使用该等第三方服务(包括您向其提供的任何信息),须受该第三方的服务条款及隐私政策约束,而非本《隐私政策》。请您在使用前仔细阅读其条款。本《隐私政策》仅适用于我们所收集的信息,我们对任何第三方使用由您提供的信息不承担责任。
十、未成年人保护
我们鼓励父母或监护人指导未满十八周岁的未成年人使用我们的服务。我们建议未成年人在提交个人信息之前征得父母或监护人的同意和指导。若您是不满十四周岁的未成年人,请在监护人陪同下使用本应用,并确保已取得监护人对本《隐私政策》的同意。
十一、隐私政策的适用范围
除某些特定服务将适用其特定隐私政策外,本《隐私政策》适用于书法AI 提供的全部服务。如相关特定服务的隐私政策与本《隐私政策》不一致,适用该特定服务的隐私政策。
本《隐私政策》不适用于:通过我们的服务接入的第三方服务(包括任何第三方网站)所收集的信息;以及由其他公司或机构通过我们服务向您提供产品或服务时所收集的信息。
十二、隐私政策的变更
我们可能适时修订本《隐私政策》的条款,该等修订构成本《隐私政策》的一部分。如修订造成您在本《隐私政策》下权利的实质减少,我们将在修订生效前通过应用内显著位置提示或其他方式通知您。在该种情况下,若您继续使用我们的服务,即表示同意受修订后的本《隐私政策》约束。
十三、如何联系我们
如果您对本《隐私政策》有任何疑问、意见或投诉,或希望行使您的相关权利,请通过以下方式与我们联系:
- 运营主体:杭州星喆科技有限公司
- 客服邮箱:inkai@ljmsai.com
- 服务时间:工作日 9:00 - 21:00
我们将在收到您的请求并核验您的身份后及时处理。如果您对我们的回复不满意,特别是认为我们的信息处理行为损害了您的合法权益,您还可以向我们公司住所地(杭州)有管辖权的人民法院提起诉讼寻求解决。
备案号:浙ICP备2022021742号
版本 1.0.1 · 生效日期 2026-06-08 · 更新日期 2026-07-09
隱私政策
杭州星喆科技有限公司(以下簡稱「我們」)是「書法AI」App 的開發者和營運者。您在使用我們的服務時,我們可能會收集和使用您的相關資料。
我們希望透過本《隱私政策》向您說明,在您使用書法AI 的字帖生成、集字、作品診斷以及 AI 書法學習輔導等服務時,我們如何收集、使用、儲存和共享這些資料,以及我們為您提供的存取、更新、控制和保護這些資料的方式。
本《隱私政策》與您所使用的服務息息相關,希望您仔細閱讀,在需要時,依照本《隱私政策》的指引,作出您認為適當的選擇。您使用或繼續使用我們的服務,即意味著同意我們依照本《隱私政策》收集、使用、儲存和共享您的相關資料。
一、我們可能收集的資料
我們提供服務時,可能會收集、儲存和使用下列與您有關的資料。如果您不提供相關資料,可能無法享受我們提供的某些服務,或者無法達到相關服務擬達到的效果。
(一)您主動提供的資料
- 帳號資料:您透過手機號 + 簡訊驗證碼註冊、登入書法AI 時提供的手機號碼。書法AI 目前僅支援手機號驗證碼登入,不強制收集您的真實姓名、身分證件等資料。
- 您上傳或創作的內容:您在使用作品診斷時拍攝或從相簿選擇上傳的書法作品照片;您在使用字帖生成、集字功能時輸入的文字、選擇的字體與生成的字帖內容;您在使用 AI 書法學習輔導時輸入的文字或語音內容。
(二)我們在您使用服務時取得的資料
在您使用服務時,我們可能收集如下資料:
- 裝置與軟體資料:您的裝置型號、作業系統版本、應用版本號與建置號、網路狀態、IP 位址,以及裝置 MAC 位址。其中裝置 MAC 位址的收集目的、收集方式、收集範圍與收集時機,詳見下方第(三)項專項說明。
- 軟體安裝清單資訊:為判斷您的裝置是否已安裝微信用戶端,以及在您主動使用系統分享、以其他應用開啟匯出檔案等功能時顯示可用應用,我們會透過系統介面查詢相關應用的安裝情況。其收集目的、收集方式、收集範圍與收集時機,詳見下方第(三)項專項說明。
- 操作日誌資料:例如您使用各項功能的操作紀錄、當機與異常日誌,用於排查問題、保障服務穩定與安全。
- 本機偏好資料:例如您設定的介面語言、字帖排版偏好、登入狀態等,主要保存在您的本機裝置上。
(三)關於裝置 MAC 位址、軟體安裝清單的專項說明
裝置 MAC 位址與軟體安裝清單屬於敏感度較高的裝置資料。為使您清楚知悉,我們在此單獨、明確地說明這兩類資料的收集目的、收集方式、收集範圍與收集時機。
1. 裝置 MAC 位址
- 收集目的:唯一識別您的裝置,用於帳號登入與身分安全校驗、異常登入識別、風險控制與反詐欺,以及當機與故障排查。我們不將其用於廣告投放,不用於形成使用者輪廓,不用於個人化推薦。
- 收集方式:由我們接入的第三方 SDK「微信 OpenSDK Android」在其初始化以及您使用微信登入、微信分享功能時,透過 Android 系統網路介面自動讀取。書法AI 自有程式碼不主動讀取、不儲存、不上傳您的裝置 MAC 位址。
- 收集範圍:僅限您目前正在使用的這一台裝置的 MAC 位址,不收集您其他裝置的資料,不收集與該 MAC 位址關聯的其他網路裝置資料。
- 收集時機:僅在您閱讀本《隱私政策》並點擊「同意並繼續」之後。在您同意之前,我們不會初始化上述第三方 SDK,不會收集包括 MAC 位址在內的任何裝置資料。
- 資料接收方:深圳市騰訊計算機系統有限公司(微信 OpenSDK 的提供方),詳見本政策第五節。
- 如何拒絕:您可以選擇不使用微信登入與微信分享功能,改用手機號驗證碼方式登入。不使用上述功能不影響您正常使用書法AI 的其他服務。
2. 軟體安裝清單
- 收集目的:判斷您的裝置是否已安裝微信用戶端,從而決定是否顯示「微信登入」「微信分享」入口,並在未安裝時向您提示;在您主動點擊分享,或選擇以其他應用開啟已匯出的字帖 PDF 時,向您顯示裝置上可以處理該內容的應用。
- 收集方式:透過 Android 系統提供的 PackageManager 介面進行查詢。我們在應用的 AndroidManifest.xml 的 queries 節點中僅宣告了微信(應用套件名 com.tencent.mm)這一個應用,並且未申請 QUERY_ALL_PACKAGES(讀取所有應用清單)權限,因此在系統層面我們即無法讀取您裝置上的完整應用安裝清單。
- 收集範圍:僅限微信用戶端(com.tencent.mm)的安裝狀態(已安裝 / 未安裝),以及在您主動觸發系統分享、開啟檔案時由系統返回的、可處理相應內容類型的應用資訊。我們不讀取、不儲存、不上傳您裝置上的完整應用安裝清單。上述查詢結果僅在您的裝置本機使用。
- 收集時機:僅在您同意本《隱私政策》之後,且在向您顯示登入方式,或您主動點擊微信登入、微信分享、匯出與開啟檔案等功能時進行。
- 資料接收方:書法AI 不會將上述查詢結果上傳至我們的伺服器或提供給任何第三方。微信 OpenSDK 在被調起時亦會自行查詢微信用戶端的安裝狀態,用於判斷能否喚起微信,詳見本政策第五節。
- 如何拒絕:您可以選擇不使用微信登入、微信分享與檔案匯出功能。不使用上述功能不影響您正常使用書法AI 的其他服務。
二、裝置權限調用
書法AI 僅在為您提供對應功能時,向您申請下列系統權限。您可以隨時在系統「設定」中管理這些權限;拒絕授權通常僅會使您無法使用對應功能,不影響其他服務的正常使用。
- 相機權限:當您使用作品診斷的拍照功能時,我們需要存取相機,以拍攝您的書法作品照片。
- 相簿 / 儲存權限:當您從相簿選擇作品照片上傳診斷,或保存、匯出生成的字帖(如 PDF)時,我們需要存取相簿或儲存空間。我們承諾僅讀取或寫入實現相關功能所必需的檔案。
- 麥克風權限:當您在 AI 書法學習輔導中使用語音輸入時,我們需要存取麥克風,錄音僅用於語音轉文字辨識,不用於其他用途。
- 剪貼簿讀取:當您在字帖生成、集字等功能的文字輸入面板中錄入要練習的文字時,為方便您快速輸入,我們會在本機偵測您剪貼簿中是否包含中文文字,並在偵測到時提示您一鍵貼上。該偵測僅在您的裝置本機進行,剪貼簿內容不會自動上傳或用於其他用途,且僅在您主動點擊「貼上」後才會填入輸入框。
- 安裝未知應用權限(僅 Android):當我們偵測到新版本時,用於在 App 內下載並引導您安裝更新包。
三、我們可能如何使用資料
我們可能將在向您提供服務過程中收集的資料用作下列用途:
- 向您提供字帖生成、集字、作品診斷與 AI 書法學習輔導等核心服務;
- 用於帳號身分驗證、客戶服務、安全防範、風險與異常監測,保障我們向您提供的產品和服務的安全性;
- 用於排查故障、分析與最佳化產品效能,改善我們現有的服務並設計新的功能;
- 在符合法律法規的前提下,針對性地回應您的個人化需求,例如語言設定、字帖排版偏好等;
- 經您同意或依法律法規要求的其他用途。
我們將盡合理努力採取適當的技術手段,保證您可以存取、更新和更正自己的帳號資料或使用服務時提供的其他個人資料。在前述操作過程中,我們可能會要求您進行身分驗證,以保障帳戶安全。
四、我們可能如何共享、轉讓、公開揭露資料
除以下情形外,未經您同意,我們不會與任何第三方共享、轉讓您的個人資料:
- 為實現功能所必需的共享:為向您提供服務,我們可能與必要的服務提供商在最小必要範圍內共享資料。例如,將您的手機號碼提供給簡訊服務提供商,僅用於向您發送登入驗證碼;使用雲端服務 / 物件儲存服務商儲存您上傳的作品照片等內容。我們將透過協議約定要求該等服務商遵守本《隱私政策》以及相應的保密和安全義務。
- 業務轉移:隨著業務發展,我們可能進行合併、收購或資產轉讓,您的個人資料可能作為此類交易的一部分被轉移。我們將在轉移前通知您,並要求新的持有方繼續受本《隱私政策》約束。
- 依法揭露:為遵守適用的法律法規、法院命令或其他法律程序,應相關政府主管部門的要求,或為維護社會公共利益、保護我們及其他使用者的人身財產安全或合法權益所合理必需時,我們可能保留、揭露您的個人資料。
我們不會將您的個人資料用於廣告投放,也不會向第三方出售您的個人資料。
五、第三方 SDK
書法AI 接入的第三方 SDK 主要為實現網路請求、本機儲存、圖片處理、字帖生成與系統能力調用等基礎功能,絕大多數僅在您的裝置本機執行或僅與書法AI 自有伺服器通訊,未接入廣告類、使用者行為統計類第三方 SDK。
我們在 App 內提供了與 `pubspec.yaml` 同源維護的「第三方 SDK 說明」頁(路徑:我的 → 設定 → 第三方 SDK 說明),逐條列示每個 SDK 的提供方、使用目的、收集的資料類型與資料接收方。新增或移除相依套件時,我們會同步更新該清單,請以應用內最新清單為準。
重點第三方 SDK 明示
以下第三方 SDK 涉及與第三方的資料互動,我們在此重點明示其基本資訊:
微信 OpenSDK Android
- SDK 名稱:微信OpenSDK Android
- 開發者:深圳市騰訊計算機系統有限公司
- 收集資訊範圍:裝置 MAC 位址、軟體安裝清單(僅微信用戶端的安裝狀態)、裝置識別資訊(如裝置型號、作業系統版本、系統語言)、網路狀態資訊、微信授權返回的使用者識別(OpenID / UnionID)及您授權的公開資料(暱稱、頭像)
- 收集方式:由該 SDK 在初始化及被調起時自行收集,書法AI 不經手、不儲存上述裝置資料
- 使用目的:實現微信登入、帳號綁定與內容分享功能;其中裝置 MAC 位址用於裝置識別與安全風控,軟體安裝清單用於判斷能否喚起微信用戶端
- 收集時機:僅在您同意本《隱私政策》後初始化該 SDK;在您同意之前,該 SDK 不會被初始化,也不會收集任何資料
- SDK 隱私政策連結:https://support.weixin.qq.com/cgi-bin/mmsupportacctnodeweb-bin/pages/RYiYJkLOrQwu0nb8
六、資料儲存與安全
我們僅在本《隱私政策》所述目的所必需的期間和法律法規要求的時限內保留您的個人資料。
我們使用各種安全技術和程序來防止資料遺失、不當使用、未經授權的存取或揭露。例如,我們使用加密技術(如 SSL / TLS)保護資料傳輸安全。但請您理解,由於技術的限制以及可能存在的各種惡意手段,在網際網路產業即便竭盡所能加強安全措施,也無法始終保證資料百分之百的安全。
請您謹慎考慮透過我們的服務上傳、發布和交流的內容。某些資料因其特殊性可能被認為是敏感個人資料(例如可識別個人的照片),相比其他個人資料受到更嚴格的保護,請您謹慎考慮是否在使用服務時揭露。您同意按本《隱私政策》所述目的和方式處理您的相關資料。
七、您的權利
- 存取與更正:您可以在 App 內存取和更正您的帳號資料與學習偏好。
- 刪除內容:您可以刪除您上傳的作品照片、生成的字帖等內容。
- 撤回同意:您可以透過關閉系統權限的方式,撤回此前對相機、相簿、麥克風等權限的授權。
- 帳號登出(註銷):您可以隨時登出書法AI 帳號,入口:我的 → 設定 → 註銷帳號。帳號註銷後,該帳號相關資料將一併從平台刪除(法律法規另有保存要求的除外)。
在您行使上述權利時,我們可能會要求您進行身分驗證,以保障帳戶安全。
八、我們可能向您發送的通知
- 推播通知:在您使用服務時,我們可能透過推播通知向您發送與學習相關的提醒或服務資訊。如您不希望收到,可在系統設定中關閉書法AI 的通知權限。
- 與服務有關的公告:我們可能在必要時(例如系統維護暫停服務時)向您發出與服務有關的公告。此類公告與服務運行直接相關、性質不屬於推廣,您可能無法取消。
九、第三方服務與連結(適用例外)
我們的服務可能包含或連結至第三方提供的服務或網站。您使用該等第三方服務(包括您向其提供的任何資料),須受該第三方的服務條款及隱私政策約束,而非本《隱私政策》。請您在使用前仔細閱讀其條款。本《隱私政策》僅適用於我們所收集的資料,我們對任何第三方使用由您提供的資料不承擔責任。
十、未成年人保護
我們鼓勵父母或監護人指導未滿十八歲的未成年人使用我們的服務。我們建議未成年人在提交個人資料之前徵得父母或監護人的同意和指導。若您是未滿十四歲的未成年人,請在監護人陪同下使用本應用,並確保已取得監護人對本《隱私政策》的同意。
十一、隱私政策的適用範圍
除某些特定服務將適用其特定隱私政策外,本《隱私政策》適用於書法AI 提供的全部服務。如相關特定服務的隱私政策與本《隱私政策》不一致,適用該特定服務的隱私政策。
本《隱私政策》不適用於:透過我們的服務接入的第三方服務(包括任何第三方網站)所收集的資料;以及由其他公司或機構透過我們服務向您提供產品或服務時所收集的資料。
十二、隱私政策的變更
我們可能適時修訂本《隱私政策》的條款,該等修訂構成本《隱私政策》的一部分。如修訂造成您在本《隱私政策》下權利的實質減少,我們將在修訂生效前透過應用內顯著位置提示或其他方式通知您。在該種情況下,若您繼續使用我們的服務,即表示同意受修訂後的本《隱私政策》約束。
十三、如何聯絡我們
如果您對本《隱私政策》有任何疑問、意見或投訴,或希望行使您的相關權利,請透過以下方式與我們聯絡:
- 營運主體:杭州星喆科技有限公司
- 客服信箱:inkai@ljmsai.com
- 服務時間:工作日 9:00 - 21:00
我們將在收到您的請求並核驗您的身分後及時處理。如果您對我們的回覆不滿意,特別是認為我們的資料處理行為損害了您的合法權益,您還可以向我們公司住所地(杭州)有管轄權的人民法院提起訴訟尋求解決。
備案號:浙ICP備2022021742號
Version 1.0.1 · Effective 2026-06-08 · Updated 2026-07-09
Privacy Policy
Hangzhou Xingzhe Technology Co., Ltd. ("we", "us", or "our") is the developer and operator of the "InkAI" app. When you use our services, we may collect and use information related to you.
Through this Privacy Policy, we explain how we collect, use, store, and share this information when you use InkAI's services such as copybook generation, character collection, work diagnosis, and AI calligraphy learning assistance, as well as how we enable you to access, update, control, and protect this information.
This Privacy Policy is closely related to the services you use. Please read it carefully and, where needed, make the choices you consider appropriate following the guidance in this Policy. By using or continuing to use our services, you agree that we may collect, use, store, and share your information in accordance with this Privacy Policy.
1. Information We May Collect
When providing our services, we may collect, store, and use the following information about you. If you do not provide certain information, you may be unable to enjoy some of our services or to achieve the intended results of those services.
1.1 Information You Provide
- Account information: the mobile phone number you provide when you register and log in to InkAI via phone number plus SMS verification code. InkAI currently supports only phone-number-with-verification-code login and does not require your real name, ID documents, or similar information.
- Content you upload or create: photos of your calligraphy works that you capture or select from your album when using Work Diagnosis; the text you enter, fonts you select, and copybooks you generate when using copybook generation and character collection; and the text or voice you provide when using AI calligraphy learning assistance.
1.2 Information We Obtain When You Use the Services
When you use the services, we may collect the following:
- Device and software information: your device model, operating system version, app version and build number, network status, IP address, and the device MAC address. The purpose, method, scope, and timing of the collection of the device MAC address are described in detail in Section 1.3 below.
- Software installation list information: to determine whether the WeChat client is installed on your device, and to show you the available apps when you actively use system sharing or open an exported file with another app, we query the installation status of the relevant apps through system interfaces. The purpose, method, scope, and timing of this collection are described in detail in Section 1.3 below.
- Operation logs: such as records of your use of features, and crash and error logs, used to troubleshoot issues and keep the service stable and secure.
- Local preferences: such as your interface language, copybook layout preferences, and login state, which are mainly stored on your local device.
1.3 Specific Disclosure Regarding the Device MAC Address and the Software Installation List
The device MAC address and the software installation list are device information of relatively high sensitivity. So that you are clearly informed, we separately and expressly describe below the purpose, method, scope, and timing of the collection of these two categories of information.
1. Device MAC address
- Purpose of collection: to uniquely identify your device for account login and identity security verification, abnormal login detection, risk control and anti-fraud, and crash and fault troubleshooting. We do not use it for advertising, do not use it to build user profiles, and do not use it for personalized recommendations.
- Method of collection: it is read automatically through Android system network interfaces by the third-party SDK "WeChat OpenSDK Android" that we integrate, upon its initialization and when you use WeChat login or WeChat sharing. InkAI's own code does not actively read, store, or upload your device MAC address.
- Scope of collection: only the MAC address of the single device you are currently using. We do not collect information about your other devices, nor information about other network devices associated with that MAC address.
- Timing of collection: only after you have read this Privacy Policy and tapped "Agree and Continue". Before you agree, we do not initialize the above third-party SDK and do not collect any device information, including the MAC address.
- Data recipient: Shenzhen Tencent Computer Systems Co., Ltd. (the provider of WeChat OpenSDK). See Section 5 of this Policy.
- How to refuse: you may choose not to use WeChat login and WeChat sharing, and log in with your phone number and verification code instead. Not using these features does not affect your normal use of InkAI's other services.
2. Software installation list
- Purpose of collection: to determine whether the WeChat client is installed on your device, so as to decide whether to show the "WeChat login" and "WeChat sharing" entries and to prompt you when it is not installed; and, when you actively tap share or choose to open an exported copybook PDF with another app, to show you the apps on your device that can handle that content.
- Method of collection: through the PackageManager interface provided by the Android system. In the queries element of the app's AndroidManifest.xml we declare only one app, WeChat (package name com.tencent.mm), and we do not request the QUERY_ALL_PACKAGES permission (which allows reading the full list of installed apps). As a result, we are unable to read the complete list of apps installed on your device at the system level.
- Scope of collection: only the installation status (installed / not installed) of the WeChat client (com.tencent.mm), together with the information about apps able to handle the relevant content type that is returned by the system when you actively trigger system sharing or open a file. We do not read, store, or upload the complete list of apps installed on your device. The results of the above queries are used only locally on your device.
- Timing of collection: only after you agree to this Privacy Policy, and only when login methods are shown to you, or when you actively tap WeChat login, WeChat sharing, or export and open a file.
- Data recipient: InkAI does not upload the results of the above queries to our servers or provide them to any third party. When invoked, the WeChat OpenSDK also queries the installation status of the WeChat client on its own in order to determine whether WeChat can be launched. See Section 5 of this Policy.
- How to refuse: you may choose not to use WeChat login, WeChat sharing, and file export. Not using these features does not affect your normal use of InkAI's other services.
2. Device Permissions
InkAI requests the following system permissions only to provide the corresponding features. You can manage these permissions at any time in your system "Settings"; denying a permission will generally only prevent you from using the corresponding feature and will not affect the normal use of other services.
- Camera: when you use the photo-capture function of Work Diagnosis, we need access to the camera to take photos of your calligraphy works.
- Album / storage: when you select work photos from your album for diagnosis, or save or export generated copybooks (such as PDFs), we need access to your album or storage. We commit to reading or writing only the files necessary to provide the relevant features.
- Microphone: when you use voice input within AI calligraphy learning assistance, we need access to the microphone; the recording is used solely for speech-to-text recognition and for no other purpose.
- Clipboard access: when you enter the characters you want to practice in the text input panel of features such as practice sheet generation and character collection, to help you input quickly, we detect locally whether your clipboard contains Chinese text and, if detected, prompt you to paste it with one tap. This detection is performed only locally on your device; clipboard content is never uploaded automatically or used for any other purpose, and is filled into the input box only after you actively tap "Paste."
- Install unknown apps (Android only): used to download and guide you through installing an update package within the app when we detect a new version.
3. How We May Use Information
We may use the information collected in the course of providing services for the following purposes:
- to provide core services such as copybook generation, character collection, work diagnosis, and AI calligraphy learning assistance;
- for account authentication, customer service, security protection, and risk and anomaly monitoring, to ensure the security of the products and services we provide;
- to troubleshoot faults, analyze and optimize performance, improve our existing services, and design new features;
- to respond to your personalized needs where consistent with laws and regulations, such as language settings and copybook layout preferences;
- for other purposes with your consent or as required by laws and regulations.
We will make reasonable efforts to adopt appropriate technical measures so that you can access, update, and correct your account information and other personal information you provide while using the services. During these operations, we may ask you to verify your identity to protect account security.
4. How We May Share, Transfer, and Publicly Disclose Information
Except in the following circumstances, we will not share or transfer your personal information to any third party without your consent:
- Sharing necessary to deliver features: to provide services to you, we may share information with necessary service providers to the minimum extent necessary. For example, we provide your phone number to an SMS service provider solely to send you login verification codes, and we use cloud / object storage providers to store content such as the work photos you upload. We require such providers by agreement to comply with this Privacy Policy and corresponding confidentiality and security obligations.
- Business transfer: as our business develops, we may engage in a merger, acquisition, or asset transfer, and your personal information may be transferred as part of such a transaction. We will notify you before the transfer and require the new holder to continue to be bound by this Privacy Policy.
- Disclosure required by law: we may retain and disclose your personal information to comply with applicable laws and regulations, court orders, or other legal processes, in response to requests from competent government authorities, or where reasonably necessary to protect the public interest or the personal and property safety or lawful rights of us and other users.
We do not use your personal information for advertising, and we do not sell your personal information to third parties.
5. Third-Party SDKs
The third-party SDKs integrated into InkAI are mainly for basic functions such as network requests, local storage, image processing, copybook generation, and invoking system capabilities. The vast majority run only locally on your device or communicate only with InkAI's own servers. We do not integrate advertising or user-behavior analytics third-party SDKs.
We provide an in-app "Third-Party SDK Disclosure" page (path: Profile → Settings → Third-Party SDK Disclosure), maintained in sync with `pubspec.yaml`, that lists, for each SDK, its provider, purpose, the types of data collected, and the data recipient. We update this list whenever we add or remove dependencies; please refer to the latest in-app list.
Key Third-Party SDK Disclosure
The following third-party SDK involves data exchange with a third party, and we specifically disclose its basic information here:
WeChat OpenSDK Android (微信OpenSDK Android)
- SDK Name: 微信OpenSDK Android
- Developer: 深圳市腾讯计算机系统有限公司 (Shenzhen Tencent Computer Systems Co., Ltd.)
- Scope of Information Collected: the device MAC address, the software installation list (limited to the installation status of the WeChat client), device identifiers (such as device model, operating system version, system language), network status, the user identifiers returned by WeChat authorization (OpenID / UnionID), and the public profile you authorize (nickname, avatar)
- Method of Collection: collected by the SDK itself upon initialization and when it is invoked. InkAI neither handles nor stores the above device information.
- Purpose: to enable WeChat login, account binding, and content sharing. The device MAC address is used for device identification and security risk control, and the software installation list is used to determine whether the WeChat client can be launched.
- Timing of Collection: the SDK is initialized only after you agree to this Privacy Policy. Before you agree, the SDK is not initialized and collects no information.
- SDK Privacy Policy Link: https://support.weixin.qq.com/cgi-bin/mmsupportacctnodeweb-bin/pages/RYiYJkLOrQwu0nb8
6. Information Storage and Security
We retain your personal information only for the period necessary for the purposes described in this Privacy Policy and as required by laws and regulations.
We use a variety of security technologies and procedures to prevent loss, misuse, and unauthorized access to or disclosure of information. For example, we use encryption (such as SSL / TLS) to protect data in transit. However, please understand that due to technical limitations and possible malicious means, no security measures can guarantee that information is 100% secure at all times in the internet industry.
Please consider carefully the content you upload, publish, and communicate through our services. Some information may be considered sensitive personal information due to its nature (for example, photos that can identify an individual) and receives stricter protection than other personal information; please consider carefully whether to disclose it while using the services. You agree that we may process your information for the purposes and in the manner described in this Privacy Policy.
7. Your Rights
- Access and correction: you can access and correct your account information and learning preferences within the app.
- Deletion of content: you can delete content you have uploaded, such as work photos and generated copybooks.
- Withdrawal of consent: you can withdraw your prior authorization for permissions such as camera, album, and microphone by turning them off in system settings.
- Account deletion: you can delete your InkAI account at any time via Profile → Settings → Delete Account. After deletion, data associated with the account will be deleted from the platform together (except where retention is required by laws and regulations).
When you exercise the above rights, we may ask you to verify your identity to protect account security.
8. Notifications We May Send You
- Push notifications: while you use the services, we may send you learning-related reminders or service information via push notifications. If you do not wish to receive them, you can turn off InkAI's notification permission in your system settings.
- Service-related announcements: we may, when necessary (for example, when suspending a service for system maintenance), issue announcements related to the service. Such announcements are directly related to service operation and are non-promotional in nature; you may be unable to opt out of them.
9. Third-Party Services and Links (Exceptions)
Our services may contain or link to services or websites provided by third parties. Your use of such third-party services (including any information you provide to them) is governed by that third party's terms of service and privacy policy, not by this Privacy Policy. Please read their terms carefully before use. This Privacy Policy applies only to the information we collect, and we are not responsible for any third party's use of information you provide.
10. Protection of Minors
We encourage parents or guardians to guide minors under the age of eighteen in using our services. We recommend that minors obtain the consent and guidance of a parent or guardian before submitting any personal information. If you are a minor under the age of fourteen, please use this app under the supervision of a guardian and ensure that your guardian has consented to this Privacy Policy.
11. Scope of This Privacy Policy
This Privacy Policy applies to all services provided by InkAI, except for certain specific services that are subject to their own specific privacy policies. Where the privacy policy of a specific service is inconsistent with this Privacy Policy, the privacy policy of that specific service shall apply.
This Privacy Policy does not apply to information collected by third-party services (including any third-party websites) accessed through our services, or to information collected by other companies or organizations providing products or services to you through our services.
12. Changes to This Privacy Policy
We may revise this Privacy Policy from time to time, and such revisions form part of this Privacy Policy. If a revision materially reduces your rights under this Privacy Policy, we will notify you before the revision takes effect through a prominent notice within the app or by other means. In that case, your continued use of our services indicates your agreement to be bound by the revised Privacy Policy.
13. How to Contact Us
If you have any questions, comments, or complaints about this Privacy Policy, or wish to exercise your rights, please contact us through the following:
- Operator: Hangzhou Xingzhe Technology Co., Ltd.
- Support email: inkai@ljmsai.com
- Service hours: weekdays 9:00 - 21:00
We will process your request promptly after receiving it and verifying your identity. If you are not satisfied with our response, particularly if you believe our handling of information has harmed your lawful rights, you may also seek resolution by filing a lawsuit with a competent people's court at the location of our registered office (Hangzhou).
ICP filing: 浙ICP备2022021742号