From 82d28f12d56b2ef7f74e6def07ed1ebbb79cb174 Mon Sep 17 00:00:00 2001 From: Xutaotaotao Date: Wed, 31 Jul 2024 20:29:04 +0800 Subject: [PATCH] feat: add wx --- README-zh_CN.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 4297d01..bb36f43 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -155,6 +155,12 @@ getWinInstalledApps().then(apps => { - Windows 主要是读取注册表的数据,然后解析相应的信息,形成结构的app信息的对象。 +# 📱 联系作者 + +微信扫码联系我 + + + # 🛠 本地开发 ``` git clone https://github.com/Xutaotaotao/get-installed-apps.git diff --git a/README.md b/README.md index 86074f4..f458e22 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,12 @@ Retrieve the software file directory under 'Applications', use 'mdls' to fetch r - Windows Retrieve software information by reading data from the registry. +# 📱 Contact me + +Use WeChat to contact me + + + # 🛠 Development ``` git clone https://github.com/Xutaotaotao/get-installed-apps.git