feat:发布 0.2.4

This commit is contained in:
hzm
2026-03-11 08:35:04 +08:00
parent c10c4a5d0e
commit 6a719fad1e
3 changed files with 11 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
import { useState, useEffect } from 'react'; import { useState, useEffect } from 'react';
import { motion, AnimatePresence } from 'framer-motion'; import { motion, AnimatePresence } from 'framer-motion';
const ANNOUNCEMENT_KEY = 'hasClosedAnnouncement_v14'; const ANNOUNCEMENT_KEY = 'hasClosedAnnouncement_v15';
export default function Announcement() { export default function Announcement() {
const [isVisible, setIsVisible] = useState(false); const [isVisible, setIsVisible] = useState(false);
@@ -75,17 +75,14 @@ export default function Announcement() {
<span>公告</span> <span>公告</span>
</div> </div>
<div style={{ color: 'var(--text)', lineHeight: '1.6', fontSize: '15px', overflowY: 'auto', minHeight: 0, flex: 1, paddingRight: '4px' }}> <div style={{ color: 'var(--text)', lineHeight: '1.6', fontSize: '15px', overflowY: 'auto', minHeight: 0, flex: 1, paddingRight: '4px' }}>
<p>v0.2.3 版本更新内容如下</p> <p>v0.2.4 版本更新内容如下</p>
<p>1. 二次确认弹框层级问题修复</p> <p>1. 调整设置持仓相关弹框样式</p>
<p>2. 净值列新增日期</p> <p>2. 基金详情弹框支持设置持仓相关参数</p>
<p>3. 重发微信用户支持群二维码(底部提交反馈处)</p> <p>3. 添加基金到分组弹框展示持仓金额数据</p>
<br/> <br/>
<div <p>答疑</p>
className="trade-pending-alert" <p>因估值数据源问题大部分海外基金估值数据不准或没有暂时没有解决方案</p>
style={{marginBottom: 0}} <p>如有建议欢迎进用户支持群反馈</p>
>
<span> 用户支持群禁止讨论基金及金融买卖相关内容</span>
</div>
</div> </div>
<div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '8px' }}> <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '8px' }}>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "real-time-fund", "name": "real-time-fund",
"version": "0.2.3", "version": "0.2.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "real-time-fund", "name": "real-time-fund",
"version": "0.2.3", "version": "0.2.4",
"dependencies": { "dependencies": {
"@dicebear/collection": "^9.3.1", "@dicebear/collection": "^9.3.1",
"@dicebear/core": "^9.3.1", "@dicebear/core": "^9.3.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "real-time-fund", "name": "real-time-fund",
"version": "0.2.3", "version": "0.2.4",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",