Code Monkey home page Code Monkey logo

coin's Introduction

淘宝金币一键领取

演示页面

应用设置简要介绍

网站统计

index.html

<footer>
    <div class="hidden">
        <script>
            // 网站统计代码区域
            var _hmt = _hmt || [];
            (function() {
                var hm = document.createElement("script");
                hm.src = "https://hm.baidu.com/hm.js?aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
                var s = document.getElementsByTagName("script")[0];
                s.parentNode.insertBefore(hm, s);
            })();
        </script>
    </div>
</footer>

样式编辑

css/style.css

body {
    /*移动设备背景图片*/
    background-image: url("//cdn.qnssl.com/uploads/2017-03-03/0000.png");
}
.content {
    /*移动设备中心区域背景颜色*/
    background-color: #ddd;
    /*移动设备中心区域不透明度*/
    opacity: 0.8;
}

@media screen and (min-width: 999px) {
    body {
        /*电脑设备背景图片*/
        background-image: url("//cdn.qnssl.com/uploads/2017-03-03/0001.png");
    }
    .content {
        /*电脑设备中心区域背景颜色*/
        background-color: #ddd;
        /*电脑设备中心区域不透明度*/
        opacity: 0.8;
    }
}

脚本编辑

js/common.js

$(function() {
   $("#page").fadeIn(3000); // 淡入页面
});

功能设置

js/config.js

// 网站设置
var name = "官方网站"; // 网站名称(主站名称)
var home = "http://www.duoduodazhe.com/"; // 网站地址(主页网址)
var ICP = ""; // 网站备案/许可证号(可以不填)。举个栗子:var ICP = "京ICP证030173号-1";
var Mail = ""; // 站长邮箱(用于接收更新提醒)。举个栗子:var Mail = "[email protected]";

// 版本信息(不要修改)
var Version = 20170303;

// 功能设置 开启功能:true 关闭功能:false
var Ads = true; // 显示广告
var BaiduPush = true; // 百度推送
var Clock = true; // 页面时钟
var Remind = true; // 零点提醒
var Share = true; // 分享功能


// 广告设置
// 阿里妈妈(mm_memberid_siteid_adzoneid)
var Pid_Link = "mm_00000000_00000000_00000000"; // 淘宝联盟
var Pid_Window = "mm_00000000_00000000_00000000"; // 橱窗推广

附加功能开发进度

  • 广告开关
  • 百度推送
  • 页面时钟
  • 零点提醒
  • 分享功能
  • 广告设置

版权信息

版权声明

  • 版权归属多多打折
  • 官方网站http://www.duoduodazhe.com/

技术支持

  • 邮箱地址77518290@qq.com

coin's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.