修改登录页面
This commit is contained in:
@@ -4,7 +4,8 @@ export const useSettingStore = defineStore('setting', {
|
||||
state: () => ({
|
||||
domainList: [],
|
||||
settings: {
|
||||
r2Domain: ''
|
||||
r2Domain: '',
|
||||
loginOpacity: 1.00,
|
||||
}
|
||||
}),
|
||||
actions: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
|
||||
|
||||
export const useUiStore = defineStore('ui', {
|
||||
state: () => ({
|
||||
asideShow: window.innerWidth > 991,
|
||||
asideShow: window.innerWidth > 1024,
|
||||
accountShow: false,
|
||||
backgroundLoading: true,
|
||||
writerRef: null,
|
||||
|
||||
Reference in New Issue
Block a user