File tree Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 其他想法
3+ about : 欢迎友好的讨论和交流
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ 🎉 欢迎访问我的博客 [ Pdone's Blog] ( https://awaw.cc )
11+ ✨ 分享一些优秀好用的项目 [ 🌈Awesome Software / Service] ( https://awaw.cc/post/awesome/ )
Original file line number Diff line number Diff line change 1+ ---
2+ name : 功能需求
3+ about : 提出一个合理且有用的想法
4+ title : " [Feature] 我想要xxx功能"
5+ labels : enhancement
6+ assignees : pdone
7+
8+ ---
9+
10+ ### 💡 描述想要的功能
11+
12+ <!-- 示例 -->
13+ 1 . 我想要明天的太阳从西方起 ❌达咩
14+ 2 . 我想要同时连接多个手机 ✔
15+ 3 . 我想要最小化到系统托盘 ✔
16+
17+ > 本项目由个人利用业余时间维护,由于时间和精力有限,所以您反馈的问题可能无法及时得到修复,请谅解。此外,本项目仅使用C#语言,程序逻辑简单,上手非常容易,欢迎有能力的朋友一起参与开发和维护。
Original file line number Diff line number Diff line change 1+ ---
2+ name : 反馈Bug
3+ about : 提供一个有效的反馈,帮助本项目持续改进
4+ title : " [Bug] 程序出现了xxx问题"
5+ labels : bug
6+ assignees : pdone
7+
8+ ---
9+
10+ ### 1️⃣ 简述遇到的问题
11+
12+ <!-- 示例 -->
13+ ```
14+ 1. 点击启动闪退
15+ 2. 选项xx无法生效
16+ ```
17+
18+ ### 2️⃣ 详细描述复现步骤
19+
20+ <!-- 示例 -->
21+ ```
22+ 1. 先这样...
23+ 2. 然后那样...
24+ 3. 最后再这样...
25+ 4. 程序就xx了
26+ ```
27+
28+ ### 3️⃣ 提供程序日志
29+
30+ <!-- 示例 -->
31+ ```
32+ 2024-04-12 08:00:15:661 [INFO] starting...
33+ 2024-04-12 08:00:15:684 [INFO] scrcpy running...
34+ 2024-04-12 08:00:15:684 [INFO] --shortcut-mod=lctrl -m 1440...
35+ 2024-04-12 08:00:25:849 [scrcpy] * daemon not running; starting now at tcp:5037
36+ 2024-04-12 08:00:25:849 [scrcpy] * daemon started successfully
37+ 2024-04-12 08:00:25:850 [scrcpy] scrcpy 2.4 <https://github.com/Genymobile/scrcpy>
38+ 2024-04-12 08:00:25:850 [scrcpy] INFO: Connecting to 100.66.1.2:5555...
39+ ```
40+
41+ > 本项目由个人利用业余时间维护,由于时间和精力有限,所以您反馈的问题可能无法及时得到修复,请谅解。此外,本项目仅使用C#语言,程序逻辑简单,上手非常容易,欢迎有能力的朋友一起参与开发和维护。
You can’t perform that action at this time.
0 commit comments