Skip to content

Commit

Permalink
Merge pull request #13 from Wster11/aoglia
Browse files Browse the repository at this point in the history
Update aoglia config and home style
  • Loading branch information
haoxiuwen authored Dec 30, 2024
2 parents c702d97 + 36fa8a7 commit 4d42fa8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div
v-else
class="card"
style="visibility: hidden; height: 0"
style="visibility: hidden; height: 0; padding: 0; border: none;"
></div>
</template>
</div>
Expand Down Expand Up @@ -385,11 +385,11 @@ const activeTab = ref(0)
.table th,
.table td {
border: 1px solid #e0e0e0;
padding: 15px;
text-align: center;
font-size: 14px;
white-space: nowrap;
min-width: 80px;
padding: 15px 0;
}
.table th:nth-child(5),
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineUserConfig({
base: '/',
lang: 'zh-CN',
title: '即时通讯',
head: [['link', { rel: 'icon', href: '/logo.png' }]],
head: [['link', { rel: 'icon', href: '/logo.ico' }]],
description: '声网即时通讯文档',
bundler: viteBundler({
viteOptions: {
Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/layouts/InstanceSearchLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<navbar />
<ClientOnly>
<ais-instant-search
index-name="im-beta-easemob"
index-name="chat-rtnsvc"
:search-client="searchClient"
:initial-ui-state="initialUiState"
>
Expand Down Expand Up @@ -77,11 +77,11 @@ export default {
data() {
return {
searchClient: algoliasearch(
'5K8UTB3JVE',
'df9e938d06f6531ce8dd8de71f907f0d'
'DIYH96071T',
'5cbf6cc04fa6c97739534d54f734e96f'
),
initialUiState: {
['im-beta-easemob']: {
['chat-rtnsvc']: {
query: useRoute().query.query || '',
refinementList: {
type: ['content']
Expand Down
Binary file added docs/.vuepress/public/logo.ico
Binary file not shown.
Binary file removed docs/.vuepress/public/logo.png
Binary file not shown.

0 comments on commit 4d42fa8

Please sign in to comment.