1. 重构CopyButton
2. 修改Router特性
3. 修改CopyButton传参
4. 添加options页面
This commit is contained in:
雨霖铃
2026-01-28 00:42:05 +08:00
parent b33194bd2d
commit 4edb2f1a47
5 changed files with 135 additions and 90 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Hello Options Page
</body>
</html>