- 升级 ECharts 到 5.4.2,重构 lib/ 目录结构 - 新增 DataTables 2.x 和 FixedColumns 插件 - 新增 quant/ 宏观研究报告模块 - 重构图表页面:stock_trend、hkholdbycode 等采用 JS fetch API.doorcome.cn 模式 - 新增 CLAUDE.md 补充页面文档和新数据流说明 - 更新 inc/config.php TuShare API 配置 - 更新新闻联播分析模块 news/ 和相关研究报告 research/ - 新增 api_document/ 参考文档 - 清理 .gitignore,排除 uploads/xls/.mcp.json/ source maps 等非代码文件 - 所有 PHP 文件通过 php -l 语法检查 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
25 lines
794 B
PHP
25 lines
794 B
PHP
<div id='footer'>
|
|
<p> </p>
|
|
<hr style='text-align: center;width: 980px;border-width: 0;background-color: gray;height: 1px;' id='foot_hr' >
|
|
|
|
<div style='text-align: center'>Powered by Simon Young <span style="font-family: Arial; font-size: x-small; "> © </span>2019-<?=date('Y')?>
|
|
All Right Reserved <a href="mailto:simon.youngest@gmail.com" title='simon.youngest@gmail.com'>E-mail</a>.
|
|
</div>
|
|
<div style='text-align: center'>
|
|
<span style="color: grey; font-size: x-small; ">
|
|
<a href="https://beian.miit.gov.cn" target="_blank">浙ICP备18056264号-1</a>
|
|
</span>
|
|
|
|
<span style='color:grey;font-size:small;'>
|
|
<?php
|
|
include_once __DIR__ . "/../inc/functions.inc.php";
|
|
page_counter();
|
|
?>
|
|
</span>
|
|
</div>
|
|
<div> </div>
|
|
<div> </div>
|
|
<div> </div>
|
|
</div>
|
|
</body>
|
|
</html>
|