diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 27cf8ba..c5d3e60 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,6 +9,7 @@ on: paths: - 'QtScrcpy/**' - '!QtScrcpy/res/**' + - '.github/workflows/macos.yml' jobs: build: name: Build diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index affbbd6..2b40ad2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,6 +11,7 @@ on: paths: - 'QtScrcpy/**' - '!QtScrcpy/res/**' + - '.github/workflows/windows.yml' jobs: build: name: Build diff --git a/docs/TODO.md b/docs/TODO.md index e3bf217..017d960 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -2,7 +2,6 @@ # TODO ## 低优先级 -- 中文输入(server需要改为apk,作为一个输入法,暂不实现)(或者有其他方式案件注入方式,例如搜狗手机输入法可以监听当前注入?) - [单独线程统计帧率](https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4) - text转换 https://github.com/Genymobile/scrcpy/commit/c916af0984f72a60301d13fa8ef9a85112f54202?tdsourcetag=s_pctim_aiomsg @@ -11,7 +10,7 @@ - 群控 - 竖屏全屏不拉伸画面 - 软解 -- opengles 3.0 +- opengles 3.0 兼容性参考[这里](https://github.com/libretro/glsl-shaders/blob/master/nnedi3/shaders/yuv-to-rgb-2x.glsl) ## 高优先级 - linux打包以及版本号