efront 3.34.8 → 3.34.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/moue/home/index2.vue +3 -3
- package/apps/moue/index.html +8 -0
- package/coms/basic/#loader.js +1 -9
- package/coms/basic/assert.js +1 -1
- package/coms/basic_/readme.md +12 -7
- package/coms/kugou/song.less +9 -3
- package/coms/zimoli/button.js +1 -1
- package/coms/zimoli/grid.js +2 -2
- package/coms/zimoli/moue.js +1 -1
- package/coms/zimoli/on.js +1 -1
- package/coms/zimoli/text.js +8 -3
- package/data/packexe-setup.sfx +0 -0
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/apps/speak/index.html +0 -21
- package/apps/speak/main.js +0 -5
package/apps/speak/index.html
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<!--
|
|
3
|
-
http://efront.cc
|
|
4
|
-
-->
|
|
5
|
-
<html lang="zh-CN">
|
|
6
|
-
|
|
7
|
-
<head>
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
-
<meta charset="utf-8" />
|
|
10
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
-
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
12
|
-
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
-
<title>扩音器</title>
|
|
14
|
-
<script deleteoncompile efrontloader>
|
|
15
|
-
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
-
</script>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body scroll=no max-render=1440></body>
|
|
20
|
-
|
|
21
|
-
</html>
|