Commit 79381c82 by 陆志强

Merge branch 'feature/configpopup' into test

parents 33da51b1 a9bbbfb0
......@@ -2,6 +2,31 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.3.21](https://gitlab.aodianyun.com/activities/web-lottery/compare/v1.3.12...v1.3.21) (2024-08-13)
### Features
* 尝试修复问题 ([e2b544f](https://gitlab.aodianyun.com/activities/web-lottery/commit/e2b544fb28487da1694cd4c770f8426dfabdefce))
* 定时抽奖倒计时新增天 ([4a31414](https://gitlab.aodianyun.com/activities/web-lottery/commit/4a3141454f38c42327b29c0895f53769f8a67bb5))
* 更新九宫格版本 ([9c37af9](https://gitlab.aodianyun.com/activities/web-lottery/commit/9c37af926f3693a057487289e3134a78346f1ae1))
* 更新npm包版本 ([a2c814a](https://gitlab.aodianyun.com/activities/web-lottery/commit/a2c814ad5b006a2b256ab5ac7ca94e442f89f7f4))
* 九宫格奖品名称居中 ([f2e3798](https://gitlab.aodianyun.com/activities/web-lottery/commit/f2e37984b7b384c1333bd12a41da2f1add3c1870))
* 内嵌抽奖也增加信息限制判断 ([86d8fbd](https://gitlab.aodianyun.com/activities/web-lottery/commit/86d8fbd291c52e104a7a529029097835b57276e9))
* 内嵌信息检测问题 ([87246a4](https://gitlab.aodianyun.com/activities/web-lottery/commit/87246a412889c53b9a255c052cef0fc23d5d0d12))
* 新增抽奖信息限制 ([0bec2a7](https://gitlab.aodianyun.com/activities/web-lottery/commit/0bec2a755dfe5a1c2ee7edd7d407439954e75533))
* 信息限制样式优化 ([9d36925](https://gitlab.aodianyun.com/activities/web-lottery/commit/9d3692541b82416d5d1969cb200319b30adbc746))
* 修复地址相反的问题 ([a023ae9](https://gitlab.aodianyun.com/activities/web-lottery/commit/a023ae9bb2cc6f96f18a386055d36165c44d5dcb))
* 修复地址组件问题 ([2f22c62](https://gitlab.aodianyun.com/activities/web-lottery/commit/2f22c62b6849472944cc4458b3993e45edbd12be))
* 修复问题 ([47c3abd](https://gitlab.aodianyun.com/activities/web-lottery/commit/47c3abda86b9ef10886de2cc9196555896f18f1b))
* 修复显示 ([dd606ae](https://gitlab.aodianyun.com/activities/web-lottery/commit/dd606aed55a79c6ded36011fc6fe6e07f9e95a7d))
* 修复样式问题 ([105f958](https://gitlab.aodianyun.com/activities/web-lottery/commit/105f958a6f5ae4579c56467d836386edc8fa5dfe))
* 修复已知问题 ([8474e4e](https://gitlab.aodianyun.com/activities/web-lottery/commit/8474e4ebfb820f1b3cbe74ccd73919006d1c12c9))
* 修复label换行问题 ([8b13585](https://gitlab.aodianyun.com/activities/web-lottery/commit/8b1358534a53b151d9c29023e679117d9e02a4fe))
* 样式优化 ([1f6aa85](https://gitlab.aodianyun.com/activities/web-lottery/commit/1f6aa85985b0ccdbfbc6f8e649b149aa39eb6aee))
* 样式优化 ([f1badd5](https://gitlab.aodianyun.com/activities/web-lottery/commit/f1badd5e005b1f8263141fd94c86e41f6c6afff8))
* 样式优化 ([7056dc1](https://gitlab.aodianyun.com/activities/web-lottery/commit/7056dc15b57c8ca06fff6d14be42f1e8b0589966))
### [1.3.20](https://gitlab.aodianyun.com/activities/web-lottery/compare/v1.3.19...v1.3.20) (2024-03-15)
### [1.3.19](https://gitlab.aodianyun.com/activities/web-lottery/compare/v1.3.18...v1.3.19) (2024-03-15)
......
......@@ -212,7 +212,8 @@ export default {
<style lang="less" scoped>
.main {
height: 42vh;
// height: 52vh;
padding-bottom: 30px;
}
.top {
display: flex;
......
{
"name": "web-lottery",
"version": "1.3.20",
"version": "1.3.21",
"private": true,
"license": "UNLICENSED",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment