windows版本笔记编辑替换成viditor

This commit is contained in:
DelLevin-Home
2026-07-15 01:23:40 +08:00
parent 6a5e5ba2d3
commit 6f55ab87c7
244 changed files with 23709 additions and 27 deletions

View File

@@ -106,3 +106,8 @@ install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
CONFIGURATIONS Profile;Release
COMPONENT Runtime)
# Copy Vditor dist assets for Windows WebView2
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../assets/vditor/dist/"
DESTINATION "${INSTALL_BUNDLE_DATA_DIR}/vditor_dist"
COMPONENT Runtime)