apigo/tests/main.js

8 lines
130 B
JavaScript
Raw Normal View History

2024-10-24 17:56:45 +08:00
import cli from 'client'
let w = cli.open({
title: 'Hello',
html: '<div>Hello</div>',
width: 800,
height: 600,
})