docs: fix text

This commit is contained in:
kawamataryo 2024-11-10 22:43:43 +09:00
parent 0f35799262
commit a40eaee08e
3 changed files with 25 additions and 8 deletions

View File

@ -41,6 +41,14 @@ export default defineConfig({
icon: "github", icon: "github",
link: "https://github.com/kawamataryo/sky-follower-bridge", link: "https://github.com/kawamataryo/sky-follower-bridge",
}, },
{
icon: "bluesky",
link: "https://bsky.social/kawamataryo",
},
{
icon: "x",
link: "https://x.com/RyoKawamata",
},
], ],
outline: { outline: {

View File

@ -26,3 +26,13 @@
--vp-home-hero-image-filter: blur(68px); --vp-home-hero-image-filter: blur(68px);
} }
} }
.error-message {
display: inline-block;
margin: 10px 0;
color: red;
font-weight: bold;
padding: 5px 10px;
border: 1px solid red;
border-radius: 5px;
}

View File

@ -7,7 +7,7 @@
### Login Issues ### Login Issues
**Error Message:** **Error Message:**
"Error: Invalid identifier or password" <span class="error-message">Error: Invalid identifier or password</span>
**Checklist:** **Checklist:**
1. Username and Password Entry 1. Username and Password Entry
@ -31,10 +31,12 @@ How to create a new App Password:
4. Copy the generated 19-character password 4. Copy the generated 19-character password
::: :::
---
### Two-Factor Authentication Required ### Two-Factor Authentication Required
**Error Message:** **Error Message:**
"Error: Two-factor authentication required" <span class="error-message">Error: Two-factor authentication required</span>
**Solution:** **Solution:**
1. Check your email for the authentication code 1. Check your email for the authentication code
@ -44,8 +46,7 @@ How to create a new App Password:
## Rate Limit Errors ## Rate Limit Errors
**Error Message:** **Error Message:**
"Rate limit Error" message appears <span class="error-message">Error: Rate limit error</span>
- A "Restart" button is shown
**Solution:** **Solution:**
1. Bluesky API has a limit of 1,600 actions per hour. If you hit the limit, please wait for 1 hour before trying again. 1. Bluesky API has a limit of 1,600 actions per hour. If you hit the limit, please wait for 1 hour before trying again.
@ -56,7 +57,7 @@ How to create a new App Password:
### Invalid Page ### Invalid Page
**Error Message:** **Error Message:**
"Error: Invalid page. please open the 𝕏 following or blocking or list page." <span class="error-message">Error: Invalid page. please open the 𝕏 following or blocking or list page.</span>
**Solution:** **Solution:**
Only use the extension on these X (Twitter) pages: Only use the extension on these X (Twitter) pages:
@ -68,7 +69,6 @@ Only use the extension on these X (Twitter) pages:
### Scan Stops Early ### Scan Stops Early
**Error Message:**
Scanning stops before reaching the bottom of the page Scanning stops before reaching the bottom of the page
**Solution:** **Solution:**
@ -78,7 +78,6 @@ Scanning stops before reaching the bottom of the page
### No Users Found ### No Users Found
**Error Message:**
No Bluesky users detected after scanning No Bluesky users detected after scanning
**Solution:** **Solution:**
@ -98,4 +97,4 @@ If you encounter any unexpected errors:
- What you were trying to do - What you were trying to do
- Your browser type and version - Your browser type and version
- Any relevant screenshots - Any relevant screenshots
- Or mention @kawamataryo.bsky.social on Bluesky - Or mention [@kawamataryo.bsky.social](https://bsky.app/profile/kawamataryo.bsky.social) on Bluesky