|
221 | 221 | "description": "t2i 渲染环境切换", |
222 | 222 | "options": ["Mainland", "Overseas"], |
223 | 223 | "default": "Overseas", |
224 | | - "hint": "切换环境会自动应用下方对应的镜像站地址、语言标识(zh-CN/zh-Hant)及字体优先级。" |
| 224 | + "hint": "字体和静态资源的访问环境,内地(Mainland)、海外(Overseas),切换环境会自动应用下方对应的镜像站地址、语言标识(简体中文/繁体中文)及字体优先级。(实测 Overseas 也可以正常渲染简体中文)" |
225 | 225 | }, |
226 | 226 | "t2i_mainland_google_fonts": { |
227 | 227 | "type": "string", |
228 | | - "description": "[国内] Google Fonts 镜像", |
| 228 | + "description": "[内地] Google Fonts 镜像", |
229 | 229 | "default": "https://fonts.loli.net", |
230 | | - "hint": "国内环境下推荐使用 loli.net 或其他可访问镜像。" |
| 230 | + "hint": "内地环境下推荐使用 loli.net 或其他可访问镜像。" |
231 | 231 | }, |
232 | 232 | "t2i_mainland_gstatic": { |
233 | 233 | "type": "string", |
234 | | - "description": "[国内] Gstatic 镜像", |
| 234 | + "description": "[内地] Gstatic 镜像", |
235 | 235 | "default": "https://gstatic.loli.net", |
236 | | - "hint": "国内环境下推荐使用 loli.net 或其他可访问镜像。" |
| 236 | + "hint": "内地环境下推荐使用 loli.net 或其他可访问镜像。" |
237 | 237 | }, |
238 | 238 | "t2i_overseas_google_fonts": { |
239 | 239 | "type": "string", |
240 | | - "description": "[国外] Google Fonts 官方", |
| 240 | + "description": "[海外] Google Fonts 官方", |
241 | 241 | "default": "https://fonts.googleapis.com", |
242 | 242 | "hint": "海外环境通常直接使用官方地址即可。" |
243 | 243 | }, |
244 | 244 | "t2i_overseas_gstatic": { |
245 | 245 | "type": "string", |
246 | | - "description": "[国外] Gstatic 官方", |
| 246 | + "description": "[海外] Gstatic 官方", |
247 | 247 | "default": "https://fonts.gstatic.com", |
248 | 248 | "hint": "海外环境通常直接使用官方地址即可。" |
249 | 249 | } |
|
0 commit comments