docs: add SeedAndDew
parent
b7b362210a
commit
2fb6667593
|
@ -1,13 +1,15 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="sponsorsWrap">
|
<div class='snd-ad'>
|
||||||
<span class="sponsorsTitle">{{title}}</span>
|
<div class="sponsorsWrap">
|
||||||
<ul >
|
<span class="sponsorsTitle">{{title}}</span>
|
||||||
<li class="sponsorsItem">
|
<ul >
|
||||||
<a href="https://tipe.io/?ref=ant-design-vue" target="_blank">
|
<li class="sponsorsItem">
|
||||||
<img width="34" src="https://cdn.tipe.io/tipe/tipe-cat-no-text.svg" alt="tipe">
|
<a href="https://tipe.io/?ref=ant-design-vue" target="_blank">
|
||||||
</a>
|
<img width="34" src="https://cdn.tipe.io/tipe/tipe-cat-no-text.svg" alt="tipe">
|
||||||
</li>
|
</a>
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -31,6 +31,23 @@
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
var SeedAndDewConfig = {};
|
||||||
|
(function() {
|
||||||
|
SeedAndDewConfig['adClass'] = "snd-ad";
|
||||||
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
|
SeedAndDewConfig['projectId'] = '31734ee0-6439-448d-8848-ed99e514f266';
|
||||||
|
SeedAndDewConfig['loadStartTime'] = performance.now();
|
||||||
|
SeedAndDewConfig['apiVersion'] = '2018-05-28'
|
||||||
|
SeedAndDewConfig['sessionId'] = Math.random().toString(36).substring(2, 15);
|
||||||
|
var snd = document.createElement('script');
|
||||||
|
snd.type = 'text/javascript';
|
||||||
|
snd.async = true;
|
||||||
|
snd.src = 'https://www.seedanddew.com/static/embed.min.js';
|
||||||
|
(document.getElementsByTagName('head')[0] ||
|
||||||
|
document.getElementsByTagName('body')[0]).appendChild(snd);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue