Browse Source

更改页面title

master
mk 5 months ago
parent
commit
4d25920c74
  1. 2
      src/lib/apis/index.ts

2
src/lib/apis/index.ts

@ -960,7 +960,7 @@ export const getBackendConfig = async () => {
if (error) {
throw error;
}
res.name = 'Deepseek'
return res;
};

Loading…
Cancel
Save