From c76a62eb7ff2ddbc30de7b95bc73fceb854b83ce Mon Sep 17 00:00:00 2001 From: AkiChase <1003019131@qq.com> Date: Mon, 10 Mar 2025 16:43:29 +0800 Subject: [PATCH] doc(README): update --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/questiom.md | 13 +++++++++++++ README.md | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/questiom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d097ae8..fce7e6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,6 @@ name: Bug report about: Create a report to help us improve title: "[BUG] XXX" -labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fc06b94..4fdfa52 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,6 @@ name: Feature request about: Suggest an idea for this project title: "[Feature] XXX" -labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/questiom.md b/.github/ISSUE_TEMPLATE/questiom.md new file mode 100644 index 0000000..b67f87b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questiom.md @@ -0,0 +1,13 @@ +--- +name: Question +about: Ask a question about scrcpy-mask +title: "[Question] XXX" +assignees: '' + +--- + +**Describe the Question** +A clear and concise description of what the bug is. + +**Additional context** +Add any other context about the problem here. diff --git a/README.md b/README.md index be856d0..1866de4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I express my deep respect and gratitude to the developers of the Scrcpy project. Because screen mirroring may involve latency and blurriness issues, this project takes a different approach by directly abandoning screen mirroring and instead using a transparent mask to display the content behind the window (which can be AVD, low-latency screen mirroring provided by your phone manufacturers, etc.), Completely eliminates the problem of poor screen casting experience inherent in Scrcpy. -**If you really need screen mirroring and don't mind the latency and performance issues,** you can use the Android app [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) for LAN screen mirroring. Scrcpy MAsk has been adapted to work with ScreenStream since version `v0.5.0`. While its performance may leave something to be desired, it is ready to use out of the box. +**If you really need screen mirroring and don't mind the latency and performance issues,** you can use the Android app [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) for LAN screen mirroring. Scrcpy Mask has been adapted to work with ScreenStream since version `v0.5.0`. While its performance may leave something to be desired, it is ready to use out of the box. Furthermore, to better support interaction between Scrcpy Mask and Android devices, I have made some modifications to the scrcpy-server, leading to the creation of a separate branch project called [scrcpy-mask-server](https://github.com/AkiChase/scrcpy-mask-server).