mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-12 05:01:03 +00:00
增加快捷键`
This commit is contained in:
parent
897be31e28
commit
df1b0cf6a2
@ -19,6 +19,7 @@ export default defineComponent({
|
||||
const { config } = storeToRefs(appStore());
|
||||
const keyOptions = ref<Array<Option>>([
|
||||
{ label: "None", value: "None" },
|
||||
{ label: "Backquote(`)", value: "Backquote" },
|
||||
{ label: "Space", value: "Space" },
|
||||
{ label: "Escape", value: "Escape" },
|
||||
{ label: "F1", value: "F1" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user