mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
feat(frontend):设置页面添加弹幕功能开关
(今天看见某位朋友在弹幕中说,关掉弹幕。那就如你所愿,你可以自己决定是否显示弹幕了😎)
- 在设置页面添加弹幕功能开关
- 调整数据刷新间隔和启动时更新信息的布局
- 在股票页面实现弹幕功能,根据设置开关控制是否显示弹幕
- 调整应用窗口高度比例
- 优化 OpenAI API 请求时的 URL 处理
This commit is contained in:
parent
2aba86e424
commit
83603a12a7
@ -811,7 +811,7 @@ AI赋能股票分析:自选股行情获取,成本盈亏展示,涨跌报警
|
||||
<n-button type="primary" @click="AddStock" v-if="addBTN">
|
||||
<n-icon :component="Add"/> 关注该股票
|
||||
</n-button>
|
||||
<n-button type="error" @click="SendDanmu">
|
||||
<n-button type="error" @click="SendDanmu" v-if="data.enableDanmu">
|
||||
<n-icon :component="ChatboxOutline"/> 发送弹幕
|
||||
</n-button>
|
||||
</n-input-group>
|
||||
|
Loading…
x
Reference in New Issue
Block a user