首页应用列表完成

This commit is contained in:
柚子
2025-01-22 20:10:03 +08:00
parent e0933216d4
commit b2f458f3b8
11 changed files with 241 additions and 64 deletions

View File

@@ -17,6 +17,8 @@ pub fn run() {
handlers::app::get_app_info,
handlers::app::search_all_apps,
handlers::home::get_home_links,
handlers::home::get_home_lists,
handlers::home::get_home_list_apps,
utils::get_user_agent,
])
.run(tauri::generate_context!())