Skip to content

Commit 60972a6

Browse files
committed
chore: 同步dev代码
1 parent 23dcfe1 commit 60972a6

File tree

137 files changed

+2290
-1962
lines changed

Some content is hidden

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

137 files changed

+2290
-1962
lines changed

.all-contributorsrc

+54
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,60 @@
636636
"contributions": [
637637
"doc"
638638
]
639+
},
640+
{
641+
"login": "hu-qi",
642+
"name": "huqi",
643+
"avatar_url": "https://avatars.githubusercontent.com/u/17986122?v=4",
644+
"profile": "https://github.com/hu-qi",
645+
"contributions": [
646+
"doc"
647+
]
648+
},
649+
{
650+
"login": "tsinghua-lau",
651+
"name": "Mao Tao",
652+
"avatar_url": "https://avatars.githubusercontent.com/u/43164478?v=4",
653+
"profile": "https://github.com/tsinghua-lau",
654+
"contributions": [
655+
"doc"
656+
]
657+
},
658+
{
659+
"login": "Darkingtail",
660+
"name": "Darkingtail",
661+
"avatar_url": "https://avatars.githubusercontent.com/u/51188676?v=4",
662+
"profile": "https://github.com/Darkingtail",
663+
"contributions": [
664+
"bug"
665+
]
666+
},
667+
{
668+
"login": "hashiqi12138",
669+
"name": "hashiqi",
670+
"avatar_url": "https://avatars.githubusercontent.com/u/52161363?v=4",
671+
"profile": "https://github.com/hashiqi12138",
672+
"contributions": [
673+
"bug"
674+
]
675+
},
676+
{
677+
"login": "discreted66",
678+
"name": "liukun",
679+
"avatar_url": "https://avatars.githubusercontent.com/u/190872652?v=4",
680+
"profile": "https://github.com/discreted66",
681+
"contributions": [
682+
"code"
683+
]
684+
},
685+
{
686+
"login": "lcy0620",
687+
"name": "lcy0620",
688+
"avatar_url": "https://avatars.githubusercontent.com/u/188683944?v=4",
689+
"profile": "https://github.com/lcy0620",
690+
"contributions": [
691+
"code"
692+
]
639693
}
640694
],
641695
"contributorsPerLine": 8,

.cursor/rules/global.mdc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
7+
作为一个很专业的高级前端开发工程师,从专业的角度出发解决需求和问题。

.cursor/rules/product.mdc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: 用于写产品需求和开发文档
3+
globs:
4+
alwaysApply: false
5+
---
6+
7+
# 文档需求编写
8+
9+
- 需求尽量写的简单清晰易懂一写
10+
- 在需求设计阶段遵从逐步迭代的原则,早期版本可以尽量简洁一些

0 commit comments

Comments
 (0)