mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
Prompt
This commit is contained in:
parent
3ffbd449df
commit
fd6878d8d0
@ -81,5 +81,6 @@ export { default as Tree } from './tree/Tree.jsx';
|
||||
// window
|
||||
export { default as Alert } from './window/Alert.jsx';
|
||||
export { default as Confirm } from './window/Confirm.jsx';
|
||||
export { default as Prompt } from './window/Prompt.jsx';
|
||||
export { default as Toast } from './window/Toast.jsx';
|
||||
export { default as Window } from './window/Window.jsx';
|
||||
@ -50,6 +50,10 @@ Application.prototype.toast = function (text) {
|
||||
}, 5000);
|
||||
};
|
||||
|
||||
Application.prototype.alert = function (text, callback) {
|
||||
|
||||
};
|
||||
|
||||
// ----------------------- 记录日志 --------------------------------
|
||||
|
||||
Application.prototype.log = function (content) { // 普通日志
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user