client/main.js

11 lines
171 B
JavaScript
Raw Normal View History

2024-10-25 14:22:54 +08:00
import client from 'client'
function main() {
client.open({
title: 'Hello',
url: 'www/index.html',
width: 1024,
height: 720,
})
}