Skip to content

Commit f7063fb

Browse files
author
chaoyuepan
committed
add data_table and data_chart
1 parent 64b061b commit f7063fb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backend/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,6 @@ <h4 class="note-title"></h4>
620620
</div>
621621
</template>
622622

623-
<script src="/static/app.js?v=17"></script>
623+
<script src="/static/app.js?v=18"></script>
624624
</body>
625625
</html>

backend/server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ func getTitleForType(t string) string {
924924
"ppt": "幻灯片",
925925
"mindmap": "思维导图",
926926
"insight": "洞察报告",
927+
"data_table": "数据表格",
928+
"data_chart": "数据图表",
927929
}
928930
if title, ok := titles[t]; ok {
929931
return title

0 commit comments

Comments
 (0)