Skip to content

Commit

Permalink
doc: 将协议注释添加到代码中;完善程序在 Win 下编译后的程序信息;
Browse files Browse the repository at this point in the history
  • Loading branch information
Wing-summer committed Oct 30, 2024
1 parent bc84fd1 commit 33d0007
Show file tree
Hide file tree
Showing 111 changed files with 2,141 additions and 219 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

  本软件仓库遵循`AGPL-3.0`协议,不得将本软件用于协议之外的用途。

  对于`src/plugin/iwingplugin.h`这个文件,因为开发必须要引用该文件,故采用较为宽松的`BSD 3-Clause`协议,以允许开发可闭源商用插件。

## 效果图

<p align="center">
Expand Down
103 changes: 102 additions & 1 deletion favicon.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,104 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// ����(���壬�й�) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "CompanyName", "���ƹ����ң�WingCloudStudio��"
VALUE "FileDescription", "һ��������ǿ��� GIF �༭��"
VALUE "FileVersion", "1.0.0"
VALUE "InternalName", "WingGifEditor2.exe"
VALUE "LegalCopyright", "AGPL-3.0"
VALUE "OriginalFilename", "WingGifEditor2.exe"
VALUE "ProductName", "���� GIF �༭��2"
VALUE "ProductVersion", "1.0.1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END

#endif // ����(���壬�й�) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED


// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "appicon.ico"
IDI_ICON1 ICON "appicon.ico"
Loading

0 comments on commit 33d0007

Please sign in to comment.