From 6d3234e3f9ff37cbd766dc00c607828ad6f34a53 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 28 Jul 2021 12:32:33 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 2) (#1730) * remove link 'title' attributes that's just the 'href' (zh-cn, part 2) * more fixes --- files/zh-cn/tools/3d_view/index.html | 2 +- .../debugging_firefox_for_android_with_webide/index.html | 2 +- files/zh-cn/tools/remote_debugging/firefox_for_android/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/zh-cn/tools') diff --git a/files/zh-cn/tools/3d_view/index.html b/files/zh-cn/tools/3d_view/index.html index d83ab55892..1730365ae9 100644 --- a/files/zh-cn/tools/3d_view/index.html +++ b/files/zh-cn/tools/3d_view/index.html @@ -95,7 +95,7 @@ original_slug: Tools/Page_Inspector/3D_view
  • HTML panel
  • Style panel
  • Tools
  • -
  • New Developer Tools in Firefox 11 Aurora (blog post)
  • +
  • New Developer Tools in Firefox 11 Aurora (blog post)
  • {{ languages( { "ja": "ja/Tools/Page_Inspector/3D_view", "en": "en/Tools/Page_Inspector/3D_view"} ) }}

    diff --git a/files/zh-cn/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html b/files/zh-cn/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html index 3a637d42b0..bcf7385081 100644 --- a/files/zh-cn/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html +++ b/files/zh-cn/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html @@ -23,7 +23,7 @@ original_slug: Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE_

    If you don't have ADB Helper version 0.7.1 or higher, select "Manage Extra Components" from the "Projects" menu, and you'll see the "Extra Components" window, which will contain an entry for ADB Helper:

    Click "uninstall" then "install", and you should now have the latest version.

    Setting up the Android device

    -

    First, enable USB debugging by following steps 2 and 3 of this link only.

    +

    First, enable USB debugging by following steps 2 and 3 of this link only.

    Next, enable remote debugging in Firefox for Android. Open the browser, open its menu, select "Settings", then "Developer tools" (on some Android devices you may need to select "More" to see the "Settings" option). Check the "Remote debugging" box:

    The browser might display a notification reminding you to set up port forwarding, which you can ignore.

    diff --git a/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html b/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html index c4cd379982..f4c01b45c2 100644 --- a/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html +++ b/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html @@ -17,13 +17,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android

    接下来,你需要使用 adb 命令行工具来使两台设备相互通信。

    配置Android设备

    配置电脑

    检查ADB的工作状态, 打开电脑的cmd命令提示符并输入如下命令:

    -- cgit v1.2.3-54-g00ecf