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", 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 +