feat: 发布 0.2.5

This commit is contained in:
hzm
2026-03-13 11:01:11 +08:00
parent 631336097f
commit 7c332cb89d
4 changed files with 13 additions and 15 deletions

View File

@@ -712,7 +712,7 @@ export const fetchFundHistory = async (code, range = '1m') => {
};
export const parseFundTextWithLLM = async (text) => {
const apiKey = 'sk-a72c4e279bc62a03cc105be6263d464c';
const apiKey = 'sk-5b03d4e02ec22dd2ba233fb6d2dd549b';
if (!apiKey || !text) return null;
try {

View File

@@ -3,7 +3,7 @@
import { useState, useEffect } from 'react';
import { motion, AnimatePresence } from 'framer-motion';
const ANNOUNCEMENT_KEY = 'hasClosedAnnouncement_v15';
const ANNOUNCEMENT_KEY = 'hasClosedAnnouncement_v16';
export default function Announcement() {
const [isVisible, setIsVisible] = useState(false);
@@ -75,21 +75,19 @@ export default function Announcement() {
<span>公告</span>
</div>
<div style={{ color: 'var(--text)', lineHeight: '1.6', fontSize: '15px', overflowY: 'auto', minHeight: 0, flex: 1, paddingRight: '4px' }}>
<p>v0.2.4 版本更新内容如下</p>
<p>1. 调整设置持仓相关弹框样式</p>
<p>2. 基金详情弹框支持设置持仓相关参数</p>
<p>3. 添加基金到分组弹框展示持仓金额数据</p>
<p>4. 已登录用户新增手动同步按钮</p>
<p>v0.2.5 紧急更新</p>
<p>1. 修复拍照失败 key 过期问题</p>
<p>2. 设置持仓输入回滚问题</p>
<br/>
<p>答疑</p>
<p>1. 因估值数据源问题大部分海外基金估值数据不准或没有暂时没有解决方案</p>
<p>2. 因交易日用户人数过多为控制服务器免费额度上限暂时减少数据自动同步频率新增手动同步按钮</p>
<p>下周更新内容:</p>
<p>1. 大盘数据</p>
<p>2. 关联板块</p>
<p>如有建议欢迎进用户支持群反馈</p>
</div>
<div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '8px' }}>
<button
className="button"
<button
className="button"
onClick={handleClose}
style={{ width: '100%', justifyContent: 'center', display: 'flex', alignItems: 'center' }}
>