feat: 添加 oauth, 添加第三方登录入口

This commit is contained in:
Gavan
2025-07-10 18:01:58 +08:00
parent 06f9c45797
commit 0776e5eb54
27 changed files with 2115 additions and 378 deletions

View File

@@ -61,7 +61,7 @@ const Diff: React.FC<DiffProps> = ({
fontSize: 14,
scrollBeyondLastLine: false,
wordWrap: 'off',
lineNumbers: 'on',
lineNumbers: 'off',
glyphMargin: false,
folding: false,
overviewRulerLanes: 0,