This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsettings.yaml
332 lines (332 loc) · 8.46 KB
/
settings.yaml
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
live2d:
label: 看板娘
items:
live2d_modelAPI:
name: live2d_modelAPI
label: 看板娘API地址
type: text
default: "//live2d.fghrsh.net/api/"
description: '后台API地址,有能力的可以自己搭建'
live2d_tipsMessage:
name: live2d_tipsMessage
label: 提示语文件地址
type: text
default: ""
description: '提示语地址,不填则默认在live2d插件目录下 /json/***-tips.json'
live2d_hitokotoAPI:
name: live2d_hitokotoAPI
label: 一言API接口
type: select
data-type: string
default: "hitokoto.cn"
options:
- value: hitokoto.cn
label: hitokoto.cn
- value: lwl12.com
label: lwl12.com
- value: jinrishici.com
label: jinrishici.com(古诗词)
description: '看板娘静置时的语句,有能力的可以自己搭建'
live2d_modelId:
name: live2d_modelId
label: 默认模型(分组)ID
type: text
data-type: long
default: 1
live2d_modelTexturesId:
name: live2d_modelId
label: 默认材质(模型) ID
type: text
data-type: long
default: 1
live2d_showToolMenu:
name: live2d_showToolMenu
label: 显示工具栏
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canCloseLive2d:
name: live2d_canCloseLive2d
label: 关闭看板娘 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canSwitchModel:
name: live2d_canSwitchModel
label: 切换模型 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canSwitchTextures:
name: live2d_canSwitchModel
label: 切换材质 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canSwitchHitokoto:
name: live2d_canSwitchHitokoto
label: 切换一言 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canTakeScreenshot:
name: live2d_canTakeScreenshot
label: 看板娘截图 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canTurnToHomePage:
name: live2d_canTurnToHomePage
label: 返回首页 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canTurnToAboutPage:
name: live2d_canTurnToAboutPage
label: 跳转关于页 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_canTurnToAboutPage:
name: live2d_canTurnToAboutPage
label: 跳转关于页 按钮
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_modelStorage:
name: live2d_modelStorage
label: 记录 ID (刷新后恢复)
type: radio
data-type: bool
default: false
options:
- value: true
label: 显示
- value: false
label: 隐藏
live2d_modelRandMode:
name: live2d_modelRandMode
label: 模型切换类型
type: select
data-type: string
default: 'rand'
options:
- value: 'rand'
label: 随机
- value: 'switch'
label: 顺序
live2d_modelTexturesRandMode:
name: live2d_modelTexturesRandMode
label: 材质切换类型
type: select
data-type: string
default: 'rand'
options:
- value: 'rand'
label: 随机
- value: 'switch'
label: 顺序
live2d_showHitokoto:
name: live2d_showHitokoto
label: 空闲时出现一言
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_showF12Status:
name: live2d_showF12Status
label: 控制台显示加载状态
type: radio
data-type: bool
default: false
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_showF12Message:
name: live2d_showF12Message
label: 提示消息输出到控制台
type: radio
data-type: bool
default: false
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_showF12OpenMsg:
name: live2d_showF12OpenMsg
label: 控制台被打开触发提醒
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_showCopyMessage:
name: live2d_showCopyMessage
label: 内容被复制触发提醒
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_showWelcomeMessage:
name: live2d_showWelcomeMessage
label: 进入面页时显示欢迎语
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_takagiSize:
name: live2d_takagiSize
label: 看板娘大小
type: text
data-type: string
default: "280x250"
live2d_takagiTipsSize:
name: live2d_takagiTipsSize
label: 提示框大小
type: text
data-type: string
default: "250x70"
live2d_takagiFontSize:
name: live2d_takagiFontSize
label: 字体大小
type: text
data-type: string
default: "12px"
live2d_takagiToolFont:
name: live2d_takagiToolFont
label: 工具栏字体
type: text
data-type: string
default: "14px"
live2d_takagiToolLine:
name: live2d_takagiToolLine
label: 工具栏行高
type: text
data-type: string
default: "20px"
live2d_takagiToolTop:
name: live2d_takagiToolTop
label: 工具栏顶部边距
type: text
data-type: string
default: "0px"
live2d_takagiMinWidth:
name: live2d_takagiMinWidth
label: 显示看板娘的最大宽度
type: text
data-type: string
default: "768px"
description: '当页面小于指定宽度的时候,隐藏看板娘,输入disable则停用此功能'
live2d_takagiEdgeSide:
name: live2d_takagiEdgeSide
label: 看板娘贴边方向
type: text
data-type: string
default: "left:0"
description: '使用绝对定位 left:0 就代表靠左'
live2d_takagiDraggable:
name: live2d_takagiDraggable
label: 看板娘拖拽方案
type: select
data-type: string
default: 'disable'
options:
- value: 'disable'
label: 禁用拖拽
- value: 'axis-x'
label: 水平拖拽
- value: 'unlimited'
label: 自由拖拽
live2d_takagiDraggableRevert:
name: live2d_takagiDraggableRevert
label: 松开鼠标还原拖拽位置
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
live2d_aboutPageUrl:
name: live2d_aboutPageUrl
label: 关于页地址
type: text
data-type: string
default: ""
live2d_screenshotCaptureName:
name: live2d_screenshotCaptureName
label: 看板娘截图文件名
type: text
data-type: string
default: "live2d.png"
live2d_style:
name: live2d_style
label: 额外CSS
type: textarea
data-type: string
default: ""
description: '额外CSS,请注意,最好最外层使用.takagi 以免污染其他css'