Skip to content

Commit

Permalink
📝 更新域名
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Aug 12, 2024
1 parent 1ad16f9 commit 9825bda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## 贯彻落实

如遇滥用、骚扰等不当行为,请通过 <contact@kiramibot.dev> 向我们举报。我们将迅速审议并调查全部投诉。
如遇滥用、骚扰等不当行为,请通过 <contact@kirami.bot> 向我们举报。我们将迅速审议并调查全部投诉。

社区全体负责人有义务保密举报者信息。

Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 文档

- [官方文档](https://kiramibot.dev/docs)
- [官方文档](https://kirami.bot/docs)

### 聊天

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<a href="https://kiramibot.dev/">
<a href="https://kirami.bot/">
<p>
<img src="https://raw.githubusercontent.com/A-kirami/KiramiBot/main/assets/logo.svg" width="180" height="180" alt="KiramiBot Logo">
</p>
Expand Down Expand Up @@ -42,11 +42,11 @@
<img src="https://github.com/A-kirami/KiramiBot/actions/workflows/ruff.yml/badge.svg?branch=main&event=push" alt="ruff">
</a>
<br />
<a href="https://kiramibot.dev" target="__blank">
<a href="https://kirami.bot" target="__blank">
<strong>📖 官方文档</strong>
</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://kiramibot.dev/docs/guide/start/installation" target="__blank">
<a href="https://kirami.bot/docs/guide/start/installation" target="__blank">
<strong>🚀 快速开始</strong>
</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
Expand Down Expand Up @@ -89,13 +89,13 @@ KiramiBot 是一个功能强大的机器人框架,它可以帮助你创建自
#### Linux, macOS, Windows (WSL)

```bash
curl -sSL https://install.kiramibot.dev | python3 -
curl -sSL https://install.kirami.bot | python3 -
```

#### Windows (Powershell)

```powershell
(Invoke-WebRequest -Uri https://install.kiramibot.dev -UseBasicParsing).Content | py -
(Invoke-WebRequest -Uri https://install.kirami.bot -UseBasicParsing).Content | py -
```

### 创建项目
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ dependencies = [
]

[project.urls]
homepage = "https://kiramibot.dev"
homepage = "https://kirami.bot"
repository = "https://github.com/A-kirami/KiramiBot"
documentation = "https://kiramibot.dev/docs"
documentation = "https://kirami.bot/docs"

[tool.pdm.dev-dependencies]
dev = [
Expand Down

0 comments on commit 9825bda

Please sign in to comment.