Skip to content

Commit

Permalink
fixed bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfei.mzf committed Jul 21, 2022
1 parent cb1f3f8 commit c344cef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AntiRecall/AntiRecall.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ BEGIN
PUSHBUTTON "...",IDC_BTN_BROWSE_APP,301,23,27,14
LTEXT "��ǰ�汾��",IDC_STATIC_CURRT_VERSION,7,47,41,8
LTEXT "N/A",IDC_STATIC_VERSION_NUM,48,48,66,8
LTEXT "����״̬��",IDC_STATIC_CURRT_VERSION2,174,47,41,8
LTEXT "N/A",IDC_STATIC_PATCH_STATUS,216,47,108,8
LTEXT "����״̬��",IDC_STATIC_CURRT_VERSION2,165,47,41,8
LTEXT "N/A",IDC_STATIC_PATCH_STATUS,207,47,121,8
LTEXT "������ҳ��",IDC_STATIC_CURRT_VERSION3,7,65,41,8
LTEXT "GitHub/DingTalk_Assistant",IDC_STATIC_GITHUB,48,65,87,8
LTEXT "QQ��",IDC_STATIC_CURRT_VERSION4,175,64,20,8
LTEXT "2059233565",IDC_STATIC_QQ,215,64,41,8
LTEXT "QQ��",IDC_STATIC_CURRT_VERSION4,166,64,20,8
LTEXT "2059233565",IDC_STATIC_QQ,206,64,41,8
END


Expand Down
1 change: 1 addition & 0 deletions src/AntiRecall/AntiRecall.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
<TargetName>DTAssist</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
Expand Down

0 comments on commit c344cef

Please sign in to comment.