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) { if (error) {
throw error; throw error;
} }
res.name = 'Deepseek'
return res; return res;
}; };

Loading…
Cancel
Save