mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-12 00:59:41 +08:00
- DataGrid 新增表格/JSON/文本视图切换,支持 JSON 与文本模式编辑回写 - 修复展开 SQL 日志后横向滚动条异常及末行被遮挡问题 - 新增导入预览与进度导入接口,支持 CSV/JSON/Excel 文件 - 补充 Wails 绑定与 excelize 依赖更新
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"name": "@wailsapp/runtime",
|
|
"version": "2.0.0",
|
|
"description": "Wails Javascript runtime library",
|
|
"main": "runtime.js",
|
|
"types": "runtime.d.ts",
|
|
"scripts": {
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wailsapp/wails.git"
|
|
},
|
|
"keywords": [
|
|
"Wails",
|
|
"Javascript",
|
|
"Go"
|
|
],
|
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wailsapp/wails/issues"
|
|
},
|
|
"homepage": "https://github.com/wailsapp/wails#readme"
|
|
}
|