Skip to content

Commit

Permalink
Merge pull request #28 from compasss/dev
Browse files Browse the repository at this point in the history
windows safari
  • Loading branch information
tapqr authored Mar 11, 2024
2 parents e548f52 + d03a798 commit c0895e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
### 博客地址
<a href="https://blog.xiguayun.cn" target="_blank">https://blog.xiguayun.cn</a>

### new post
hexo new {{page}}
8 changes: 4 additions & 4 deletions source/_posts/2024/windows-safari.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ There are some other blog posts with instructions for how to do this, but they a
+ Download the latest release of <a href="https://github.com/WebKitForWindows/WebKitRequirements/releases" target="_blank">WebKitRequirementsWin64.zip</a>
+ Visit Apple's <a href="https://build.webkit.org/#/builders?tags=%2BWinCairo&amp;tags=%2BRelease&amp;tags=%2BBuild" target="_blank">WebKit Buildbot pages</a>. The build you want is WinCairo-64-bit-Release-Build.
+ Click one of the green numbers. Click one of the green numbers
![aa](images/2024/buildbot-1-9a279e66d481c9954bb5d0d9d0d87943.webp)
![aa](images/2024/buildbot-1-9a279e66d481c9954bb5d0d9d0d87943.webp "aa")

+ Expand the transfer-to-s3 section. Expand the transfer-to-s3 section
![aa](images/2024/buildbot-2-d61b5cdad19b1a7102b690801f4452a5.webp)
![ab](images/2024/buildbot-2-d61b5cdad19b1a7102b690801f4452a5.webp)

+ Copy and download the S3 URL. Copy and download this URL
![aa](images/2024/buildbot-3-1bdf1b4bc3d70100dd1616b738f9c5d4.webp)
![ac](images/2024/buildbot-3-1bdf1b4bc3d70100dd1616b738f9c5d4.webp)

+ After extracting that zip file you will find MiniBrowser.exe inside. But it won't run yet!
+ Go back to the WebKitRequirementsWin64.zip file you downloaded in step 1, take all the files from the bin64 directory and copy them into the same directory as MiniBrowser.exe.
+ Now you can run MiniBrowser.exe and you're done!
![aa](images/2024/minibrowser-df224250658f7a0dbc7e188e4bf32633.webp)
![ad](images/2024/minibrowser-df224250658f7a0dbc7e188e4bf32633.webp)

You can now test how things might work in Safari from your Windows computer! You can use the Web Inspector from the Develop menu just as in Safari. Unfortunately there's no way to activate the Responsive Design mode, so you won't be able to test for iOS.

Expand Down
8 changes: 4 additions & 4 deletions themes/aircloud/source/css/aircloud.css
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,9 @@ body {
letter-spacing: 1px;
word-break: break-all;
}
.post-content p:hover {
/* .post-content p:hover {
background-color: rgba(51, 112, 255, 0.1);
}
} */
.post-content p img {
width: 80%;
}
Expand All @@ -745,10 +745,10 @@ body {
letter-spacing: 1px;
word-break: break-all;
}
.post-content ul li:hover,
/* .post-content ul li:hover,
.post-content ol li:hover {
background-color: rgba(51, 112, 255, 0.1);
}
} */
.post-content ul li {
list-style: none;
}
Expand Down

0 comments on commit c0895e0

Please sign in to comment.