mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
添加缩略图
This commit is contained in:
parent
bedeaad1f2
commit
71e3953cd8
10
README.md
10
README.md
@ -3,6 +3,16 @@
|
||||

|
||||
|
||||
|
||||
## Snapshot
|
||||

|
||||
### 成本仓位设置
|
||||

|
||||
### 日K
|
||||

|
||||
### 分时
|
||||

|
||||
|
||||
|
||||
## About
|
||||
|
||||
A China stock data viewer build by [Wails](https://wails.io/) with [NavieUI](https://www.naiveui.com/).
|
||||
|
BIN
build/screenshot/img.png
Normal file
BIN
build/screenshot/img.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
BIN
build/screenshot/img_1.png
Normal file
BIN
build/screenshot/img_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
build/screenshot/img_2.png
Normal file
BIN
build/screenshot/img_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
build/screenshot/img_3.png
Normal file
BIN
build/screenshot/img_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
@ -262,7 +262,7 @@ function fullscreen(){
|
||||
<template #action>
|
||||
<n-flex justify="space-between">
|
||||
<n-text :type="'info'">{{result["日期"]+" "+result["时间"]}}</n-text>
|
||||
<n-button size="tiny" type="info" @click="setStock(result['股票代码'],result['股票名称'])"> 设置 </n-button>
|
||||
<n-button size="tiny" type="info" @click="setStock(result['股票代码'],result['股票名称'])"> 成本 </n-button>
|
||||
<n-button size="tiny" type="success" @click="showFenshi(result['股票代码'],result['股票名称'])"> 分时 </n-button>
|
||||
<n-button size="tiny" type="error" @click="showK(result['股票代码'],result['股票名称'])"> 日K </n-button>
|
||||
<n-button size="tiny" type="warning" @click="search(result['股票代码'],result['股票名称'])"> 详情 </n-button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user