You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
297 B

{%- if theme.leancloud.app_id and theme.leancloud.app_key -%}
<script src="//cdn1.lncld.net/static/js/3.1.1/av-min.js"></script>
<script id="leancloud">
AV.init({
appId: "{{ theme.leancloud.app_id }}",
appKey: "{{ theme.leancloud.app_key }}"
});
</script>
{%- endif -%}