文件名称:bug-reporter
文件大小:411KB
文件格式:ZIP
更新时间:2024-06-01 10:59:13
foundry-vtt foundryvtt JavaScript
:bug: 错误报告者 该模块允许用户搜索晶圆代工UI中的模块或系统,有时还会创建github / gitlab问题。 特征 如果用户不是最新用户,则表单将显示警告。 清单中具有兼容bugs URL的任何模块或系统都将显示指向该模块的github / gitlab问题列表的链接。 对于选择的模块,Foundry中的表单将在首先在该软件包的问题列表中搜索相似的匹配项后提交错误报告。 包开发人员信息 我该如何选择加入? 在清单的bugs字段中有一个指向github或gitlab存储库问题页面的URL。 在清单json中添加allowBugReporter: true 。 例子: " bugs " : " https://github.com/Ethck/legendary-training-wheels/issues " , " allowBugReporter " : true
【文件预览】:
bug-reporter-master
----README.md(3KB)
----Module()
--------main.js(18KB)
--------module.json(2KB)
--------templates()
--------style.css(3KB)
--------lang()
----.github()
--------workflows()
----form-flow.png(243KB)
----cover-image.jpg(143KB)
----LICENSE(1KB)
----sourceLICENSE(11KB)
----FoundryVttBugReporterApi()
--------ReportBugFunction.cs(7KB)
--------FoundryVttBugReporterApi.sln(1KB)
--------FoundryVttBugReporterApi.csproj(800B)
--------VersionInformation.cs(356B)
--------BugReport.cs(658B)
--------host.json(231B)
----simpleWebServer.py(2KB)