@kamuira/stock-analyzer 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +17 -1
- package/package.json +1 -1
package/index.html
CHANGED
|
@@ -235,6 +235,20 @@
|
|
|
235
235
|
<button onclick="quickAnalyze('sz000657')">中钨高新</button>
|
|
236
236
|
<button onclick="quickAnalyze('sh600027')">华电国际</button>
|
|
237
237
|
<button onclick="quickAnalyze('sh603659')">璞泰来</button>
|
|
238
|
+
<button onclick="quickAnalyze('sh600309')">万华化学</button>
|
|
239
|
+
<button onclick="quickAnalyze('sz300170')">汉得信息</button>
|
|
240
|
+
<button onclick="quickAnalyze('sh605589')">圣泉集团</button>
|
|
241
|
+
<button onclick="quickAnalyze('sz300308')">中际旭创</button>
|
|
242
|
+
<button onclick="quickAnalyze('sz002463')">沪电股份</button>
|
|
243
|
+
<button onclick="quickAnalyze('sh603259')">药明康德</button>
|
|
244
|
+
<button onclick="quickAnalyze('sz002371')">北方华创</button>
|
|
245
|
+
<button onclick="quickAnalyze('sz300502')">新易盛</button>
|
|
246
|
+
<button onclick="quickAnalyze('sh600487')">亨通光电</button>
|
|
247
|
+
<button onclick="quickAnalyze('sh601869')">长飞光纤</button>
|
|
248
|
+
<button onclick="quickAnalyze('sh600869')">远东股份</button>
|
|
249
|
+
<button onclick="quickAnalyze('sz002340')">格林美</button>
|
|
250
|
+
<button onclick="quickAnalyze('sh600900')">长江电力</button>
|
|
251
|
+
<button onclick="quickAnalyze('sz002916')">深南电路</button>
|
|
238
252
|
</div>
|
|
239
253
|
<div class="shortcuts" id="customShortcuts"></div>
|
|
240
254
|
|
|
@@ -307,7 +321,9 @@
|
|
|
307
321
|
'sh600011','sh601600','sz002138','sh603986','sz002716','sh603256',
|
|
308
322
|
'sz001309','sh601899','sz000426','sz002428','sh600259','sh600362',
|
|
309
323
|
'sh600206','sh600111','sh601318','sh601066',
|
|
310
|
-
'sz000510','sh601021','sz000657','sh600027','sh603659'
|
|
324
|
+
'sz000510','sh601021','sz000657','sh600027','sh603659',
|
|
325
|
+
'sh600309','sz300170','sh605589','sz300308','sz002463','sh603259','sz002371',
|
|
326
|
+
'sz300502','sh600487','sh601869','sh600869','sz002340','sh600900','sz002916'
|
|
311
327
|
];
|
|
312
328
|
|
|
313
329
|
const rankBtn = document.getElementById('rankBtn');
|