mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-17 16:24:16 +08:00
feat: 支持文本模板,系统命令
This commit is contained in:
12
static/plugins/picker/index.html
Normal file
12
static/plugins/picker/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Picker</title>
|
||||
<link rel="stylesheet" href="./picker.css" />
|
||||
<script defer src="./picker.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<section id="picker"></section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user