-
Notifications
You must be signed in to change notification settings - Fork 7
/
effector.json
121 lines (121 loc) · 3.47 KB
/
effector.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
{
"des": {
"zh_CN": "隐藏快速目录",
"en": "Hide catalog"
},
"css": "#catalog{display: none;}"
},
{
"des": {
"zh_CN": "隐藏搜索建议",
"en": "Hide search suggestions"
},
"css": "#searchSuggestion{display: none;}"
},
{
"des": {
"zh_CN": "隐藏临时搜索引擎",
"en": "Hide temporary search engine"
},
"css": "#searchQuickEngine{display: none;}"
},
{
"des": {
"zh_CN": "隐藏搜索框",
"en": "Hide search box"
},
"css": "#chainwon-search{display: none;}"
},
{
"des": {
"zh_CN": "隐藏头部 & 搜索框",
"en": "Hide header & search box"
},
"css": ".container.cb{display: none;}#screenButton{margin-top: 16px!important;}"
},
{
"des": {
"zh_CN": "更低的标签栏背景透明度",
"en": "Lower TAB bar background transparency"
},
"css": ".theme--dark .main{background-color:rgba(10,10,10,45%)!important}.theme--light .main{background-color:rgba(245,245,245,33%)!important}"
},
{
"des": {
"zh_CN": "居中的 一言 & 输入框",
"en": "Centered Yi Yan & Input box"
},
"css": ".cb > .row {justify-content: center;}"
},
{
"des": {
"zh_CN": "隐藏滚动条",
"en": "Hide scroll bar"
},
"css": "::-webkit-scrollbar{display:none;}body{scrollbar-width:none;}"
},
{
"des": {
"zh_CN": "浮动搜索框,页面下滑时生效",
"en": "Floating search box, effective when the page slides down."
},
"css": ".cb .search{transition:all 0.2s ease-in-out;}.v-app-bar--is-scrolled + .cb .search{max-width:inherit;position:fixed;z-index:1;top:24px;}.v-app-bar--is-scrolled + .cb .search #chainwon-search{box-shadow:0 4px 20px 7px rgba(0,0,0,0.1);}"
},
{
"des": {
"zh_CN": "隐藏最顶部的图标/收藏夹内容",
"en": "Hide the top icon/favorite content"
},
"css": ".container > .v-window > .v-window__container > .v-window-item > .v-lazy > .row > .bookmark{display:none;}.container > .v-window > .v-window__container > .v-window-item > .v-lazy > .row > .bookmark + .group{margin-top:0px!important;}"
},
{
"des": {
"zh_CN": "隐藏收藏夹市场",
"en": "Hide the market of bookmarks"
},
"css": "#market{display:none;}"
},
{
"des": {
"zh_CN": "加宽显示范围",
"en": "Widen the display range"
},
"css": ".container{max-width:100%;padding-left:1.5rem;padding-right:1.5rem;}"
},
{
"des": {
"zh_CN": "面板内容过多显示滚动条",
"en": "show scroll bar when too much fav items"
},
"css": ".v-lazy>.row{max-height:60vh;overflow-y:scroll;overflow-y:auto;}"
},
{
"des": {
"zh_CN": "禁止选中页内文字",
"en": "Prohibit selecting text on page"
},
"css": "body{-webkit-user-select: none;}"
},
{
"des": {
"zh_CN": "正方形卡片无边框",
"en": "Square cards without borders"
},
"css": ".square .logo{padding:0}.square .v-avatar{border-radius:var(--border)}"
},
{
"des": {
"zh_CN": "大屏显示优化",
"en": "Large screen display optimization"
},
"css": "@media (min-width: 960px){.col-lg-1{flex:0 0 5.555555555555556%;max-width:5.555555555555556%}.col-lg-2{flex:0 0 11.11111111%;max-width:11.11111111%}.col-lg-4{flex:0 0 16.66666666666667%;max-width:16.66666666666667%}}"
},
{
"des": {
"zh_CN": "隐藏头部按钮,鼠标悬浮时显示。",
"en": "Hide the header button and show it when the mouse hovers."
},
"css": "header.bar.v-sheet.theme--dark.v-toolbar.v-toolbar--flat.v-app-bar:hover {opacity: 1;} header.bar.v-sheet.theme--dark.v-toolbar.v-toolbar--flat.v-app-bar {opacity: 0;}"
}
]