Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
008 committed Nov 24, 2023
1 parent 8c4cabf commit 3c20e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sy-tomato-plugin",
"author": "IAliceBobI",
"url": "https://github.com/IAliceBobI/sy-tomato-plugin",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "2.10.13",
"backends": [
"all"
Expand Down
4 changes: 2 additions & 2 deletions src/icons.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const ICONS = `
<symbol id="iconContents" viewBox="0 0 32 32"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path d="M4 6h24v4H4zm0 6h24v4H4zm0 6h24v4H4zm0 6h24v4H4z" fill="#000" />
<symbol id="iconContents" viewBox="0 0 32 32"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<path fill="#FFFFFF" d="M4,4v24h24V4H4z M6,6h20v8H6V6z M6,20h20v6H6V20z"/>
</svg></symbol>
<symbol id="iconSchedule" viewBox="0 0 32 32"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
Expand Down

0 comments on commit 3c20e56

Please sign in to comment.