macUI/plugins/theme_switcher
yumo 289b279615 Merge branch 'dev_css'
# Conflicts:
#	app/calendar/js/calender.js
#	app/finder/index.css
#	app/finder/index.html
#	component/layer/theme/default/layer.css
#	css/index.css
#	css/index.min.css
#	demo.html
#	img/icon/icloud.png
#	index.html
#	js/index.js
#	js/index.min.js
#	plugins/theme_switcher/theme_switcher.js
2023-12-27 11:41:09 +08:00
..
bg 合并css分支 2020-01-16 14:34:32 +08:00
README.txt 暂存版本,一个优化版本的,美化一堆样式 2022-08-03 21:03:42 +08:00
theme_switcher.css 合并css分支 2020-01-16 14:34:32 +08:00
theme_switcher.html Merge branch 'dev_css' 2023-12-27 11:41:09 +08:00
theme_switcher.js 暂存版本,一个优化版本的,美化一堆样式 2022-08-03 21:03:42 +08:00

README.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
 * 背景图片切换
 * 创意:宝通
 * 润色Yuri2
 * */

 使用说明将theme_switcher.html 作为子页
 比如放在桌面图标或者开始菜单中


 桌面图标的例子:
 <div class="shortcut mac-open-window" data-url="./plugins/theme_switcher/theme_switcher.html">
                 <i class="icon fa fa-fw fa-picture-o blue" ></i>
                 <div class="title">切换壁纸</div>
             </div>


 目录结构

 mac-ui
    -plugins
        -theme_switcher
            -css,js,html.....