4 Star 12 Fork 6

Bytedance Inc./UI-TARS-desktop

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.commitlintrc.cjs 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* Copyright (c) 2025 Bytedance, Inc. and its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-empty': [0],
'scope-enum': [2, 'always'],
'type-enum': [
2,
'always',
[
'feat',
'style',
'fix',
'docs',
'chore',
'refactor',
'ci',
'test',
'revert',
'perf',
'release',
'tweak',
],
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/UI-TARS-desktop.git
git@gitee.com:ByteDance/UI-TARS-desktop.git
ByteDance
UI-TARS-desktop
UI-TARS-desktop
main

搜索帮助