feat:添加pic-smaller到列表

This commit is contained in:
okxlin 2024-05-28 01:06:53 +08:00
parent 14a104889b
commit db97c6fa99
9 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="pic-smaller"
PANEL_APP_PORT_HTTP="40253"

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40253
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,16 @@
version: "3"
services:
pic-smaller:
image: "vimiix/pic-smaller:20240517"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,3 @@
# Pic Smaller (图小小)
**Pic Smaller** is a super easy-to-use online image compression tool. Its UI is intuitive and supports compression configuration. At the same time, because it is purely local compression without any server-side logic, it is completely safe.

21
apps/pic-smaller/data.yml Normal file
View File

@ -0,0 +1,21 @@
name: Pic Smaller
tags:
- 实用工具
- 多媒体
title: 智能图片压缩工具
description: 智能压缩 JPEG、PNG、WEBP、AVIF、SVG 和 GIF 图片
additionalProperties:
key: pic-smaller
name: Pic Smaller
tags:
- Tool
- Media
shortDescZh: 智能压缩 JPEG、PNG、WEBP、AVIF、SVG 和 GIF 图片
shortDescEn: Compress JPEG, PNG, WEBP, AVIF, SVG and GIF images intelligently
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://picsmaller.com
github: https://github.com/joye61/pic-smaller
document: https://github.com/joye61/pic-smaller

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="pic-smaller"
PANEL_APP_PORT_HTTP="40253"

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40253
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,16 @@
version: "3"
services:
pic-smaller:
image: "vimiix/pic-smaller:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/pic-smaller/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB