# 原初火钳Go **Repository Path**: a-chrysand/image-picker ## Basic Information - **Project Name**: 原初火钳Go - **Description**: 使用Go语言Wails+Vue.js Naive UI制造的火钳。当你用AI(StableDiffusiuon等)练了一大堆垃圾,这个软件可以帮你从垃圾桶里面【稍微快一点(或慢很多)】地捡垃圾。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-05 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README 使用```Go语言```、```Wails```、```Vue.js```、```NaiveUI```制造的火钳,可以帮你从垃圾桶(例如StableDiffusiuon练的一大堆垃圾)里面【随机稍微快一点(或慢很多)】地捡垃圾。 ## About This is the official Wails Vue template. You can configure the project by editing `wails.json`. More information about the project settings can be found here: https://wails.io/docs/reference/project-config ## install requirement 1. install ```go```: make sure system evn GOPATH and GOROOT had been set. (optional) set ```go proxy```: ```go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct``` 2. install ```npm```: 3. install ```wails```: ```go install github.com/wailsapp/wails/v2/cmd/wails@v2.10.1``` 4. update packages: delete ```require ()``` in file ```go.mod```, and run command ```go mod tidy``` ## Live Development 开始开发:直接运行```s.bat``` To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building 开始build:直接运行```r.bat``` To build a redistributable, production mode package, use `wails build`.