mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-14 22:01:55 +08:00
docs(all): adjust TODO
This commit is contained in:
parent
0f5f6a44bb
commit
93389f825b
@ -56,8 +56,7 @@ function toStartServer() {
|
||||
router.replace({ name: "device" });
|
||||
}
|
||||
|
||||
// TODO 按键设置
|
||||
// TODO 渲染按钮
|
||||
// TODO 3. 根据配置渲染按钮
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -2,8 +2,8 @@
|
||||
import { Ref, onActivated, ref } from "vue";
|
||||
import { onBeforeRouteLeave } from "vue-router";
|
||||
|
||||
// TODO 添加右侧按键列表用于拖放
|
||||
// TODO 在进入此页面时扩宽窗口,离开时恢复窗口大小
|
||||
// TODO 4. 右键空白区域添加按键
|
||||
// TODO 5. 左键可拖动按钮(并显示到顶部),右键按钮进行修改、删除
|
||||
|
||||
const keyboardElement = ref<HTMLElement | null>(null);
|
||||
const mouseX = ref(0);
|
||||
|
@ -100,7 +100,9 @@ function calculateMacroPosList(
|
||||
});
|
||||
}
|
||||
|
||||
// TODO 技能界面实际上是有投影变换的,需要一定的算法,不能仅仅相对坐标 (640,400)
|
||||
// TODO 1. 适配鼠标滚轮作为热键
|
||||
// TODO 2. 根据配置初始化快捷键
|
||||
// TODO ? 技能界面实际上是有投影变换的,需要一定的算法,不能仅仅相对坐标 (640,400)
|
||||
|
||||
// add shortcuts for observation
|
||||
function addObservationShortcuts(
|
||||
|
Loading…
Reference in New Issue
Block a user