This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
heyw
/
TugboatAIRebuild
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
94b6227841
ブランチ
タグ
main
TugboatAIReb...
/
.trae
/
skills
/
login-debugger
/
SKILL.md
SKILL.md
903 B
履歴
Raw
name: "login-debugger"
description: "调试系统登录功能,使用默认账号admin/1。当用户需要测试登录功能或检查登录问题时调用。"
Login Debugger
Default Credentials
Username:
admin
Password:
1
When to Use
Invoke this skill when:
User needs to test login functionality
User reports login issues
User wants to verify authentication works correctly
User needs to debug login-related problems
Login Steps
Open the login page at
http://localhost:8082
Fill in username: "admin"
Fill in password: "1"
Click the "立即登录" button
Verify successful login by checking for expected page elements
Troubleshooting
If login fails, check if auth service is running on port 8083
Verify database credentials are correct
Check browser console for errors
Verify network connectivity between frontend and auth services