Skip to content

Commit 9350f7a

Browse files
authored
fix(docs): The theme switch prompt is placed in the lower right corner. (#2030)
* fix(docs): 主题切换提示放到右下角 * fix(docs): 增加docs版本
1 parent fc90c99 commit 9350f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/sites/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-docs",
3-
"version": "3.18.3",
3+
"version": "3.18.4",
44
"license": "MIT",
55
"scripts": {
66
"start": "vite",
@@ -86,4 +86,4 @@
8686
"vite-svg-loader": "^3.6.0",
8787
"vue-tsc": "^1.8.5"
8888
}
89-
}
89+
}

examples/sites/src/views/components/float-settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default defineComponent({
135135
type: 'info',
136136
title: '请注意',
137137
message: '主题切换成功,如有部分主题样式不生效,请尝试手动刷新页面即可',
138-
position: 'top-right',
138+
position: 'bottom-right',
139139
duration: 3000
140140
})
141141
isShowTip = true

0 commit comments

Comments
 (0)