.RDB解包QQ\Resource.1.61.2103\Data.rdb
2.将af.config重命名为af.config.txt(记得在电脑里设置显示
后缀名)
3.双击打开af.config.txt按下面教程红字处进行相关修改。
4.修改完.txt后重命名还原为af.config,然后RDB打包工具打包为Data.rdb,替换之前的Data.rad就OK了
修改方法:
见注释修改数字:
{
"AFSidebarCfg"=
{
"AFSidebarDefaultWidth" = dword:"200",
//侧边栏默认宽度为200
},
"BuddyAIOCfg"=
//好友聊天界面
{
"BuddyMinWidthWithHiddenSidebar" = dword:"500",
//好友聊天界面隐藏侧边栏时最小宽度为500
"BuddyMinHeightWithHiddenSidebar" = dword:"244",
//好友聊天界面隐藏侧边栏时最小长度为244
"BuddyMinWidthWithNoSidebar" = dword:"500",
//好友聊天界面无侧边栏时最小宽度为500
"BuddyMinHeightWithNoSidebar" = dword:"498",
//好友聊天界面无侧边栏时最小高度为498
"BuddyDefaultWidthWithSidebar" = dword:"650",
//好友聊天界面带侧边栏时默认宽度为650
"BuddyDefaultHeightWithSidebar" = dword:"486",
//好友聊天界面带侧边栏时默认宽度为486
"SidebarDefaultWidth" = dword:"150",
//好友聊天界面默认侧边栏宽度为150
"SidebarDefaultHeight" = dword:"146",
//好友聊天界面默认侧边栏高度为146
},
"GroupAIOCfg"=
//群聊天界面
{
"GroupMinWidthWithHiddenSidebar" = dword:"380",
"GroupMinHeightWithHiddenSidebar" = dword:"490",
"GroupMinWidthWithSidebar" = dword:"385",
"GroupMinHeightWithSidebar" = dword:"490",
"GroupDefaultWidthWithSidebar" = dword:"590",
"GroupDefaultHeightWithSidebar" = dword:"503",
"SidebarDefaultWidth" = dword:"201",
"SidebarDefaultHeight" = dword:"146",
},
"CampusGroupAIOCfg"=
//校友群聊天界面
{
"GroupMinWidthWithHiddenSidebar" = dword:"380",
"GroupMinHeightWithHiddenSidebar" = dword:"507",
"GroupMinWidthWithSidebar" = dword:"385",
"GroupMinHeightWithSidebar" = dword:"507",
"GroupDefaultWidthWithSidebar" = dword:"590",
"GroupDefaultHeightWithSidebar" = dword:"503",
"SidebarDefaultWidth" = dword:"201",
"SidebarDefaultHeight" = dword:"146",
},
"TempChatAIOCfg"=
//临时聊天界面
{
"TempChatMinWidthWithHiddenSidebar" = dword:"390",
"TempChatMinHeightWithHiddenSidebar" = dword:"244",
"TempChatMinWidthWithSidebar" = dword:"390",
"TempChatMinHeightWithSidebar" = dword:"500",
"TempDefaultWidthWithSidebar" = dword:"540",
"TempDefaultHeightWithSidebar" = dword:"486",
"SidebarDefaultWidth" = dword:"144",
"SidebarDefaultHeight" = dword:"146",
},
"DiscussAIOCfg"=
//讨论组聊天界面
{
"DiscussMinWidthWithHiddenSidebar" = dword:"390",
"DiscussMinHeightWithHiddenSidebar" = dword:"244",
"DiscussMinWidthWithNoSidebar" = dword:"390",
"DiscussMinHeightWithNoSidebar" = dword:"490",
"DiscussDefaultWidthWithSidebar" = dword:"538",
"DiscussDefaultHeightWithSidebar" = dword:"485",
"SidebarDefaultWidth" = dword:"146",
"SidebarDefaultHeight" = dword:"146",
},
"MainFrameCfg"=
//主面板框配置
{
"DefaultSizeWidth" = int:"300",
//主面板默认宽度大小为300
"DefaultSizeHeight" = int:"600",
//主面板默认高度大小为600
},
}