feat(runtime): establish miniapp kernel and sdk design

This commit is contained in:
2026-08-05 00:46:16 +08:00
parent d8aa087bc8
commit 9fb8cd1598
86 changed files with 4615 additions and 1364 deletions
+1
View File
@@ -1,3 +1,4 @@
// Tauri 桌面二进制入口:仅委托给 lib.rs 中的可信 Host 构造逻辑。
fn main() {
lineup_tauri_lib::run();
}