apigo/tests/client_test.js

8 lines
133 B
JavaScript
Raw Permalink Normal View History

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