From 443474555c359d4610ba2638227ba99bdb00126b Mon Sep 17 00:00:00 2001 From: overBaker <55166473+yuhan-feng@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:52:37 +0800 Subject: [PATCH 1/2] Update manifest.json --- web/dist/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/dist/manifest.json b/web/dist/manifest.json index 14c5616b..aae5b52b 100644 --- a/web/dist/manifest.json +++ b/web/dist/manifest.json @@ -1,7 +1,7 @@ { - "short_name": "泡泡", - "name": "泡泡", - "description": "一个清新文艺的微社区", + "short_name": "ZHAIZHAI-AIMO", + "name": "AIMO", + "description": "技术自由的设计师", "icons": [ { "src": "/logo.png", From 1f9329970bb17bc557817aeab463d04c8abe127f Mon Sep 17 00:00:00 2001 From: overBaker <55166473+yuhan-feng@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:56:38 +0800 Subject: [PATCH 2/2] Update Home.vue --- web/src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index b173bddb..6403468f 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -55,7 +55,7 @@ const page = ref(+(route.query.p as string) || 1); const pageSize = ref(20); const totalPage = ref(0); const title = computed(() => { - let t = '泡泡广场'; + let t = 'AIMO灵感'; if (route.query && route.query.q) { if (route.query.t && route.query.t === 'tag') { @@ -170,4 +170,4 @@ watch( background-color: rgba(16, 16, 20, 0.75); } } - \ No newline at end of file +