打包Demo

This commit is contained in:
街角小林 2024-07-03 11:34:16 +08:00
parent bc1cf71eaa
commit de29ec59c5
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
id: 'KRO0WxK8GT66tYCQ', id: 'KRO0WxK8GT66tYCQ',
ck: 'KRO0WxK8GT66tYCQ', ck: 'KRO0WxK8GT66tYCQ',
autoTrack: false autoTrack: false
})</script><link href="dist/css/chunk-vendors.css?dd8fa3cd99060d550179" rel="stylesheet"><link href="dist/css/app.css?dd8fa3cd99060d550179" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => { })</script><link href="dist/css/chunk-vendors.css?0bb67cd09dcd42d2c297" rel="stylesheet"><link href="dist/css/app.css?0bb67cd09dcd42d2c297" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
setTimeout(() => { setTimeout(() => {
resolve({ resolve({
@ -70,4 +70,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件 // 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面 // 实例化页面
window.initApp() window.initApp()
}</script><script src="dist/js/chunk-vendors.js?dd8fa3cd99060d550179"></script><script src="dist/js/app.js?dd8fa3cd99060d550179"></script></body></html> }</script><script src="dist/js/chunk-vendors.js?0bb67cd09dcd42d2c297"></script><script src="dist/js/app.js?0bb67cd09dcd42d2c297"></script></body></html>

View File

@ -194,8 +194,8 @@ export default {
'associativeLine', 'associativeLine',
'formula', 'formula',
// 'attachment', // 'attachment',
'outerFrame',
'annotation', 'annotation',
'outerFrame'
], ],
horizontalList: [], horizontalList: [],
verticalList: [], verticalList: [],