修改项目名称

This commit is contained in:
zyj
2026-03-11 18:43:36 +08:00
parent 80c6f77772
commit d656876e11
24 changed files with 734 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import { ref, onMounted, onUnmounted } from 'vue'
import {GreetService} from "../../bindings/changeme";
import {GreetService} from "~~/bindings/wails3-nuxt4";
import {Events} from "@wailsio/runtime";
const name = ref('')

View File

@@ -0,0 +1,9 @@
//@ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: Unused imports
import { Create as $Create } from "@wailsio/runtime";
Object.freeze($Create.Events);

View File

@@ -0,0 +1,2 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT

View File

@@ -1,5 +1,5 @@
{
"name": "nuxt-app",
"name": "wails3-nuxt4",
"type": "module",
"private": true,
"scripts": {