♻️ 重构收藏数据库,更加beauty

This commit is contained in:
目棃
2024-03-20 02:25:51 +08:00
parent 66c6d3a3a5
commit 5d59245761
12 changed files with 609 additions and 187 deletions

View File

@@ -45,7 +45,7 @@
</v-card>
</template>
<script lang="ts" setup>
import { computed, nextTick, onBeforeMount, onMounted, ref, toRaw, watch } from "vue";
import { onBeforeMount, ref } from "vue";
import { createPost } from "../../utils/TGWindow";
import TpAvatar from "../post/tp-avatar.vue";