更新:重构和迁移多个PHP文件到deprecated目录,删除不再使用的文件,更新pubfunc.js版本;index_trend,stock_trend 数据源以及代码重构简化

This commit is contained in:
杨水淼
2025-07-09 15:21:52 +08:00
parent 43a202c789
commit 5152b3ee2f
15 changed files with 174 additions and 179 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
/**
* Created by Simon
* For stock index compare and draw in echart
* Date: 2019/5/26
*
**/
#set dispay_errors to adjust when coding
ini_set('display_errors',1);
?>
<form name ="myform" id="myform" method="post">
<input type="hidden" name="x" id= "x" value='<?php //echo json_encode=($l_x)?>' />
</form>
<script src='../lib/echarts.min.js'></script>
<script src='js/itrend.basic.js'