修改图标

This commit is contained in:
halliday2023 2025-04-30 22:53:13 +08:00
parent 2a12bc5779
commit 2402f6161f
3 changed files with 85 additions and 127 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1,17 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ruto</title> <title>Ruto</title>
<link rel="stylesheet" href="./tools/ballon.css" /> <link rel="stylesheet" href="./tools/ballon.css" />
<link <link rel="stylesheet" type="text/css" media="screen" href="./tools/popupStyle.css" />
rel="stylesheet"
type="text/css"
media="screen"
href="./tools/popupStyle.css"
/>
<script src="./content/jquery.min.js" type="text/javascript"></script> <script src="./content/jquery.min.js" type="text/javascript"></script>
<script defer src="./tools/popup.js"></script> <script defer src="./tools/popup.js"></script>
</head> </head>
@ -21,37 +17,18 @@
<p>开启后点击页面元素即可获取Xpath信息</p> <p>开启后点击页面元素即可获取Xpath信息</p>
</div> </div>
<div id="version" class="flex-containers"> <div id="version" class="flex-containers">
<div <div class="onoffswitch" data-balloon-length="large" data-balloon="开启后点击对象即可获取Xpath同时原页面的点击动作失效。"
class="onoffswitch" data-balloon-pos="right">
data-balloon-length="large" <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" />
data-balloon="开启后点击对象即可获取Xpath同时原页面的点击动作失效。"
data-balloon-pos="right"
>
<input
type="checkbox"
name="onoffswitch"
class="onoffswitch-checkbox"
id="myonoffswitch"
/>
<label class="onoffswitch-label" for="myonoffswitch"> <label class="onoffswitch-label" for="myonoffswitch">
<span class="onoffswitch-inner"></span> <span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span> <span class="onoffswitch-switch"></span>
</label> </label>
</div> </div>
<div <div class="likediv" id="setting" data-balloon="Setting" data-balloon-pos="left">
class="likediv"
id="setting"
data-balloon="Setting"
data-balloon-pos="left"
>
<img src="./logo/icon/controls.svg" alt="Setting" /> <img src="./logo/icon/controls.svg" alt="Setting" />
</div> </div>
<div <div class="likediv" data-balloon-length="small" data-balloon="Write a review" data-balloon-pos="left">
class="likediv"
data-balloon-length="small"
data-balloon="Write a review"
data-balloon-pos="left"
>
<!-- <a href="http://tiny.cc/rutoff" target="_blank"> <!-- <a href="http://tiny.cc/rutoff" target="_blank">
<img src="./logo/icon/love.svg" alt="review" /> <img src="./logo/icon/love.svg" alt="review" />
</a> --> </a> -->
@ -59,18 +36,8 @@
</div> </div>
<hr /> <hr />
<div class="snippets"> <div class="snippets">
<textarea <textarea type="text" name="snippetsArea" id="snippet" class="textarea is-focused" style="display:none"></textarea>
type="text" <div id="attributesValuesfromNode" class="attribuesValuesFromNode" hidden></div>
name="snippetsArea"
id="snippet"
class="textarea is-focused"
style="display:none"
></textarea>
<div
id="attributesValuesfromNode"
class="attribuesValuesFromNode"
hidden
></div>
<button id="copySnippet" data-copytarget="#snippet" style="display:none"> <button id="copySnippet" data-copytarget="#snippet" style="display:none">
Copy Snippet Copy Snippet
</button> </button>
@ -100,39 +67,30 @@
<hr /> <hr />
<div class="logos"> <div class="logos">
<div class="flex" data-balloon="Home" data-balloon-pos="right"> <div class="flex" data-balloon="Gitea" data-balloon-pos="right">
<a href="https://gitea.kiki.kim/HA/rutoxpath" target="_blank"> <a href="https://gitea.kiki.kim/HA/rutoxpath" target="_blank">
<img <img src="logo/ruto.webp" alt="Ruto" style="width: 90px;height: 50px;" class="rutohome" />
src="logo/ruto.webp"
alt="Ruto"
style="width: 80px;"
class="rutohome"
/>
</a> </a>
</div> </div>
<div class="record" id="startRecord"> <div class="record" id="startRecord">
<div> <div>
<p>Record sequence of test script</p> <p>Record sequence of test script</p>
<p style="font-size:0.6em; color:#888; margin-top:0.8em">基于Rūto-XPath Finder 6.0.1版本的二次开发</p> <p style="font-size:0.6em; color:#888; margin-top:0.8em">Powered by Rūto-XPath Finder 6.0.1</p>
</div> </div>
<div class="onoffswitch"> <div class="onoffswitch">
<input <input type="checkbox" name="onoffswitchRecord" class="onoffswitch-checkbox" id="recordIcon" />
type="checkbox"
name="onoffswitchRecord"
class="onoffswitch-checkbox"
id="recordIcon"
/>
<label class="onoffswitch-label" for="recordIcon"> <label class="onoffswitch-label" for="recordIcon">
<span class="onoffswitch-inner"></span> <span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span> <span class="onoffswitch-switch"></span>
</label> </label>
</div> </div>
</div> </div>
<div class="flex"> <div class="flex" data-balloon="Blog" data-balloon-pos="left">
<a target="_blank"> <a href="https://kiki.kim/" target="_blank">
<img src="logo/tl.webp" alt="logo" style="width: 80px;" /> <img src="logo/tl.webp" alt="logo" style="width: 80px;height: 50px;" />
</a> </a>
</div> </div>
</div> </div>
</body> </body>
</html> </html>