fix: 修复 getBasic.inc.php 多余括号 & 重构研究报告卡片

- 删除 getBasic.inc.php 中残留的多余 `}` 导致部署后解析错误
- index-2.php: 删除 PDF报告卡片;研究报告卡片改为按日期子目录动态加载

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 09:54:48 +08:00
co-authored by Claude Opus 4.7
parent 080d6da44c
commit 742bed2644
2 changed files with 62 additions and 101 deletions
-2
View File
@@ -100,8 +100,6 @@ function tscodeToName($ts_code){
return $ts_code;
}
}
function getBasicExtData($ts_code,$item,$day_st,$day_end){
$mysqli = get_mysqli_connection();
$allowed_items = ['total_mv','circ_mv','total_mv_all','circ_mv_all','pe_ttm','pb','ps','total_share','float_share','free_share'];