Merge pull request #16 from yuhan-feng/yuh

Yuh
pull/361/head
overBaker 2 years ago committed by GitHub
commit 803fa467da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
{ {
"short_name": "泡泡", "short_name": "ZHAIZHAI-AIMO",
"name": "泡泡", "name": "AIMO",
"description": "一个清新文艺的微社区", "description": "技术自由的设计师",
"icons": [ "icons": [
{ {
"src": "/logo.png", "src": "/logo.png",

@ -55,7 +55,7 @@ const page = ref(+(route.query.p as string) || 1);
const pageSize = ref(20); const pageSize = ref(20);
const totalPage = ref(0); const totalPage = ref(0);
const title = computed(() => { const title = computed(() => {
let t = '广'; let t = 'AIMO';
if (route.query && route.query.q) { if (route.query && route.query.q) {
if (route.query.t && route.query.t === 'tag') { if (route.query.t && route.query.t === 'tag') {
@ -170,4 +170,4 @@ watch(
background-color: rgba(16, 16, 20, 0.75); background-color: rgba(16, 16, 20, 0.75);
} }
} }
</style> </style>

Loading…
Cancel
Save