miao-plugin/config/cfg_default.js
2022-11-24 18:30:56 +08:00

42 lines
1.2 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
// 使用【#上传深渊】功能取代【#深渊功能】,默认关闭
export const uploadAbyssData = 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