修改登录页面

This commit is contained in:
eoao
2025-06-04 00:20:53 +08:00
parent 3190b47bb9
commit dac0383bab
24 changed files with 221 additions and 143 deletions

View File

@@ -4,7 +4,8 @@ export const useSettingStore = defineStore('setting', {
state: () => ({
domainList: [],
settings: {
r2Domain: ''
r2Domain: '',
loginOpacity: 1.00,
}
}),
actions: {

View File

@@ -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,