-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
## 公告 (2025-1-1 00:00) | ||
## 公告 (2025-1-6 22:30) | ||
|
||
## 新年快乐 | ||
|
||
祝大家 2025 新年快乐! | ||
|
||
### 存在问题 | ||
|
||
- 目前 `秒退` 相关功能已经无法使用。(包括 `最后一秒秒退` 以及 `秒退`) | ||
- 目前 `秒退` 相关功能已经无法使用。(包括 `最后一秒秒退` 以及 `秒退`)。目前该功能已无法修复,将于后续版本中移除。 | ||
|
||
## 声明 | ||
|
||
欢迎使用 League Akari。 | ||
|
||
QQ 群聊:[301157623](https://qm.qq.com/q/F1Xv85etlm) (密码:akari) | ||
QQ 群聊 (1):[301157623](https://qm.qq.com/q/F1Xv85etlm) (密码:akari) | ||
QQ 群聊 (2):[1021970497](https://qm.qq.com/q/SWfPsyeyKy) (密码:akari) | ||
|
||
本软件是开源软件,遵循 GPL-3.0 协议。 | ||
|
||
本软件为**免费软件**,不提供任何形式的付费服务,无任何捐赠或赞助渠道。 | ||
本软件为**免费软件**,无付费项目。若您从任何渠道购买了本软件,请立即退款。 | ||
|
||
支持此软件请 Star 本项目 ❤️。 | ||
支持此软件请 [Star](https://github.com/Hanxven/LeagueAkari) 本项目 ❤️。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import 'naive-ui' | ||
|
||
declare module 'naive-ui' { | ||
interface TabPaneSlots { | ||
tab?: () => VNode[] | ||
} | ||
} |