removed twitter link and changed buymeacoffee text

This commit is contained in:
Max Yugai 2025-02-06 20:19:49 +06:00
parent 08d977b8cd
commit b2ecbd676b
No known key found for this signature in database
GPG key ID: 0B32522AE5698CC1
11 changed files with 16773 additions and 317 deletions

4
components.d.ts vendored
View file

@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
'404.page': typeof import('./src/pages/404.page.vue')['default']
About: typeof import('./src/pages/About.vue')['default']