feat: Add support for 3.6.5x

This commit is contained in:
amizing25
2025-09-25 20:02:12 +07:00
parent 77f4bdf686
commit f1ef8d8da2
8 changed files with 62007 additions and 46875 deletions
+3 -3
View File
@@ -30,12 +30,12 @@ pub async fn on_get_friend_list_info_cs_req(
) {
res.friend_list = vec![FriendListInfo {
friend_name: String::from("RobinSR"),
simple_info: Some(SimpleInfo {
simple_info: Some(PlayerSimpleInfo {
uid: SERVER_UID,
platform_type: PlatformType::Pc.into(),
platform: PlatformType::Pc.into(),
online_status: FriendOnlineStatus::Online.into(),
head_icon: SERVER_HEAD_ICON,
chat_bubble_id: SERVER_CHAT_BUBBLE_ID,
chat_bubble: SERVER_CHAT_BUBBLE_ID,
level: 70,
nickname: String::from("Server"),
signature: String::from("omg"),