Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 修改单词和 star 提示文案 #2398

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/issue_welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
issue-number: ${{ github.event.issue.number }}
body: |
Hi @${{ github.event.issue.user.login }}, Please star this repo if you find it useful! Thanks :star:!
你好~ @${{ github.event.issue.user.login }} 🌟 给力支持一下吧!如果这个仓库对你有帮助,别忘了献上你的小星星 ⭐!你的每一颗星都是对我们努力的最美好认可!感谢你的闪亮赞赏!🌟
你好~ @${{ github.event.issue.user.login }} 🌟 如果这个仓库对你有帮助,可以给我们点个star支持一下~你的支持对我们来说是最大的鼓励,感谢你的支持与点赞 🌟
2 changes: 1 addition & 1 deletion CODE_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class ALayer {

```typescript
/**
* @dedeprecated
* @deprecated
* 描述替代 API 方案
*/
function getMapCenter() {}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://l7.antv.antgroup.com/tutorial/quickstart">教程</a> •
<a href="https://l7.antv.antgroup.com/api/scene">文档</a> •
<a href="https://l7.antv.antgroup.com/examples">示例</a> •
<a href="./.github/CONTRIBUTING.md">贡献</a>
<a href="./CONTRIBUTING.md">贡献</a>
</p>

![L7 demo](https://gw.alipayobjects.com/mdn/rms_855bab/afts/img/A*S-73QpO8d0YAAAAAAAAAAABkARQnAQ)
Expand Down
Loading