 90c1d5238b
			
		
	
	
		90c1d5238b
		
	
	
	
	
		
			
			- 新增数据库相关代码,包括数据库帮助类和操作函数 - 重构添加物品页面,增加表单验证和数据提交逻辑 - 新增物品列表页面,实现数据加载和展示功能 - 更新项目配置,添加必要的依赖库
		
			
				
	
	
		
			25 lines
		
	
	
		
			766 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			766 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| #
 | |
| # Generated file, do not edit.
 | |
| #
 | |
| 
 | |
| list(APPEND FLUTTER_PLUGIN_LIST
 | |
|   sqlite3_flutter_libs
 | |
| )
 | |
| 
 | |
| list(APPEND FLUTTER_FFI_PLUGIN_LIST
 | |
| )
 | |
| 
 | |
| set(PLUGIN_BUNDLED_LIBRARIES)
 | |
| 
 | |
| foreach(plugin ${FLUTTER_PLUGIN_LIST})
 | |
|   add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
 | |
|   target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
 | |
|   list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
 | |
|   list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
 | |
| endforeach(plugin)
 | |
| 
 | |
| foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
 | |
|   add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
 | |
|   list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
 | |
| endforeach(ffi_plugin)
 |