Upload files to "ansico-stat-plugin"
This commit is contained in:
parent
6ed5e61bdf
commit
abebe10237
5 changed files with 2565 additions and 0 deletions
2550
ansico-stat-plugin/ansico-stat-plugin.php
Normal file
2550
ansico-stat-plugin/ansico-stat-plugin.php
Normal file
File diff suppressed because it is too large
Load diff
BIN
ansico-stat-plugin/icon-128x128.png
Normal file
BIN
ansico-stat-plugin/icon-128x128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
BIN
ansico-stat-plugin/icon-256x256.png
Normal file
BIN
ansico-stat-plugin/icon-256x256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
13
ansico-stat-plugin/icon.svg
Normal file
13
ansico-stat-plugin/icon.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<rect width="256" height="256" rx="32" fill="#f8fafc"/>
|
||||
<rect x="30" y="30" width="196" height="196" rx="28" fill="#ffffff" stroke="#ced6e0" stroke-width="4"/>
|
||||
<rect x="68" y="148" width="24" height="38" rx="6" fill="#3b82f6"/>
|
||||
<rect x="108" y="118" width="24" height="68" rx="6" fill="#2563eb"/>
|
||||
<rect x="148" y="84" width="24" height="102" rx="6" fill="#1d4ed8"/>
|
||||
<rect x="188" y="128" width="24" height="58" rx="6" fill="#60a5fa"/>
|
||||
<polyline points="62,114 102,98 143,74 184,86" fill="none" stroke="#0f172a" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="62" cy="114" r="6" fill="#fff" stroke="#0f172a" stroke-width="4"/>
|
||||
<circle cx="102" cy="98" r="6" fill="#fff" stroke="#0f172a" stroke-width="4"/>
|
||||
<circle cx="143" cy="74" r="6" fill="#fff" stroke="#0f172a" stroke-width="4"/>
|
||||
<circle cx="184" cy="86" r="6" fill="#fff" stroke="#0f172a" stroke-width="4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 985 B |
2
ansico-stat-plugin/license.txt
Normal file
2
ansico-stat-plugin/license.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This plugin is licensed under the GPLv2 or later.
|
||||
See https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Loading…
Reference in a new issue