mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore: update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user