feat:添加vue-color-avatar到列表

This commit is contained in:
okxlin 2024-05-21 03:21:19 +08:00
parent 687c3ce518
commit 6e5221eabe
6 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<div align="center">
<h1>Vue Color Avatar</h1>
<p>🧑‍🦱 一个纯前端实现的头像生成网站 🧑‍🦳</p>
[Read in English](https://github.com/Codennnn/vue-color-avatar/blob/main/README.md)

View File

@ -0,0 +1,19 @@
name: Vue Color Avatar
tags:
- 实用工具
title: 一个纯前端实现的头像生成网站
description: 一个纯前端实现的头像生成网站
additionalProperties:
key: vue-color-avatar
name: Vue Color Avatar
tags:
- Tool
shortDescZh: 一个纯前端实现的头像生成网站
shortDescEn: A playful avatar generator
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://vue-color-avatar.leoku.dev
github: https://github.com/Codennnn/vue-color-avatar
document: https://github.com/Codennnn/vue-color-avatar

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="vue-color-avatar"
PANEL_APP_PORT_HTTP="40247"

View File

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

View File

@ -0,0 +1,13 @@
version: '3.3'
services:
vue-color-avatar:
image: wenyang0/vue-color-avatar:latest
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:5173"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB