﻿$(function() {
$.Lightbox.construct({
        show_linkback: true,
        text: {
            image: 'Photo',
            close: '[CLOSE]',
            closeInfo: '您也可以在图片外的任何地方点击以关闭预览',
            download: '点击下载图片',
            help: {
                close: '点击关闭',
                interact: ''
            },
            about: {
                text: '',
                title: '',
                link: ''
            }
        }
    });
});
