first commit

This commit is contained in:
编码猿
2024-09-27 01:01:17 +08:00
commit 14b8ae24fa
198 changed files with 22193 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
export const command = "echo Hello World!"
export const refreshFrequency = 5000 // ms
export const render = ({ output }) => (
<h1>{output}</h1>
)
export const className = `
left: 20px
top: 20px
color: #fff
`