We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d082b1 commit 02608a1Copy full SHA for 02608a1
components/blog-index.jsx
@@ -22,7 +22,7 @@ export default function BlogIndex({ more = "Read more" }) {
22
}
23
24
return (
25
- <div className="py-10 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
+ <div className="py-10 px-10 md:px-16 lg:px-28 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
26
{getPagesUnderRoute("/blog")
27
.sort((a, b) => {
28
const dateA = parseDate(a.frontMatter?.date);
pages/docs/ai-chat/_meta.json
@@ -3,7 +3,6 @@
3
"ai-data-collection": "AI 数据集",
4
"sql-optimization": "AI SQL 优化",
5
"sqltransform": "AI SQL 转化",
6
- "rest-api": "RestAPI接口",
7
"ai-excel": "Excel 智能问答",
8
"text2chart": "AI 文本生成图表",
9
"sql-copilot": "AI SQL 智能提示",
pages/docs/ai-chat/rest-api.mdx
0 commit comments