From d03a798c04264d8fe8cf2e8463c2f76e381744cc Mon Sep 17 00:00:00 2001 From: compasss Date: Mon, 11 Mar 2024 10:36:25 +0800 Subject: [PATCH] windows safari --- README.md | 2 ++ source/_posts/2024/windows-safari.md | 8 ++++---- themes/aircloud/source/css/aircloud.css | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fc2d60a..c21e1d6 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ ### 博客地址 https://blog.xiguayun.cn +### new post +hexo new {{page}} \ No newline at end of file diff --git a/source/_posts/2024/windows-safari.md b/source/_posts/2024/windows-safari.md index 4e93568..7b56f3a 100644 --- a/source/_posts/2024/windows-safari.md +++ b/source/_posts/2024/windows-safari.md @@ -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 WebKitRequirementsWin64.zip + Visit Apple's WebKit Buildbot pages. 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. diff --git a/themes/aircloud/source/css/aircloud.css b/themes/aircloud/source/css/aircloud.css index 9b01b5b..59df5fa 100644 --- a/themes/aircloud/source/css/aircloud.css +++ b/themes/aircloud/source/css/aircloud.css @@ -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%; } @@ -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; }