chore: 版本号更新至 v1.17.1

This commit is contained in:
2026-08-23 10:09:34 +08:00
parent 0e15d43ed4
commit 06cfbca2db
+2 -2
View File
@@ -1030,7 +1030,7 @@ app.get('/api/health', (req, res) => {
res.json({
status: 'ok',
service: 'data-chart-tool',
version: '1.17.0',
version: '1.17.1',
endpoints: {
'POST /api/chart': '生成图表图片(JSON body',
'GET /api/chart': '生成图表图片(URL 参数)',
@@ -1050,7 +1050,7 @@ app.get('/api/health', (req, res) => {
app.get('/api/docs', (req, res) => {
res.json({
name: '数据可视化图表生成器 API',
version: '1.17.0',
version: '1.17.1',
endpoints: [
{
method: 'POST',