mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add dock position setting
* refactor(storage.ts): move `language` and `isShowTopbar` to `setting` variable * refactor: rename `BewSelect.vue` to `Select.vue`
This commit is contained in:
5
src/models/models.ts
Normal file
5
src/models/models.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Settings {
|
||||
language: string
|
||||
isShowTopbar: boolean
|
||||
dockPosition: 'left' | 'right' | 'bottom'
|
||||
}
|
||||
Reference in New Issue
Block a user