haimian_landing/readme-localhost.md

12 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1. 广告渠道的pixel。 见google tag文件将里边的代码放在页面head里就可以 √
2. 打点及文件下载。 在helpers.js中打点方法为BILog, 打点的触发时机在themes.js中。 页面加载的时候上传BILog
3. 文件下载。 在helper.js中 下载文件根据url中传入的clickid转化成clickcode添加到下载的文件安装包上 下载的时候上传BILog
3. cookie consent。 html和多语言翻译见cookie.json footer-cookie.php cookie.js √
# 使用方法
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="module" src="./index.js"></script>
<link rel="stylesheet" type="text/css" src="./index.css"/>