You've already forked DataMate
build(lsf): 添加 Label Studio Frontend 构建文件和版本信息
- 新增 478.chunk.js 构建文件,包含 Label Studio 核心功能 - 添加 version.json 文件记录构建版本信息 - 版本信息包含提交消息、提交哈希、分支名称和构建日期 - 修复 LSDV-4887 任务视图分组 bug
This commit is contained in:
@@ -17,20 +17,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<!--
|
||||
本地静态资源(推荐生产环境离线/内网部署):
|
||||
- 当前锁定版本:label-studio-frontend@1.7.1
|
||||
- 资源来源(示例):
|
||||
- https://unpkg.com/label-studio-frontend@1.7.1/dist/lsf/css/main.css
|
||||
- https://unpkg.com/label-studio-frontend@1.7.1/dist/lsf/js/main.js
|
||||
- 放置目录:frontend/public/lsf/lsf/
|
||||
- 建议一并放入(避免运行时按需加载 404):
|
||||
- version.json
|
||||
- css/main.css(可选:main.css.map)
|
||||
- js/main.js(可选:main.js.map、main.js.LICENSE.txt)
|
||||
- js/478.chunk.js(可选:478.chunk.js.map)
|
||||
- js/decode-audio.wasm
|
||||
-->
|
||||
<link rel="stylesheet" href="./lsf/css/main.css" />
|
||||
<script src="./lsf/js/main.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user