feat(notification): migrated notification module from plugins to built-in

This commit is contained in:
Marvin Zhang
2022-10-06 14:59:41 +08:00
parent 7b8c54aab7
commit e2e50ea510
6 changed files with 73 additions and 102 deletions

View File

@@ -23,7 +23,7 @@
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"atom-material-icons": "^3.0.0",
"codemirror": "^5.59.1",
"crawlab-ui": "0.6.0-13",
"crawlab-ui": "0.6.0-14",
"echarts": "^5.1.2",
"element-plus": "^1.3.0-beta.10",
"vue": "^3.2",

View File

@@ -13,6 +13,8 @@
window.VUE_APP_INIT_BAIDU_TONGJI = '<%= VUE_APP_INIT_BAIDU_TONGJI %>';
</script>
<script src="/js/vue3-sfc-loader.js"></script>
<script src="simplemde/simplemde.js"></script>
<link href="simplemde/simplemde.css" rel="stylesheet">
<style>
#loading-placeholder {
position: fixed;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long