Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
2 changed files with 21 additions and 0 deletions
Showing only changes of commit 2b1212b676 - Show all commits

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M128 426.666667H85.333333V170.794667C85.333333 147.157333 104.746667 128 127.658667 128h768.682666A42.24 42.24 0 0 1 938.666667 170.794667V426.666667h-42.666667v426.709333a42.496 42.496 0 0 1-42.368 42.624H170.368A42.453333 42.453333 0 0 1 128 853.376V426.666667z m682.666667 0H213.333333v384h597.333334v-384zM170.666667 213.333333v128h682.666666V213.333333H170.666667z m213.333333 298.666667h256v85.333333H384v-85.333333z" /></svg>

After

Width:  |  Height:  |  Size: 505 B

View File

@@ -77,6 +77,26 @@ const System = () => {
</CommonCard>
</Permission>
<Permission operationCode={['system:tool:query:tool']}>
<CommonCard icon={IconOxygenTool} url={'tools'}>
</CommonCard>
</Permission>
<Permission operationCode={['system:tool:query:template']}>
<CommonCard icon={IconOxygenTemplate} url={'tools/template'}>
</CommonCard>
</Permission>
<Permission operationCode={['system:tool:query:base']}>
<CommonCard icon={IconOxygenBase} url={'tools/base'}>
</CommonCard>
</Permission>
<Permission operationCode={['system:tool:query:category']}>
<CommonCard icon={IconOxygenCategory} url={'tools/category'}>
</CommonCard>
</Permission>
<Permission path={'/system/user'}>
<CommonCard icon={IconOxygenUser} url={'user'}>