通用爬虫标注平台

cuiyalong 262ff8c63d feat: 定义客户端调用 10 bulan lalu
build 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
frontend 262ff8c63d feat: 定义客户端调用 10 bulan lalu
tpl 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
.gitignore 9c533675cf 忽略文件提交 10 bulan lalu
README.md 6fbb71d247 first commit 10 bulan lalu
ai.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
ai_test.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
app.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
browser.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
cert.pem 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
data.db 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
db.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
go.mod 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
go.sum 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
key.pem 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
main.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
server.go 87870f8ce0 新增爬虫列表信息查询方法 10 bulan lalu
service.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
types.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
vm.go 3a3dc31e51 通用爬虫标注平台 10 bulan lalu
wails.json 3a3dc31e51 通用爬虫标注平台 10 bulan lalu

README.md

README

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

Live Development

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

To build a redistributable, production mode package, use wails build.