添加pin的雏形

This commit is contained in:
fofolee
2025-04-25 07:45:55 +08:00
parent 0d4f49fcf4
commit 6f1c98fb4a
7 changed files with 263 additions and 0 deletions

15
plugin/lib/pin/view.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Pin</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="pin-container">
<div class="pin-icon">
<img id="command-icon" src="" alt="command icon" />
</div>
</div>
</body>
</html>