feat: 0.2.1 版本公告

This commit is contained in:
hzm
2026-03-06 00:14:49 +08:00
parent fe3c2b64f6
commit d9bc246088
3 changed files with 10 additions and 15 deletions

View File

@@ -65,18 +65,13 @@ 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' }}>
为了增加更多用户方便访问, 新增国内加速地址<a className="link-button"
target="_blank"
rel="noopener noreferrer"
style={{ color: 'var(--primary)', textDecoration: 'underline', padding: '0 4px', fontWeight: 600 }} href="https://fund.cc.cd/">https://fund.cc.cd/</a>
<p>v0.1.9 版本更新内容如下</p>
<p>1. 新增亮色主题</p>
<p>2. PC移动表格模式重构支持自定义布局</p>
<p>3. PC端设置弹框支持修改页面容器宽度</p>
<p>4. 分组下自定义布局数据相互独立旧数据需重新配置</p>
<p>5. 更换随机头像风格</p>
感谢以下用户上月对项目赞助支持排名不分顺序
<p>*M*.S*ob*g*D*A*匿名*🍍*L*.*大大方块先生带火星的小木条F無芯广告制作装饰****</p>
<p>v0.2.1 版本更新内容如下</p>
<p>1. 改进拍照识别基金准确度</p>
<p>2. 拍照导入支持识别持仓金额持仓收益</p>
以下功能将会在下一个版本上线
<p>1. 列表页查看基金详情</p>
<p>2. 大盘走势数据</p>
<p>3. 关联板块</p>
</div>
<div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '8px' }}>

4
package-lock.json generated
View File

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

View File

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