client/main.js
2024-10-25 14:22:54 +08:00

11 lines
171 B
JavaScript

import client from 'client'
function main() {
client.open({
title: 'Hello',
url: 'www/index.html',
width: 1024,
height: 720,
})
}