Windows路径修复

This commit is contained in:
zhbaor 2024-09-23 18:08:21 +08:00
parent c374f288b0
commit d9f1aae27c
4 changed files with 15 additions and 16 deletions

View file

@ -1,10 +1,10 @@
<script setup>
function webview() {
pywebview.api.run('start ../python/pythonw webview_ui.py', './mower-ng')
pywebview.api.run('start ..\\python\\pythonw webview_ui.py', 'mower-ng')
}
function manager() {
pywebview.api.run('start ../python/pythonw manager.py', './mower-ng')
pywebview.api.run('start ..\\python\\pythonw manager.py', 'mower-ng')
}
</script>