miao-plugin/config/cfg_default.js

51 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** ************ 【玩家&老婆卡片展示】 ************* */
// 使用喵喵版角色卡片作为默认角色卡片功能
export const avatarCard = true
// 面板查询
export const avatarProfile = true
// 群面板排名
export const groupRank = false
// 可选值5~30建议15。设置高排名人数会提高图片的长度图片较大可能会影响渲染与发送速度
export const rankNumber = 15
// 可选值4~100建议28最终圣遗物数量取决于面板内圣遗物数量。设置高圣遗物数量会提高图片的长度图片较大可能会影响渲染与发送速度
export const artisNumber = 28
// 使用【#上传深渊】功能取代【#深渊】功能,默认关闭
export const uploadAbyssData = false
// 使用【#面板练度统计】功能取代【#练度统计】功能,默认关闭
export const profileStat = false
// 老婆查询
export const avatarWife = true
// 戳一戳卡片
export const avatarPoke = true
// 数字分组
export const commaGroup = 3
/** ************ 【角色资料与信息查询】 ************* */
// #刻晴图鉴 的图鉴信息
export const charWiki = true
// #刻晴天赋/#刻晴命座 的天赋信息
export const charWikiTalent = true
// 角色图片
export const charPic = true
// 启用后会启用角色图及增量包中的小清新图像,勇士啊,你准备好了吗
export const charPicSe = false
/** ************ 【系统设置】 ************* */
// 可选值50~200建议100。设置高精度会提高图片的精细度但因图片较大可能会影响渲染与发送速度
export const renderScale = 100
// 开启后将使用喵喵版帮助作为Yunzai的默认帮助
export const help = false