Skip to content

Commit 7eb06cf

Browse files
Merge branch 'tusen-ai:main' into main
2 parents 40ef22c + 2f4cd55 commit 7eb06cf

File tree

123 files changed

+3644
-558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+3644
-558
lines changed

.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐞 错误报告
22
description: 报告 naive-ui 的问题
3-
labels: [未分类]
3+
labels: [untriaged]
44
body:
55
- type: markdown
66
attributes:
@@ -37,7 +37,7 @@ body:
3737
id: system-info
3838
attributes:
3939
label: 系统信息
40-
description: `npx envinfo --system --npmPackages 'naive-ui,vue' --binaries --browsers` 命令的输出
40+
description: "`npx envinfo --system --npmPackages 'naive-ui,vue' --binaries --browsers` 命令的输出"
4141
render: Shell
4242
placeholder: 系统信息,二进制文件,浏览器
4343
validations:

.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🚀 新功能请求
22
description: 提议将新功能添加到 Naive UI
3-
labels: [功能请求]
3+
labels: [feature request]
44
body:
55
- type: markdown
66
attributes:

.github/workflows/node.js.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
lint:
1414
environment: test
1515

16-
runs-on: ubuntu-latest
16+
runs-on: macos-14
1717

1818
strategy:
1919
matrix:
20-
node-version: [18]
20+
node-version: [18, 20]
2121
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2222
steps:
2323
- uses: actions/checkout@v3
@@ -38,11 +38,11 @@ jobs:
3838
test:
3939
environment: test
4040

41-
runs-on: ubuntu-latest
41+
runs-on: macos-14
4242

4343
strategy:
4444
matrix:
45-
node-version: [18]
45+
node-version: [18, 20]
4646
steps:
4747
- uses: actions/checkout@v3
4848

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

0 commit comments

Comments
 (0)