Skip to content

Commit

Permalink
code: add project info to QQMsg.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Nov 10, 2023
1 parent ba73224 commit 9bba0f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QQMsg/QQMsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,10 @@ int main(int argc, char* argv[])
fprintf(fpout, "\n");
fprintf(fpout, "QUQU<[email protected]>\n");
fprintf(fpout, "2006/12/28\n");
fprintf(fpout, "\n");
fprintf(fpout, "项目维护地址:https://github.com/QQBackup/MsgEx\n");
fprintf(fpout, "LY<[email protected]>\n");
fprintf(fpout, "2023/11/10\n");
fprintf(fpout, "==================================================\n");
fprintf(fpout, "\n\n");

Expand Down

0 comments on commit 9bba0f0

Please sign in to comment.