Ekko.bao ekko
  • Joined on 2024-03-13
ekko pushed tag v0.1.0 to ekko/wls_vfs 2025-09-23 22:05:46 +08:00
ekko pushed to master at ekko/wls_vfs 2025-09-23 22:05:37 +08:00
d19fffb240 修复构建失败:替换 FsOp 大写常量为驼峰枚举变体
ekko pushed to master at ekko/wls_vfs 2025-09-23 21:43:30 +08:00
d2b98b4020 feat(proto/server)!: 升级至协议 v2(统一错误模型);全面替换 Request/Response 并移除 ret
ekko pushed to master at ekko/wls_vfs 2025-09-18 21:55:57 +08:00
4fbaf2410a 做一轮优化,太久了忘记了
ekko pushed to master at ekko/uxplayer 2025-05-24 15:47:10 +08:00
a573842050 mixer
a962612d84 添加靜態圖片顯示的pipeline,編譯ok,可以運行,但是還沒驗證
c2591508b2 添加靜態圖片顯示的pipeline,編譯ok,可以運行,但是還沒驗證
e3180b5ad1 添加靜態圖片顯示的pipeline,編譯ok,可以運行,但是還沒驗證
cfb9d12f3c 初始提交
Compare 5 commits »
ekko created repository ekko/uxplayer 2025-05-03 17:02:09 +08:00
ekko pushed to master at ekko/alkaid_release_platform 2025-04-21 14:40:29 +08:00
11a1ef484e 删除license文件
ekko pushed to master at ekko/alkaid_release_platform 2025-04-21 14:38:32 +08:00
0a0f6a6054 初次创建仓库提交代码
ekko created repository ekko/alkaid_release_platform 2025-04-21 14:30:38 +08:00
ekko pushed to master at ekko/lws_client 2025-03-31 10:50:04 +08:00
acece94fae 1. 新增支持对于驱动器显示名称的获取,通过显示名称的匹配更加直观
ekko pushed to master at ekko/lws_client 2024-12-16 22:18:24 +08:00
fa5b137db1 1. 添加打开和关闭程序时对于mount_point的自动卸载,避免手动执行fusermount -u mount_point
94c9751c00 1. 添加处理rpc返回值的宏,将其转化为Result类型方便处理,将rpc过来ret值如实返还给sys
Compare 2 commits »
ekko pushed to master at ekko/excel_translate 2024-11-04 22:38:09 +08:00
ebd25b9cdb 解决退出报错event loop closed的错误
ekko pushed to master at ekko/excel_translate 2024-11-04 08:43:32 +08:00
d3ab696d10 使用asyncio来构建异步翻译任务提高翻译效率
ekko pushed to master at ekko/excel_translate 2024-11-03 18:54:31 +08:00
1f2de5d8ac 初次提交,做好基本的translate功能,但是速度较慢。
ekko created repository ekko/excel_translate 2024-11-03 18:48:18 +08:00
ekko pushed to master at ekko/wls_vfs 2024-10-20 16:52:52 +08:00
86bceda4b3 1. 修改mountmap的行为。因为在L3可能重启远程桌面会使得磁盘的顺序变化。所以修改支持直接通过磁盘的卷标来挂载而不固定是某个盘,这样可以使得程序自动查找匹配的磁盘来进行挂载,而不是挂载后发现内容对不上
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-10-20 16:46:15 +08:00
9c2fbe847e 修改获取disk序列号的方法,改为使用逻辑卷的序列号。因为可能由于权限的原因获取不到磁盘的序列号
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-20 08:55:16 +08:00
db28e8525c 使用rust的宏来控制编译,是的可以适配本地调试环境和公司的正式环境
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-19 08:46:27 +08:00
ed30319430 1. 完善发送的逻辑,使用状态机和鼠标以及pip_file一同进行管理
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-06 08:40:52 +08:00
3303c3b208 添加msg的提供者的逻辑