[+] Telegram and QQ join link

This commit is contained in:
Clansty
2024-09-22 19:41:47 +08:00
parent 6b51155bac
commit 5c634d6ff9
10 changed files with 1105 additions and 10 deletions

11
AquaNet/uno.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import {
defineConfig, presetTypography,
presetUno
} from 'unocss';
export default defineConfig({
presets: [
presetUno(),
presetTypography()
]
});