chore: 同步版本号至 v1.10.1

This commit is contained in:
2026-08-19 12:50:40 +08:00
parent 51d3e09378
commit d9b3253fa0
+2 -2
View File
@@ -882,7 +882,7 @@ app.get('/api/health', (req, res) => {
res.json({
status: 'ok',
service: 'data-chart-tool',
version: '1.10.0',
version: '1.10.1',
endpoints: {
'POST /api/chart': '生成图表图片(JSON body',
'GET /api/chart': '生成图表图片(URL 参数)',
@@ -897,7 +897,7 @@ app.get('/api/health', (req, res) => {
app.get('/api/docs', (req, res) => {
res.json({
name: '数据可视化图表生成器 API',
version: '1.10.0',
version: '1.10.1',
endpoints: [
{
method: 'POST',