Commit Graph

  • 7e2621ae37 chore(build): 调整脚本顺序并移除多余空行 imbytecat 2026-02-16 00:05:22 +08:00
  • 94a9122f34 feat(build): 统一编译命令并默认启用双架构 imbytecat 2026-02-15 23:48:37 +08:00
  • 275c8e4795 docs(agents): 同步多架构构建与打包命令说明 imbytecat 2026-02-15 23:32:32 +08:00
  • 8245abe217 feat(build): 支持桌面端多架构打包矩阵 imbytecat 2026-02-15 23:26:00 +08:00
  • 627e6f9dd3 chore: bump dependency catalog and lockfile versions imbytecat 2026-02-15 22:01:03 +08:00
  • e59e085217 chore(vscode): remove unused extension recommendations imbytecat 2026-02-15 21:51:36 +08:00
  • cd9826ded3 chore(desktop): tweak electron-vite dev watch and remove redundant --config flags imbytecat 2026-02-09 04:19:53 +08:00
  • 2efc57d9ee feat(desktop): show native error dialogs on startup failures imbytecat 2026-02-09 03:35:24 +08:00
  • 1f5940438a fix(desktop): use array format for win target in electron-builder config imbytecat 2026-02-09 03:16:48 +08:00
  • 0bab6372ac chore(desktop): reorganize electron-builder config and refine packaging targets imbytecat 2026-02-09 03:15:01 +08:00
  • 5f0c9d33cb chore imbytecat 2026-02-09 02:58:43 +08:00
  • 73982939a8 chore(desktop): add app icon and track resources directory imbytecat 2026-02-09 02:51:56 +08:00
  • 10c2d61523 fix(desktop): use CJS for preload script to fix sandbox loading error imbytecat 2026-02-09 02:17:57 +08:00
  • 18ce05854a feat(server): add NODE_ENV to shared env schema imbytecat 2026-02-09 01:59:45 +08:00
  • 7eccef5d8f chore(desktop): remove redundant config fields for KISS imbytecat 2026-02-09 01:41:34 +08:00
  • 41667cb33b refactor(desktop): simplify main process logic and improve naming imbytecat 2026-02-09 01:27:29 +08:00
  • 00c944e1b5 refactor(desktop): 精简主进程启动与退出逻辑并减少打包态日志噪音 imbytecat 2026-02-09 01:13:08 +08:00
  • f9edfd0058 fix(desktop): guard shutdown race and kill sidecar process tree imbytecat 2026-02-09 00:57:30 +08:00
  • 9aea89e16d fix(desktop): force app exit on windows window close imbytecat 2026-02-09 00:40:01 +08:00
  • 26b74b25f2 fix(desktop): use stdio ignore for sidecar to prevent process hang on quit imbytecat 2026-02-09 00:18:49 +08:00
  • ccf220fc29 fix(desktop): ensure sidecar process stops on app shutdown imbytecat 2026-02-08 23:59:54 +08:00
  • a585069cdc refactor: rename compile:mac/win to compile:darwin/windows to match Bun target names imbytecat 2026-02-08 23:39:30 +08:00
  • b149cc5dc0 refactor: decentralize turbo task config — move compile/dist to workspace turbo.json imbytecat 2026-02-08 23:26:24 +08:00
  • 9f38636d76 refactor(server): use Bun.Build.CompileTarget and derive host target instead of manual map imbytecat 2026-02-08 22:47:39 +08:00
  • 63906ec09b refactor(server): use util.parseArgs for declarative CLI arg parsing in compile.ts imbytecat 2026-02-08 22:38:49 +08:00
  • 8c4e4ad150 refactor(server): use type guard to eliminate as Target casts in compile.ts imbytecat 2026-02-08 22:33:02 +08:00
  • e171db8196 refactor: simplify compile.ts to single-target and add per-platform compile scripts imbytecat 2026-02-08 22:25:30 +08:00
  • dac6bb1643 refactor: 统一打包命令为 dist 体系,build 仅编译不打包 imbytecat 2026-02-08 20:48:58 +08:00
  • 8c0ea632d7 style(desktop): 规范 package.json 字段排序 imbytecat 2026-02-08 20:31:17 +08:00
  • db23ee42fc chore: 更新 lockfile 依赖版本 imbytecat 2026-02-08 20:26:16 +08:00
  • 0784546e50 fix(desktop): 修复 artifactName 路径错误并移除 deb 构建目标 imbytecat 2026-02-08 20:03:47 +08:00
  • 2fe3e15659 refactor: 重命名 build.ts → compile.ts,统一脚本与文件命名 imbytecat 2026-02-08 19:46:04 +08:00
  • ed02993350 style(desktop): loading 页面改为白色轻盈主题 imbytecat 2026-02-08 19:40:20 +08:00
  • e4e5ff2211 chore: 移除 useSortedClasses 规则,等待 nursery 毕业后再启用 imbytecat 2026-02-08 19:19:18 +08:00
  • d69a573a33 feat: 为 desktop/server 添加 Tailwind CSS 支持和 Biome 集成 imbytecat 2026-02-08 19:17:53 +08:00
  • 6cc1bc6834 refactor(desktop): 用类型收窄替代 as AddressInfo 断言 imbytecat 2026-02-08 19:03:13 +08:00
  • 894fd17d1a fix(desktop): 动态分配 sidecar 端口替代硬编码,避免端口冲突 imbytecat 2026-02-08 18:38:45 +08:00
  • 888f20fdab fix(desktop): 加载 loading 页面作为启动屏,配置平台级 extraResources 对接交叉编译 imbytecat 2026-02-08 18:21:40 +08:00
  • 7318600e20 refactor(desktop): 替换 WebUI 为 Electron + electron-vite 桌面壳方案 imbytecat 2026-02-08 18:16:13 +08:00
  • e8e473b357 refactor(desktop): 替换 Electrobun 为 WebUI 作为桌面窗口方案 imbytecat 2026-02-08 04:15:34 +08:00
  • 41d97ca312 refactor(deps): 将 @hydraulic/conveyor 从 bun 依赖迁移到 mise 全局工具 imbytecat 2026-02-08 03:21:38 +08:00
  • cfe7de2a70 chore(deps): 添加 @hydraulic/conveyor 依赖到 desktop 应用 imbytecat 2026-02-08 03:11:43 +08:00
  • b87de26e17 chore(deps): 升级 TanStack devtools 和 vite-tsconfig-paths 依赖版本 imbytecat 2026-02-08 02:41:22 +08:00
  • b8d38872ad refactor(desktop): 优化 Electrobun 构建配置 imbytecat 2026-02-08 02:38:37 +08:00
  • 7450c685d3 chore: 移除已完成的 electrobun 生产模式计划文档 imbytecat 2026-02-08 00:40:43 +08:00
  • 2048f73155 refactor(server): 按照官方推荐顺序重排 Vite 插件并清理冗余配置 imbytecat 2026-02-07 22:13:16 +08:00
  • 70b5d27493 chore(desktop): 添加 win-x64 构建目标 imbytecat 2026-02-07 21:04:39 +08:00
  • 5d5d3a51f6 chore(desktop): 禁用 mac 和 win 平台的 CEF 捆绑 imbytecat 2026-02-07 20:57:58 +08:00
  • 3306e18395 refactor(desktop): 使用预分配端口替代 stdout 解析获取服务器端口 imbytecat 2026-02-07 19:32:56 +08:00
  • 14bcdb33af chore(deps): 升级 TanStack 路由和 Start 依赖版本 imbytecat 2026-02-07 19:11:28 +08:00
  • cc81d95178 chore(desktop): 升级 electrobun 至 1.12.0-beta.1 imbytecat 2026-02-07 19:10:33 +08:00
  • 55d45e6a49 docs(desktop): 更新 AGENTS.md 文档与开发计划以反映最新实现 imbytecat 2026-02-07 18:49:50 +08:00
  • b7a6a793a3 feat(desktop): 实现生产模式下的内嵌服务器子进程支持 imbytecat 2026-02-07 18:49:41 +08:00
  • 6b12745e50 chore(desktop): 更新应用名称、标识符和版本号 imbytecat 2026-02-07 17:46:00 +08:00
  • 989d8973f5 chore(desktop): 简化构建和开发脚本 imbytecat 2026-02-07 17:16:32 +08:00
  • 41e79449ce docs: 更新 AGENTS.md 适配 Electrobun 替代 Tauri imbytecat 2026-02-07 17:00:52 +08:00
  • 4bbb0c4a16 refactor(server): simplify build script, remove Effect dependency imbytecat 2026-02-07 16:44:56 +08:00
  • 2b3026cf69 chore(turbo): simplify and optimize monorepo configuration imbytecat 2026-02-07 16:35:30 +08:00
  • adb14cff77 chore: 重构 Turbo 构建配置并强化 Bun 专用说明 imbytecat 2026-02-07 16:14:55 +08:00
  • 44ca7a0f5e chore: 扩展 Turbo build 任务的输出目录配置 imbytecat 2026-02-07 07:06:55 +08:00
  • 59b4edc2d2 chore(desktop): 降级 electrobun 至 0.8.0 稳定版 imbytecat 2026-02-07 06:59:19 +08:00
  • 9d0e9a6aac chore(desktop): 添加 .gitignore 和多平台构建脚本 imbytecat 2026-02-07 06:29:08 +08:00
  • f758fd5947 chore: 更新 bun.lock 锁文件 imbytecat 2026-02-07 06:15:52 +08:00
  • 26f9421130 chore: 统一 Node/TypeScript 配置并修复桌面端类型环境 imbytecat 2026-02-07 05:53:38 +08:00
  • 29969550ed refactor(desktop): 从 Tauri 迁移到 Electrobun imbytecat 2026-02-07 05:04:53 +08:00
  • 9aa3b46ee5 chore(desktop): 更新 Cargo 依赖 imbytecat 2026-02-07 03:45:08 +08:00
  • f3ea0f0789 chore: 更新依赖版本 imbytecat 2026-02-07 03:32:42 +08:00
  • bde325d9ae chore: 更新 biome 和 turbo 依赖版本 imbytecat 2026-02-07 03:31:01 +08:00
  • e41c4e4515 docs: 更新 AGENTS.md 文档结构和内容 imbytecat 2026-02-07 03:29:51 +08:00
  • 49d1f706e7 feat: 添加本地工具包依赖支持项目功能 imbytecat 2026-01-23 16:18:20 +08:00
  • d13c3602c9 feat: 添加按路径导入支持及指纹工具导出 imbytecat 2026-01-23 16:17:08 +08:00
  • 3755b0f873 feat: 添加硬件指纹生成功能 imbytecat 2026-01-23 16:14:58 +08:00
  • be4e8212ec feat: 添加 ohash 和 systeminformation 依赖支持指纹与系统信息 imbytecat 2026-01-23 15:59:07 +08:00
  • 0cab61af91 feat: 添加 systeminformation 依赖以支持系统信息获取 imbytecat 2026-01-23 15:54:30 +08:00
  • 104b04064d refactor: 重命名文件以更准确反映其功能 imbytecat 2026-01-23 15:52:50 +08:00
  • b6c413aad9 feat: 添加类型检查与模块别名配置 imbytecat 2026-01-23 15:50:59 +08:00
  • 5a0a899e93 feat: 升级 lightningcss 至 1.30.2 并更新相关依赖 imbytecat 2026-01-23 15:43:44 +08:00
  • 254bef6162 chore: 升级依赖包至最新版本以兼容新功能和修复问题 imbytecat 2026-01-23 15:33:57 +08:00
  • 610b81c32d feat: 更新页面标题为“Furtherverse” imbytecat 2026-01-22 17:00:00 +08:00
  • afb0880d8e refactor: 统一数据库相关命名规范并优化单例实现 imbytecat 2026-01-22 16:52:16 +08:00
  • 3b50528435 chore: 更新数据库模式文件路径 imbytecat 2026-01-22 16:46:54 +08:00
  • c4b179464b refactor: 更新导入路径为相对路径别名 imbytecat 2026-01-22 16:44:59 +08:00
  • 6ea358bab5 feat: 移除API文档认证方案配置 imbytecat 2026-01-22 16:43:38 +08:00
  • dede23ead9 feat: 添加 OpenAPI 支持与集成 imbytecat 2026-01-22 16:43:11 +08:00
  • 2b3e91167e refactor: 更好的orpc结构 imbytecat 2026-01-22 16:37:10 +08:00
  • 660ee0a545 refactor: 优化合约类型导出与导入方式 imbytecat 2026-01-22 16:21:08 +08:00
  • 7c8452c731 refactor: 移除废弃的 Context 类型并优化类型定义 imbytecat 2026-01-22 16:19:33 +08:00
  • 7beb911efb refactor: 优化数据库实例获取逻辑,移除无用变量 imbytecat 2026-01-22 16:13:34 +08:00
  • a8db6212a1 refactor: 重构数据库实例创建逻辑并优化类型声明 imbytecat 2026-01-22 16:00:39 +08:00
  • af807eeb53 refactor: 优化数据库连接管理与统一接入方式 imbytecat 2026-01-22 15:56:00 +08:00
  • 70252fbd94 chore: 更新依赖至最新稳定版本以优化构建性能 imbytecat 2026-01-22 15:29:38 +08:00
  • c364b6d27f feat: 升级 TanStack、Turbo 等依赖至最新版本 imbytecat 2026-01-22 15:25:44 +08:00
  • 7632b9a4ef refactor: 移除构建与开发任务中复制操作的依赖 imbytecat 2026-01-22 00:26:26 +08:00
  • efd29a9d63 feat: 添加构建脚本中的复制步骤以正确处理二进制文件 imbytecat 2026-01-22 00:26:11 +08:00
  • 48bc50e221 feat: 添加构建与开发任务配置 imbytecat 2026-01-22 00:24:33 +08:00
  • da2a7391da refactor: 简化构建脚本并确保产物正确复制 imbytecat 2026-01-22 00:21:27 +08:00
  • 9aec9d2829 refactor: 将 sidecar 名称从 "app" 更改为 "server" imbytecat 2026-01-22 00:09:49 +08:00
  • 16181e2e9d fix: 恢复 server-desktop 包依赖配置 imbytecat 2026-01-22 00:06:36 +08:00
  • 7d3df0ec49 refactor: 重命名桌面应用为 server-desktop imbytecat 2026-01-21 23:59:39 +08:00
  • fc846fa24d chore: 调整构建任务依赖,添加开发服务器模式支持 imbytecat 2026-01-21 23:56:15 +08:00