refactor: update extension icon (#906)

This commit is contained in:
ayangweb
2025-09-27 12:51:58 +08:00
committed by GitHub
parent 3131d3cea4
commit 23faaf6fc3
2 changed files with 58 additions and 58 deletions

View File

@@ -16,399 +16,399 @@
"id": "TopHalf", "id": "TopHalf",
"name": "Top Half", "name": "Top Half",
"description": "Move the focused window to fill left half of the screen.", "description": "Move the focused window to fill left half of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopHalf",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomHalf", "id": "BottomHalf",
"name": "Bottom Half", "name": "Bottom Half",
"description": "Move the focused window to fill bottom half of the screen.", "description": "Move the focused window to fill bottom half of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomHalf",
"type": "command" "type": "command"
}, },
{ {
"id": "LeftHalf", "id": "LeftHalf",
"name": "Left Half", "name": "Left Half",
"description": "Move the focused window to fill left half of the screen.", "description": "Move the focused window to fill left half of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-LeftHalf",
"type": "command" "type": "command"
}, },
{ {
"id": "RightHalf", "id": "RightHalf",
"name": "Right Half", "name": "Right Half",
"description": "Move the focused window to fill right half of the screen.", "description": "Move the focused window to fill right half of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-RightHalf",
"type": "command" "type": "command"
}, },
{ {
"id": "CenterHalf", "id": "CenterHalf",
"name": "Center Half", "name": "Center Half",
"description": "Move the focused window to fill center half of the screen.", "description": "Move the focused window to fill center half of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-CenterHalf",
"type": "command" "type": "command"
}, },
{ {
"id": "Maximize", "id": "Maximize",
"name": "Maximize", "name": "Maximize",
"description": "Maximize the focused window to fit the screen.", "description": "Maximize the focused window to fit the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_Maximize",
"type": "command" "type": "command"
}, },
{ {
"id": "TopLeftQuarter", "id": "TopLeftQuarter",
"name": "Top Left Quarter", "name": "Top Left Quarter",
"description": "Resize the focused window to the top left quarter of the screen.", "description": "Resize the focused window to the top left quarter of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopLeftQuarter",
"type": "command" "type": "command"
}, },
{ {
"id": "TopRightQuarter", "id": "TopRightQuarter",
"name": "Top Right Quarter", "name": "Top Right Quarter",
"description": "Resize the focused window to the top right quarter of the screen.", "description": "Resize the focused window to the top right quarter of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopRightQuarter",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomLeftQuarter", "id": "BottomLeftQuarter",
"name": "Bottom Left Quarter", "name": "Bottom Left Quarter",
"description": "Resize the focused window to the bottom left quarter of the screen.", "description": "Resize the focused window to the bottom left quarter of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomLeftQuarter",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomRightQuarter", "id": "BottomRightQuarter",
"name": "Bottom Right Quarter", "name": "Bottom Right Quarter",
"description": "Resize the focused window to the bottom right quarter of the screen.", "description": "Resize the focused window to the bottom right quarter of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomRightQuarter",
"type": "command" "type": "command"
}, },
{ {
"id": "TopLeftSixth", "id": "TopLeftSixth",
"name": "Top Left Sixth", "name": "Top Left Sixth",
"description": "Resize the focused window to the top left sixth of the screen.", "description": "Resize the focused window to the top left sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopLeftSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopCenterSixth", "id": "TopCenterSixth",
"name": "Top Center Sixth", "name": "Top Center Sixth",
"description": "Resize the focused window to the top center sixth of the screen.", "description": "Resize the focused window to the top center sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopCenterSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopRightSixth", "id": "TopRightSixth",
"name": "Top Right Sixth", "name": "Top Right Sixth",
"description": "Resize the focused window to the top right sixth of the screen.", "description": "Resize the focused window to the top right sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopRightSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomLeftSixth", "id": "BottomLeftSixth",
"name": "Bottom Left Sixth", "name": "Bottom Left Sixth",
"description": "Resize the focused window to the bottom left sixth of the screen.", "description": "Resize the focused window to the bottom left sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomLeftSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomCenterSixth", "id": "BottomCenterSixth",
"name": "Bottom Center Sixth", "name": "Bottom Center Sixth",
"description": "Resize the focused window to the bottom center sixth of the screen.", "description": "Resize the focused window to the bottom center sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomCenterSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomRightSixth", "id": "BottomRightSixth",
"name": "Bottom Right Sixth", "name": "Bottom Right Sixth",
"description": "Resize the focused window to the bottom right sixth of the screen.", "description": "Resize the focused window to the bottom right sixth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomRightSixth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopThird", "id": "TopThird",
"name": "Top Third", "name": "Top Third",
"description": "Resize the focused window to the top third of the screen.", "description": "Resize the focused window to the top third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopThirdFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "MiddleThird", "id": "MiddleThird",
"name": "Middle Third", "name": "Middle Third",
"description": "Resize the focused window to the middle third of the screen.", "description": "Resize the focused window to the middle third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MiddleThird",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomThird", "id": "BottomThird",
"name": "Bottom Third", "name": "Bottom Third",
"description": "Resize the focused window to the bottom third of the screen.", "description": "Resize the focused window to the bottom third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomThird",
"type": "command" "type": "command"
}, },
{ {
"id": "Center", "id": "Center",
"name": "Center", "name": "Center",
"description": "Center the focused window in the screen.", "description": "Center the focused window in the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_Center",
"type": "command" "type": "command"
}, },
{ {
"id": "FirstFourth", "id": "FirstFourth",
"name": "First Fourth", "name": "First Fourth",
"description": "Resize the focused window to the first fourth of the screen.", "description": "Resize the focused window to the first fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-FirstFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "SecondFourth", "id": "SecondFourth",
"name": "Second Fourth", "name": "Second Fourth",
"description": "Resize the focused window to the second fourth of the screen.", "description": "Resize the focused window to the second fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-SecondFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "ThirdFourth", "id": "ThirdFourth",
"name": "Third Fourth", "name": "Third Fourth",
"description": "Resize the focused window to the third fourth of the screen.", "description": "Resize the focused window to the third fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-ThirdFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "LastFourth", "id": "LastFourth",
"name": "Last Fourth", "name": "Last Fourth",
"description": "Resize the focused window to the last fourth of the screen.", "description": "Resize the focused window to the last fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-LastFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "FirstThird", "id": "FirstThird",
"name": "First Third", "name": "First Third",
"description": "Resize the focused window to the first third of the screen.", "description": "Resize the focused window to the first third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-FirstThird",
"type": "command" "type": "command"
}, },
{ {
"id": "CenterThird", "id": "CenterThird",
"name": "Center Third", "name": "Center Third",
"description": "Resize the focused window to the center third of the screen.", "description": "Resize the focused window to the center third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-CenterThird",
"type": "command" "type": "command"
}, },
{ {
"id": "LastThird", "id": "LastThird",
"name": "Last Third", "name": "Last Third",
"description": "Resize the focused window to the last third of the screen.", "description": "Resize the focused window to the last third of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-LastThird",
"type": "command" "type": "command"
}, },
{ {
"id": "FirstTwoThirds", "id": "FirstTwoThirds",
"name": "First Two Thirds", "name": "First Two Thirds",
"description": "Resize the focused window to the first two thirds of the screen.", "description": "Resize the focused window to the first two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-FirstTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "CenterTwoThirds", "id": "CenterTwoThirds",
"name": "Center Two Thirds", "name": "Center Two Thirds",
"description": "Resize the focused window to the center two thirds of the screen.", "description": "Resize the focused window to the center two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-CenterTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "LastTwoThirds", "id": "LastTwoThirds",
"name": "Last Two Thirds", "name": "Last Two Thirds",
"description": "Resize the focused window to the last two thirds of the screen.", "description": "Resize the focused window to the last two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-LastTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "FirstThreeFourths", "id": "FirstThreeFourths",
"name": "First Three Fourths", "name": "First Three Fourths",
"description": "Resize the focused window to the first three fourths of the screen.", "description": "Resize the focused window to the first three fourths of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-FirstThreeFourths",
"type": "command" "type": "command"
}, },
{ {
"id": "CenterThreeFourths", "id": "CenterThreeFourths",
"name": "Center Three Fourths", "name": "Center Three Fourths",
"description": "Resize the focused window to the center three fourths of the screen.", "description": "Resize the focused window to the center three fourths of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-CenterThreeFourths",
"type": "command" "type": "command"
}, },
{ {
"id": "LastThreeFourths", "id": "LastThreeFourths",
"name": "Last Three Fourths", "name": "Last Three Fourths",
"description": "Resize the focused window to the last three fourths of the screen.", "description": "Resize the focused window to the last three fourths of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-LastThreeFourths",
"type": "command" "type": "command"
}, },
{ {
"id": "TopThreeFourths", "id": "TopThreeFourths",
"name": "Top Three Fourths", "name": "Top Three Fourths",
"description": "Resize the focused window to the top three fourths of the screen.", "description": "Resize the focused window to the top three fourths of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopThreeFourths",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomThreeFourths", "id": "BottomThreeFourths",
"name": "Bottom Three Fourths", "name": "Bottom Three Fourths",
"description": "Resize the focused window to the bottom three fourths of the screen.", "description": "Resize the focused window to the bottom three fourths of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomThreeFourths",
"type": "command" "type": "command"
}, },
{ {
"id": "TopTwoThirds", "id": "TopTwoThirds",
"name": "Top Two Thirds", "name": "Top Two Thirds",
"description": "Resize the focused window to the top two thirds of the screen.", "description": "Resize the focused window to the top two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "BottomTwoThirds", "id": "BottomTwoThirds",
"name": "Bottom Two Thirds", "name": "Bottom Two Thirds",
"description": "Resize the focused window to the bottom two thirds of the screen.", "description": "Resize the focused window to the bottom two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-BottomTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "TopCenterTwoThirds", "id": "TopCenterTwoThirds",
"name": "Top Center Two Thirds", "name": "Top Center Two Thirds",
"description": "Resize the focused window to the top center two thirds of the screen.", "description": "Resize the focused window to the top center two thirds of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopCenterTwoThirds",
"type": "command" "type": "command"
}, },
{ {
"id": "TopFirstFourth", "id": "TopFirstFourth",
"name": "Top First Fourth", "name": "Top First Fourth",
"description": "Resize the focused window to the top first fourth of the screen.", "description": "Resize the focused window to the top first fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopFirstFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopSecondFourth", "id": "TopSecondFourth",
"name": "Top Second Fourth", "name": "Top Second Fourth",
"description": "Resize the focused window to the top second fourth of the screen.", "description": "Resize the focused window to the top second fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopSecondFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopThirdFourth", "id": "TopThirdFourth",
"name": "Top Third Fourth", "name": "Top Third Fourth",
"description": "Resize the focused window to the top third fourth of the screen.", "description": "Resize the focused window to the top third fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopThirdFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "TopLastFourth", "id": "TopLastFourth",
"name": "Top Last Fourth", "name": "Top Last Fourth",
"description": "Resize the focused window to the top last fourth of the screen.", "description": "Resize the focused window to the top last fourth of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-TopLastFourth",
"type": "command" "type": "command"
}, },
{ {
"id": "MakeLarger", "id": "MakeLarger",
"name": "Make Larger", "name": "Make Larger",
"description": "Increase the focused window until it reaches the screen size.", "description": "Increase the focused window until it reaches the screen size.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MakeLarger",
"type": "command" "type": "command"
}, },
{ {
"id": "MakeSmaller", "id": "MakeSmaller",
"name": "Make Smaller", "name": "Make Smaller",
"description": "Decrease the focused window until it reaches its minimal size.", "description": "Decrease the focused window until it reaches its minimal size.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MakeSmaller",
"type": "command" "type": "command"
}, },
{ {
"id": "AlmostMaximize", "id": "AlmostMaximize",
"name": "Almost Maximize", "name": "Almost Maximize",
"description": "Maximize the focused window to almost fit the screen.", "description": "Maximize the focused window to almost fit the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-AlmostMaximize",
"type": "command" "type": "command"
}, },
{ {
"id": "MaximizeWidth", "id": "MaximizeWidth",
"name": "Maximize Width", "name": "Maximize Width",
"description": "Maximize width of the focused window to fit the screen.", "description": "Maximize width of the focused window to fit the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MaximizeWidth",
"type": "command" "type": "command"
}, },
{ {
"id": "MaximizeHeight", "id": "MaximizeHeight",
"name": "Maximize Height", "name": "Maximize Height",
"description": "Maximize height of the focused window to fit the screen.", "description": "Maximize height of the focused window to fit the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MaximizeHeight",
"type": "command" "type": "command"
}, },
{ {
"id": "MoveUp", "id": "MoveUp",
"name": "Move Up", "name": "Move Up",
"description": "Move the focused window to the top edge of the screen.", "description": "Move the focused window to the top edge of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MoveUp",
"type": "command" "type": "command"
}, },
{ {
"id": "MoveDown", "id": "MoveDown",
"name": "Move Down", "name": "Move Down",
"description": "Move the focused window to the bottom of the screen.", "description": "Move the focused window to the bottom of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MoveDown",
"type": "command" "type": "command"
}, },
{ {
"id": "MoveLeft", "id": "MoveLeft",
"name": "Move Left", "name": "Move Left",
"description": "Move the focused window to the left edge of the screen.", "description": "Move the focused window to the left edge of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MoveLeft",
"type": "command" "type": "command"
}, },
{ {
"id": "MoveRight", "id": "MoveRight",
"name": "Move Right", "name": "Move Right",
"description": "Move the focused window to the right edge of the screen.", "description": "Move the focused window to the right edge of the screen.",
"icon": "font_a-Windowmanagement", "icon": "font_a-MoveRight",
"type": "command" "type": "command"
}, },
{ {
"id": "NextDesktop", "id": "NextDesktop",
"name": "Next Desktop", "name": "Next Desktop",
"description": "Move the focused window to the next desktop.", "description": "Move the focused window to the next desktop.",
"icon": "font_a-Windowmanagement", "icon": "font_a-NextDesktop",
"type": "command" "type": "command"
}, },
{ {
"id": "PreviousDesktop", "id": "PreviousDesktop",
"name": "Previous Desktop", "name": "Previous Desktop",
"description": "Move the focused window to the previous desktop.", "description": "Move the focused window to the previous desktop.",
"icon": "font_a-Windowmanagement", "icon": "font_a-PreviousDesktop",
"type": "command" "type": "command"
}, },
{ {
"id": "NextDisplay", "id": "NextDisplay",
"name": "Next Display", "name": "Next Display",
"description": "Move the focused window to the next display.", "description": "Move the focused window to the next display.",
"icon": "font_a-Windowmanagement", "icon": "font_a-NextDisplay",
"type": "command" "type": "command"
}, },
{ {
"id": "PreviousDisplay", "id": "PreviousDisplay",
"name": "Previous Display", "name": "Previous Display",
"description": "Move the focused window to the previous display.", "description": "Move the focused window to the previous display.",
"icon": "font_a-Windowmanagement", "icon": "font_a-PreviousDisplay",
"type": "command" "type": "command"
}, },
{ {
"id": "Restore", "id": "Restore",
"name": "Restore", "name": "Restore",
"description": "Restore the focused window to its last position.", "description": "Restore the focused window to its last position.",
"icon": "font_a-Windowmanagement", "icon": "font_Restore",
"type": "command" "type": "command"
}, },
{ {
"id": "ToggleFullscreen", "id": "ToggleFullscreen",
"name": "Toggle Fullscreen", "name": "Toggle Fullscreen",
"description": "Toggle fullscreen mode.", "description": "Toggle fullscreen mode.",
"icon": "font_a-Windowmanagement", "icon": "font_a-ToggleFullscreen",
"type": "command" "type": "command"
} }
] ]

View File

@@ -30,5 +30,5 @@ export const useIconfontScript = () => {
// Coco Server Icons // Coco Server Icons
useScript("https://at.alicdn.com/t/c/font_4878526_cykw3et0ezd.js"); useScript("https://at.alicdn.com/t/c/font_4878526_cykw3et0ezd.js");
// Coco App Icons // Coco App Icons
useScript("https://at.alicdn.com/t/c/font_4934333_k3w5htvfxz.js"); useScript("https://at.alicdn.com/t/c/font_4934333_0u00aavw7iob.js");
}; };