From bc0c3678848246363bff1b60a6a9a9bce733189e Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Tue, 6 May 2025 13:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0stackoverflow=E7=99=BB?= =?UTF-8?q?=E5=BD=95=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filesystem_doc.html | 1872 +++++++++++++++++++++++++++++++++++ src/views/pages/login.vue | 15 +- src/views/pages/ucenter.vue | 8 +- 3 files changed, 1891 insertions(+), 4 deletions(-) create mode 100644 filesystem_doc.html diff --git a/filesystem_doc.html b/filesystem_doc.html new file mode 100644 index 0000000..8919803 --- /dev/null +++ b/filesystem_doc.html @@ -0,0 +1,1872 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + servers/src/filesystem at main · modelcontextprotocol/servers · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ Skip to content + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + / + + servers + + + Public +
+ + +
+ +
+ + +
+
+ +
+
+ + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/src/views/pages/login.vue b/src/views/pages/login.vue index 438850b..1f30dca 100644 --- a/src/views/pages/login.vue +++ b/src/views/pages/login.vue @@ -126,7 +126,7 @@ const currentLoginRequest = ref(0); //当前请求次数 const thirdPartyLogoInfoList = ref([ { name: "github", - logo: "https://www.ljsea.top/wp-content/uploads/2025/04/github-logo.png", + logo: "https://www.ljsea.top/wp-content/uploads/2025/05/github-48-logo.png", }, { name: "gitee", @@ -134,15 +134,19 @@ const thirdPartyLogoInfoList = ref([ }, { name: "qq", - logo: "https://wiki.connect.qq.com/wp-content/uploads/2016/12/Connect_logo_7.png", + logo: "https://www.ljsea.top/wp-content/uploads/2025/05/icons8-qq-48.png", }, { name: "google", - logo: "https://www.ljsea.top/wp-content/uploads/2025/04/google-logo_resized.png", + logo: "https://www.ljsea.top/wp-content/uploads/2025/05/icons8-google-48.png", }, { name: "facebook", logo: "https://www.ljsea.top/wp-content/uploads/2025/05/icons8-facebook.png", + }, + { + name: "stackoverflow", + logo: "https://www.ljsea.top/wp-content/uploads/2025/05/logo-stackoverflow-48.png", } ]); @@ -206,6 +210,11 @@ const thirdLogin = async (type) => { clearInterval(timer); return; } + if(statusResp["code"] === 9){ + ElMessage.error("服务器错误,请稍后再试!"); + clearInterval(timer); + return; + } if(statusResp["data"]["status"] === 163) { ElMessage.error("该账号未绑定,请先绑定账号!"); clearInterval(timer); diff --git a/src/views/pages/ucenter.vue b/src/views/pages/ucenter.vue index 39d75dd..834099a 100644 --- a/src/views/pages/ucenter.vue +++ b/src/views/pages/ucenter.vue @@ -168,7 +168,8 @@ const thirdPartyPlatform = ref([ { label: 'Github', value: 'github' }, { label: 'Gitee', value: 'gitee' }, { label: 'Google', value: 'google' }, - { label: 'Facebook', value: 'facebook'} + { label: 'Facebook', value: 'facebook'}, + { label: 'StackOverflow', value: 'stackoverflow' }, ]); @@ -426,6 +427,11 @@ const thirdLogin = async (type) => { clearInterval(timer); return; } + if(statusResp["code"] === 9){ + ElMessage.error("服务器错误,请稍后再试!"); + clearInterval(timer); + return; + } if(statusResp["data"]["status"] === 163) { ElMessage.error("该账号未绑定,请先绑定账号!"); clearInterval(timer);