diff --git a/README.md b/README.md index c85a5d3..51e5aea 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,26 @@ -

- - +

+ + -

# log-lottery 🚀🚀🚀🚀 +[![MIT](https://img.shields.io/github/package-json/v/log1997/log-lottery)](https://github.com/LOG1997/log-lottery) [![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/LOG1997/log-lottery) [![github](https://img.shields.io/badge/Author-log1997-blue.svg)](https://github.com/log1997) -[![vue3](https://img.shields.io/badge/VUE-3.0-green.svg)](https://github.com/log1997) +[![vue3](https://img.shields.io/badge/VUE-3-green.svg)](https://github.com/log1997) +[![build](https://img.shields.io/github/actions/workflow/status/log1997/log-lottery/node.js.yml)](https://github.com/log1997) + +
log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可用于年会抽奖等活动,支持奖品、人员、界面、图片音乐配置。 > 因原域名到期,现将原域名 () 迁移到 () 。 -如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新 -请尽量拉取代码进行构建或部署,本线上网站会保持更新,可能影响原有功能和数据。 + +> 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。 + +> 请尽量拉取代码进行构建部署,本线上网站代码会保持更新,可能影响原有功能和数据。 ## 要求 @@ -40,11 +45,11 @@ or - [x] 🎈 可增加临时抽奖 - [x] 🧨 国际化多语言 - [x] 🍃 更换背景图片 +- [x] 🚅 添加docker构建 - [ ] 🧵 卡片组成多种形状 -- [ ] 添加docker构建部署和镜像 - ... - 需要更多功能请留言 +... +需要更多功能或发现bug请留言[issues](https://github.com/LOG1997/log-lottery/issues) ## 详细介绍 @@ -162,8 +167,10 @@ docker run -d -p 9279:80 log-lottery 容器运行成功后即可在本地通过访问 +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=LOG1997/log-lottery&type=Date)](https://star-history.com/#LOG1997/log-lottery&Date) + ## License [MIT](http://opensource.org/licenses/MIT) - -Copyright (c) 2024-present log1997 diff --git a/package.json b/package.json index 6a13770..1ea427d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "log-lottery", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "license": "MIT", "scripts": { diff --git a/static/images/lottery.png b/static/images/lottery.png new file mode 100644 index 0000000..a3ef22f Binary files /dev/null and b/static/images/lottery.png differ