Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cmake.sourceDirectory": "D:/CODE/NuGet C++ Pack/cpp_nuget_pack/windows",
"terminal.integrated.stickyScroll.enabled": false,
"cmake.autoDetectSourceDirectory": false
}
159 changes: 14 additions & 145 deletions README.md

Large diffs are not rendered by default.

Empty file added README_EN.md
Empty file.
Binary file added assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions lib/app_info.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const String appName = 'C++ NuGet 打包工具';
const String appName = 'CCPPP';

/// 与 pubspec.yaml 的 version 同步(去掉 +build 与末尾 .0,如 26.1.0+1 → 26.1);不一致时 test/app_info_test.dart 会失败。
const String appVersion = '26.3';
const String appVersion = '26.3 WIP';

const String appDescription = '将 C++ 头文件、源码与库可视化为原生 NuGet 包的 Windows 桌面工具。';
const String appDescription = '啊这个这个,0百万元以内最好用的包管理,遥遥领先';

const String appRepositoryUrl = 'https://github.com/1992724048/cpp-pack-tool';
Loading
Loading