mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:添加vue-color-avatar到列表
This commit is contained in:
parent
687c3ce518
commit
6e5221eabe
6
apps/vue-color-avatar/README.md
Normal file
6
apps/vue-color-avatar/README.md
Normal 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)
|
19
apps/vue-color-avatar/data.yml
Normal file
19
apps/vue-color-avatar/data.yml
Normal 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
|
2
apps/vue-color-avatar/latest/.env.sample
Normal file
2
apps/vue-color-avatar/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="vue-color-avatar"
|
||||
PANEL_APP_PORT_HTTP="40247"
|
10
apps/vue-color-avatar/latest/data.yml
Normal file
10
apps/vue-color-avatar/latest/data.yml
Normal 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
|
13
apps/vue-color-avatar/latest/docker-compose.yml
Normal file
13
apps/vue-color-avatar/latest/docker-compose.yml
Normal 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
|
BIN
apps/vue-color-avatar/logo.png
Normal file
BIN
apps/vue-color-avatar/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user