File tree Expand file tree Collapse file tree 1 file changed +26
-22
lines changed
Expand file tree Collapse file tree 1 file changed +26
-22
lines changed Original file line number Diff line number Diff line change 88 < meta http-equiv ="X-UA-Compatible " content ="IE=Edge "/>
99
1010 {% if local_file() %}
11- < link
12- rel ="stylesheet "
13- title ="default "
14- href ="{{ static(path='amis/sdk.css') }} "
15- />
16- < link
17- rel ="stylesheet "
18- href ="{{ static(path='amis/helper.css') }} "
19- />
20- < script src ="{{ static(path='amis/sdk.js') }} "> </ script >
21- < script src ="{{ static(path='amis/history.js') }} "> </ script >
11+ < link
12+ rel ="stylesheet "
13+ title ="default "
14+ href ="{{ static(path='amis/sdk.css') }} "
15+ />
16+ < link
17+ rel ="stylesheet "
18+ href ="{{ static(path='amis/helper.css') }} "
19+ />
20+ < script src ="{{ static(path='amis/sdk.js') }} "> </ script >
21+ < script src ="{{ static(path='amis/history.js') }} "> </ script >
2222 {% else %}
23- < link
24- rel ="stylesheet "
25- title ="default "
26- href ="https://unpkg.com/amis@beta/sdk/sdk.css "
27- />
28- < link
29- rel ="stylesheet "
30- href ="https://unpkg.com/amis@beta/sdk/helper.css "
31- />
32- < script src ="https://unpkg.com/amis@beta/sdk/sdk.js "> </ script >
33- < script src ="
https://unpkg.com/[email protected] /umd/history.js "
> </ script > 23+ < link
24+ rel ="stylesheet "
25+ title ="default "
26+ href ="https://unpkg.com/amis@beta/sdk/sdk.css "
27+ />
28+ < link
29+ rel ="stylesheet "
30+ href ="https://unpkg.com/amis@beta/sdk/helper.css "
31+ />
32+ < link
33+ rel ="stylesheet "
34+ href ="https://unpkg.com/amis@beta/sdk/iconfont.css "
35+ />
36+ < script src ="https://unpkg.com/amis@beta/sdk/sdk.js "> </ script >
37+ < script src ="
https://unpkg.com/[email protected] /umd/history.js "
> </ script > 3438 {% endif %}
3539 < script src ="https://unpkg.com/vue@2 "> </ script >
3640 < style >
You can’t perform that action at this time.
0 commit comments