mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-01 19:28:14 +08:00
parent
136c3485b0
commit
fb70e6da0f
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -4,6 +4,7 @@
|
||||
"dbaeumer.vscode-eslint",
|
||||
"stylelint.vscode-stylelint",
|
||||
"esbenp.prettier-vscode",
|
||||
"heybourn.headwind"
|
||||
"heybourn.headwind",
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
]
|
||||
}
|
||||
|
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -89,5 +89,11 @@
|
||||
},
|
||||
"[xml]": {
|
||||
"editor.defaultFormatter": "DotJoshJohnson.xml"
|
||||
}
|
||||
},
|
||||
"cSpell.words": [
|
||||
"antd",
|
||||
"borderless",
|
||||
"iconpark",
|
||||
"Postcat"
|
||||
]
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ export class ChatRobotFormComponent {
|
||||
@Input() loading: boolean = false;
|
||||
|
||||
/**
|
||||
* Send message triggle event
|
||||
* Send message trigger event
|
||||
*/
|
||||
@Output() readonly send = new EventEmitter<{ message: string }>();
|
||||
sendMessage() {
|
||||
|
@ -6,7 +6,7 @@ import { storageTab, TabItem } from './tab.model';
|
||||
@Injectable()
|
||||
/**
|
||||
* Storage tab data
|
||||
* All data chagne in this service
|
||||
* All data change in this service
|
||||
*/
|
||||
export class TabStorageService {
|
||||
tabOrder: number[] = [];
|
||||
|
@ -127,7 +127,7 @@ export class EoTabComponent implements OnInit, OnDestroy {
|
||||
]
|
||||
});
|
||||
}
|
||||
//Quick see tabs change in templete,for debug,can be deleted
|
||||
//Quick see tabs change in template,for debug,can be deleted
|
||||
// ! just for debug
|
||||
getConsoleTabs() {
|
||||
const tabs = [];
|
||||
@ -163,7 +163,7 @@ export class EoTabComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Get Tab id by child component resource id
|
||||
*
|
||||
* @param uuid queryparams uuid
|
||||
* @param uuid queryParams uuid
|
||||
* @returns
|
||||
*/
|
||||
getTabByParamsID(uuid: TabItem['params']['uuid']) {
|
||||
|
Loading…
Reference in New Issue
Block a user