Skip to content

Commit cb54868

Browse files
authored
Merge pull request #1 from EzStars/feature/ni0duann
Feature/ni0duann
2 parents 7454347 + 2786a27 commit cb54868

7 files changed

Lines changed: 469 additions & 6 deletions

File tree

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/silver-rice-lay.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'monitor-node': major
3+
'monitor-sdk': major
4+
'monitor-web': major
5+
---
6+
7+
SDK性能监控功能集成

docs/about.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const members = [
1212
{
1313
avatar: 'https://avatars.githubusercontent.com/u/146628596?v=4',
1414
name: 'Ni0duann',
15-
title: 'EzStars member',
15+
title: '💻 Frontend Developer',
1616
links: [
1717
{ icon: 'github', link: 'https://github.com/Ni0duann' },
1818
// { icon: 'twitter', link: 'https://twitter.com/youyuxi' }
@@ -21,10 +21,18 @@ const members = [
2121
{
2222
avatar: 'https://avatars.githubusercontent.com/u/109895777?v=4',
2323
name: 'Zero1017',
24-
title: 'EzStars member',
24+
title: '🎨 Frontend Designer',
2525
links: [
2626
{ icon: 'github', link: 'https://github.com/Eomnational' }
2727
]
28+
},
29+
{
30+
avatar: 'https://avatars.githubusercontent.com/u/122375177?v=4',
31+
name: 'zihuv',
32+
title: '🛠️ Backend Developer',
33+
links: [
34+
{ icon: 'github', link: 'https://github.com/zihuv' }
35+
]
2836
}
2937
// 可以继续添加更多成员
3038
]

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export default defineConfig([
1515
'@typescript-eslint/no-explicit-any': 'off', // 可以设置为 "error" 完全禁止使用
1616
},
1717
},
18-
globalIgnores(['node_modules', '.turbo', '**/dist/']),
18+
globalIgnores(['node_modules', '.turbo', '**/dist/', 'docs']),
1919
]);

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"typescript": "^5.8.2"
3838
},
3939
"devDependencies": {
40+
"@changesets/cli": "^2.28.1",
4041
"@commitlint/cli": "^19.8.0",
4142
"@commitlint/config-conventional": "^19.8.0",
4243
"commitizen": "^4.3.1",

0 commit comments

Comments
 (0)