style: 标准化样式

This commit is contained in:
手瓜一十雪
2024-08-25 21:37:36 +08:00
parent 136e27d655
commit 7b7609a068
7 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ export interface GeneralCallResult {
errMsg: string
}
export interface forceFetchClientKeyRetType extends GeneralCallResult {
export interface ForceFetchClientKeyRetType extends GeneralCallResult {
url: string;
keyIndex: string;
clientKey: string;