mirror of
https://github.com/rubickCenter/rubick
synced 2026-03-05 12:46:12 +08:00
💄 UI 升级
This commit is contained in:
2
src/common/constans/common.ts
Normal file
2
src/common/constans/common.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const WINDOW_WIDTH = 688;
|
||||
export const WINDOW_HEIGHT = 60;
|
||||
@@ -1,14 +1,16 @@
|
||||
export default {
|
||||
version: 0,
|
||||
version: 4,
|
||||
perf: {
|
||||
custom: {
|
||||
theme: 'SPRING',
|
||||
primaryColor: '#ff4ea4',
|
||||
errorColor: '#ed6d46',
|
||||
warningColor: '#e5a84b',
|
||||
successColor: '#c0d695',
|
||||
infoColor: '#aa8eeB',
|
||||
logo: `file://${__static}/logo.png`,
|
||||
placeholder: '你好 rubick',
|
||||
placeholder: '你好,Rubick!请输入插件关键词',
|
||||
username: 'Rubick',
|
||||
},
|
||||
shortCut: {
|
||||
showAndHidden: 'Option+R',
|
||||
|
||||
Reference in New Issue
Block a user