Skip to content

Commit acce24d

Browse files
committed
chore(ci): auto license header
1 parent f45cbaa commit acce24d

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["esbenp.prettier-vscode", "psioniq.psi-header"]
3+
}

.vscode/settings.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,34 @@
55
"source.fixAll.eslint": "explicit"
66
},
77
"editor.defaultFormatter": "esbenp.prettier-vscode"
8-
}
8+
},
9+
"psi-header.config": {
10+
"forceToTop": true
11+
},
12+
"psi-header.changes-tracking": {
13+
"isActive": true,
14+
"excludeGlob": ["node_modules/**", "dist/**", "build/**", "out/**"],
15+
"autoHeader": "manualSave"
16+
},
17+
"psi-header.templates": [
18+
{
19+
"language": "javascript",
20+
"template": [
21+
"Copyright (c) 2025 Bytedance, Inc. and its affiliates.",
22+
"SPDX-License-Identifier: Apache-2.0"
23+
]
24+
},
25+
{
26+
"language": "typescript",
27+
"mapTo": "javascript"
28+
},
29+
{
30+
"language": "typescriptreact",
31+
"mapTo": "javascript"
32+
},
33+
{
34+
"language": "javascriptreact",
35+
"mapTo": "javascript"
36+
}
37+
]
938
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.2",
44
"private": true,
55
"packageManager": "pnpm@9.10.0",
6-
"description": "Control your computer with Agent",
6+
"description": "A GUI Agent application based on UI-TARS(Vision-Lanuage Model) that allows you to control your computer using natural language.",
77
"main": "./dist/main/main.js",
8-
"author": "jinxin001",
8+
"author": "ByteDance",
99
"scripts": {
1010
"commit": "oco",
1111
"format": "prettier --write .",

0 commit comments

Comments
 (0)