Add a menu redirects to the authorization guide page

This commit is contained in:
yuanyuanxiang
2025-06-28 17:32:44 +08:00
parent 9aa5d589c4
commit b738de0d5f
4 changed files with 11 additions and 0 deletions

View File

@@ -250,4 +250,5 @@ public:
afx_msg void OnOnlineAuthorize();
void OnListClick(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnOnlineUnauthorize();
afx_msg void OnToolRequestAuth();
};