Skip to content

Commit

Permalink
Update dto
Browse files Browse the repository at this point in the history
  • Loading branch information
otomad committed Nov 1, 2023
1 parent 1dc399c commit e8c63e2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,25 @@
},
"C_Cpp.default.compilerPath": "",
"turboConsoleLog.addSemicolonInTheEnd": true,
"audioCues.chatRequestSent": "on",
"audioCues.chatResponsePending": "on",
"audioCues.chatResponseReceived": "on",
"audioCues.diffLineDeleted": "on",
"audioCues.diffLineInserted": "on",
"audioCues.diffLineModified": "on",
"audioCues.lineHasBreakpoint": "on",
"audioCues.lineHasError": "on",
"audioCues.lineHasFoldedArea": "on",
"audioCues.lineHasInlineSuggestion": "on",
"audioCues.lineHasWarning": "on",
"audioCues.noInlayHints": "on",
"audioCues.notebookCellCompleted": "on",
"audioCues.notebookCellFailed": "on",
"audioCues.onDebugBreak": "on",
"audioCues.taskCompleted": "on",
"audioCues.taskFailed": "on",
"audioCues.terminalCommandFailed": "on",
"audioCues.terminalQuickFix": "on",
// "vue.codeActions.enabled": false, // 暂时禁用,因为保存时太卡。
// "javascript.updateImportsOnFileMove.enabled": "never",
// "typescript.updateImportsOnFileMove.enabled": "never",
Expand Down
6 changes: 3 additions & 3 deletions composables/api/User/UserControllerDto.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export type UpdateOrCreateUserInfoRequestDto = {
userBannerImage?: string;
/** 用户的个性签名 */
signature?: string;
/** 用户的性别,男、女和自定义(字符串)v */
/** 用户的性别,男、女和自定义(字符串) */
gender?: string;
/** 用户的个人标签 */
label: UserLabelSchema[];
Expand Down Expand Up @@ -154,7 +154,7 @@ export type UpdateOrCreateUserInfoResponseDto = {
userBannerImage?: string;
/** 用户的个性签名 */
signature?: string;
/** 用户的性别,男、女和自定义(字符串)v */
/** 用户的性别,男、女和自定义(字符串) */
gender?: string;
/** 用户的个人标签 */
label?: UserLabelSchema[];
Expand All @@ -179,7 +179,7 @@ export type GetUserInfoByUidResponseDto = {
userBannerImage?: string;
/** 用户的个性签名 */
signature?: string;
/** 用户的性别,男、女和自定义(字符串)v */
/** 用户的性别,男、女和自定义(字符串) */
gender?: string;
/** 用户的个人标签 */
label?: UserLabelSchema[];
Expand Down
4 changes: 2 additions & 2 deletions locales/SChinese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const SChinese = {
move_to: "移动到",
multi_select: "批量选择",
},
feed: "动态",
feed: "关注",
upload: {
_: "投稿",
drag_to_upload: "拖到此处上传",
Expand Down Expand Up @@ -265,7 +265,7 @@ const SChinese = {
title: "标题",
press_enter_to_add: "按回车键添加",
description: "简介",
push_to_feed: "推送到动态",
push_to_feed: "推送给关注的人",
cover: "封面",
select_cover: "选择封面",
follow: "关注",
Expand Down
4 changes: 2 additions & 2 deletions locales/TChinese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const TChinese: LocaleIdentifiers = {
move_to: "移動到",
multi_select: "批量選擇",
},
feed: "發現",
feed: "關注",
upload: {
_: "投稿",
drag_to_upload: "拖到此處上傳",
Expand Down Expand Up @@ -267,7 +267,7 @@ const TChinese: LocaleIdentifiers = {
title: "標題",
press_enter_to_add: "按回車鍵添加",
description: "簡介",
push_to_feed: "推送到動態",
push_to_feed: "推送給關注的人",
cover: "封面",
select_cover: "選擇封面",
follow: "關注",
Expand Down

0 comments on commit e8c63e2

Please sign in to comment.