apigo/tests/main.js
2024-10-24 17:56:45 +08:00

8 lines
130 B
JavaScript

import cli from 'client'
let w = cli.open({
title: 'Hello',
html: '<div>Hello</div>',
width: 800,
height: 600,
})