diff --git a/AicsKnowledgeBase/res/FOLDER.png b/AicsKnowledgeBase/res/FOLDER.png new file mode 100644 index 0000000..799762c Binary files /dev/null and b/AicsKnowledgeBase/res/FOLDER.png differ diff --git a/AicsKnowledgeBase/res/IMAGE.png b/AicsKnowledgeBase/res/IMAGE.png new file mode 100644 index 0000000..fd9e4d6 Binary files /dev/null and b/AicsKnowledgeBase/res/IMAGE.png differ diff --git a/AicsKnowledgeBase/res/PDF.png b/AicsKnowledgeBase/res/PDF.png new file mode 100644 index 0000000..1505a76 Binary files /dev/null and b/AicsKnowledgeBase/res/PDF.png differ diff --git a/AicsKnowledgeBase/res/PPT.png b/AicsKnowledgeBase/res/PPT.png new file mode 100644 index 0000000..8b0ec43 Binary files /dev/null and b/AicsKnowledgeBase/res/PPT.png differ diff --git a/AicsKnowledgeBase/res/VIDEO.png b/AicsKnowledgeBase/res/VIDEO.png new file mode 100644 index 0000000..3d8536c Binary files /dev/null and b/AicsKnowledgeBase/res/VIDEO.png differ diff --git a/AicsKnowledgeBase/res/WORD.png b/AicsKnowledgeBase/res/WORD.png new file mode 100644 index 0000000..c381412 Binary files /dev/null and b/AicsKnowledgeBase/res/WORD.png differ diff --git a/AicsKnowledgeBase/src/main.cpp b/AicsKnowledgeBase/src/main.cpp index 4ab03f6..676475b 100644 --- a/AicsKnowledgeBase/src/main.cpp +++ b/AicsKnowledgeBase/src/main.cpp @@ -16,6 +16,8 @@ int main(int argc, char* argv[]) qputenv("QT_QUICK_CONTROLS_STYLE", "Basic"); FramelessHelper::Quick::initialize(); QGuiApplication app(argc, argv); + app.setOrganizationName("HFUT Software"); + app.setApplicationName("Aics Knowledge"); #ifdef Q_OS_WIN // 此设置仅在Windows下生效 FramelessConfig::instance()->set(Global::Option::ForceHideWindowFrameBorder);