feat:添加vue-color-avatar到列表
This commit is contained in:
parent
096dbe80c2
commit
307d5e8abe
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
CONTAINER_NAME="vue-color-avatar"
|
||||
PANEL_APP_PORT_HTTP="40247"
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40247
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -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 |
Loading…
Reference in New Issue