chore: update README.md

This commit is contained in:
Ran
2026-02-11 19:57:35 +08:00
parent b46cb0c4e3
commit 065aa303e9
4 changed files with 19 additions and 1 deletions
+9
View File
@@ -57,6 +57,15 @@ Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
<img src="https://contrib.rocks/image?repo=memohai/Memoh" />
</a>
## Contacts
Cooperation: [business@memoh.net](mailto:business@memoh.net)
- Telegram Group: [MEMOHAI](https://t.me/memohai)
<br>
<a href="https://t.me/memohai">
<img width="200" src="./assets/telegram.jpg" >
</a>
---
**LICENSE**: AGPLv3
+9
View File
@@ -57,6 +57,15 @@ Memoh Bot 能够区分并记忆来自多个人类/Bot 的请求,可在任意
<img src="https://contrib.rocks/image?repo=memohai/Memoh" />
</a>
## 联系我们
商务合作: [business@memoh.net](mailto:business@memoh.net)
- Telegram Group: [MEMOHAI](https://t.me/memohai)
<br>
<a href="https://t.me/memohai">
<img width="200" src="./assets/telegram.jpg" >
</a>
---
**LICENSE**: AGPLv3
Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

@@ -13,7 +13,7 @@
<script setup lang="ts">
import MainLayout from '@/layout/main-layout/index.vue'
import SideBar from '@/components/Sidebar/index.vue'
import SideBar from '@/components/sidebar/index.vue'
import MainContainer from '@/components/main-container/index.vue'
import { provide,ref } from 'vue'