mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
parent
2d167f91a8
commit
c3a7fd56e7
11 changed files with 241 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ const ALL_MENU_ITEMS = [
|
|||
"node-menu-copyinner",
|
||||
"node-menu-copyouter",
|
||||
"node-menu-copyuniqueselector",
|
||||
"node-menu-copycsspath",
|
||||
"node-menu-copyimagedatauri",
|
||||
"node-menu-delete",
|
||||
"node-menu-pseudo-hover",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,12 @@ const COPY_ITEMS_TEST_DATA = [
|
|||
selector: "[data-id=\"copy\"]",
|
||||
text: "body > div:nth-child(1) > p:nth-child(2)",
|
||||
},
|
||||
{
|
||||
desc: "copy css path",
|
||||
id: "node-menu-copycsspath",
|
||||
selector: "[data-id=\"copy\"]",
|
||||
text: "html body div p",
|
||||
},
|
||||
{
|
||||
desc: "copy image data uri",
|
||||
id: "node-menu-copyimagedatauri",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue