修改登录页面
This commit is contained in:
@@ -4,7 +4,8 @@ export const useSettingStore = defineStore('setting', {
|
||||
state: () => ({
|
||||
domainList: [],
|
||||
settings: {
|
||||
r2Domain: ''
|
||||
r2Domain: '',
|
||||
loginOpacity: 1.00,
|
||||
}
|
||||
}),
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user