Skip to content

Commit f73388f

Browse files
feat(X-Pack): Appearance menu
1 parent 538bbc4 commit f73388f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"pyyaml (>=6.0.2,<7.0.0)",
3737
"fastapi-mcp (>=0.3.4,<0.4.0)",
3838
"tabulate>=0.9.0",
39-
"sqlbot-xpack==0.0.3.13",
39+
"sqlbot-xpack==0.0.3.14",
4040
"fastapi-cache2>=0.2.2",
4141
"sqlparse>=0.5.3",
4242
"redis>=6.2.0",

frontend/src/router/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ export const routes = [
161161
},
162162
},
163163
{
164-
path: 'set',
164+
path: 'setting',
165165
meta: { title: t('system.system_settings'), iconActive: 'set', iconDeActive: 'noSet' },
166-
redirect: 'set/appearance',
166+
redirect: 'system_/appearance',
167+
name: 'setting',
167168
children: [
168169
{
169170
path: 'appearance',

0 commit comments

Comments
 (0)