From 26a532961cd790af352c92c980455ffef7ed4d82 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Thu, 11 Apr 2024 01:48:55 +0800 Subject: [PATCH] update kee link --- README.md | 4 ++-- README.zh-CN.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 70aa7a2..76e8db4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-

kee.so

-Create now ➫ [🔗 kee.so](https://kee.so/) +Link in bio to **widgets**, +your online **home screen**. ➫ [🔗 kee.so](https://kee.so/)
diff --git a/README.zh-CN.md b/README.zh-CN.md index c937881..029dcf7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,7 @@
-

kee.so

-Create now ➫ [🔗 kee.so](https://kee.so/) +Link in bio to **widgets**, +your online **home screen**. ➫ [🔗 kee.so](https://kee.so/)
@@ -114,8 +114,8 @@ export const refs = { import store, { refs } from './store'; function App() { - refs.total = 100; - return
; + refs.total = 100; + return
; } ```