Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 1ae5c31

Browse files
committed
2016.7.7 Go Public
1 parent 6a74753 commit 1ae5c31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+8694
-0
lines changed

README.MD

+34

fm/config.xml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<widget id="anpho.baidufm" version="0.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets">
3+
<name>MusicBox</name>
4+
<name xml:lang="zh-CN">音乐随心听</name>
5+
<author>anpho</author>
6+
<description>Free online Music</description>
7+
<description xml:lang="zh-CN">百度音乐随心听客户端</description>
8+
<content src="index.html" />
9+
<preference name="AutoHideSplashScreen" value="false" />
10+
<preference name="ChildBrowser" value="enable" />
11+
<preference name="DiskCache" value="enable" />
12+
<preference name="HideKeyboardFormAccessoryBar" value="disable" />
13+
<preference name="Orientation" value="portrait" />
14+
<preference name="PopupBlocker" value="disable" />
15+
<preference name="WebSecurity" value="disable" />
16+
<icon src="img/114.png" />
17+
<rim:splash src="img/dot.png" />
18+
</widget>

fm/www/about.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div data-bb-type="screen">
2+
<div data-bb-type="round-panel">
3+
<div data-bb-type="panel-header">关于</div>
4+
<p>本应用依托于百度音乐随身听服务进行开发,所有音乐文件版权均属于百度音乐及/或其所有人所有。</p>
5+
<p>本应用基于BlackBerry WebWorks 2.0技术构建,使用bbUI.js作为UI呈现框架。</p>
6+
<p>本应用的开发中,使用了开源的NetBeans 8.0 IDE,其对个人及商业用户均为免费授权。应用内部分图标取自buatoom的Flat-Icons,其授权为Free for commercial use(商业用户免费使用),作者网站位于http://dribbble.com/buatoom,应用程序图标取自Prakhar Mishra的Ray-tech-icons,其授权为Creative Commons Attribution 3.0 Unported License,作者网站位于 http://thechampishere03.deviantart.com。</p>
7+
<p>由于百度音乐服务政策,本应用仅供国内用户下载使用,对国际用户不提供任何支持与技术保证。使用中如遇任何技术问题或建议,请发邮件告知。为了确保你的反馈能被受理,请勿通过BlackBerry World提交任何建议或问题。</p>
8+
</div>
9+
<div data-bb-type="action-bar" data-bb-back-caption="返回" >
10+
</div>
11+
</div>

fm/www/css/bbui-min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fm/www/css/index.css

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
body {
2+
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
3+
}
4+
5+
.invisable {
6+
display: none;
7+
}
8+
9+
.twocolumn {
10+
display: table;
11+
width: 100%;
12+
}
13+
.twocolumn>div:first-child {
14+
display: inline-block;
15+
line-height: 3em;
16+
float: left;
17+
}
18+
.twocolumn>div:last-child {
19+
display: inline-block;
20+
line-height: 3em;
21+
float: right;
22+
}
23+
24+
.channel {
25+
26+
}
27+
28+
.playing {
29+
30+
}
31+
#lyrics {
32+
height: 1020px;
33+
text-align: center;
34+
}
35+
#channelpanel {
36+
height: 1020px;
37+
}
38+
39+
#favpanel {
40+
height: 1020px;
41+
}
42+
43+
#historypanel{
44+
height: 1020px;
45+
}
46+
47+
#lyrics>div>div {
48+
line-height: 1.2em;
49+
min-height: 1.2em;
50+
height:auto;
51+
-webkit-animation: bbUI-fade-in 0.4s ease-in;
52+
}
53+
@media screen and (width:720px) and (height:720px){
54+
#lyrics{
55+
height:500px;
56+
}
57+
58+
#channelpanel {
59+
height: 500px;
60+
}
61+
62+
#favpanel {
63+
height: 500px;
64+
}
65+
66+
#historypanel{
67+
height: 500px;
68+
}
69+
}
70+
71+
.fav {
72+
73+
}
74+
75+
.playlist {
76+
77+
}
78+
79+
.highlight {
80+
color: #fff;
81+
-webkit-stroke-width: 5.3px;
82+
-webkit-stroke-color: #FFFFFF;
83+
-webkit-fill-color: #FFFFFF;
84+
text-shadow: 0px 0px 30px yellow;
85+
-webkit-transition: width 0.3s; /*Safari & Chrome*/
86+
/*font-weight: bold;*/
87+
}
88+
89+
.panel{
90+
-webkit-animation: bbUI-fade-in 0.1s linear;
91+
}
92+
93+
#actind {
94+
width: 100%;
95+
-webkit-animation: bbUI-fade-in 0.1s linear;
96+
}

fm/www/img/114.png

23.3 KB

fm/www/img/dot.png

156 Bytes

fm/www/img/email.png

2.8 KB

fm/www/img/ic_add_favorite.png

1.07 KB

fm/www/img/ic_browser.png

1.77 KB

fm/www/img/ic_buy.png

1000 Bytes

fm/www/img/ic_copy_link.png

940 Bytes

fm/www/img/ic_delete.png

896 Bytes

fm/www/img/ic_done.png

943 Bytes

fm/www/img/ic_download.png

1.15 KB

fm/www/img/ic_edit_favorite.png

1.25 KB

fm/www/img/ic_email.png

952 Bytes

fm/www/img/ic_favorite.png

1000 Bytes

fm/www/img/ic_feedback.png

2.86 KB

fm/www/img/ic_help.png

1.65 KB

fm/www/img/ic_history.png

1.34 KB

fm/www/img/ic_home.png

949 Bytes

fm/www/img/ic_info.png

1.57 KB

fm/www/img/ic_location.png

1.17 KB

fm/www/img/ic_lock.png

759 Bytes

fm/www/img/ic_next.png

930 Bytes

fm/www/img/ic_open.png

669 Bytes

fm/www/img/ic_open_link.png

722 Bytes

fm/www/img/ic_pause.png

449 Bytes

fm/www/img/ic_play.png

837 Bytes

fm/www/img/ic_previous.png

924 Bytes

fm/www/img/ic_reload.png

1.21 KB

fm/www/img/ic_rotate.png

1.24 KB

fm/www/img/ic_save.png

871 Bytes

fm/www/img/ic_scan_barcode.png

836 Bytes

fm/www/img/ic_search.png

1.39 KB

fm/www/img/ic_settings.png

1.34 KB

fm/www/img/ic_share.png

1.19 KB

fm/www/img/ic_speaker.png

1.21 KB

fm/www/img/ic_speaker_mute.png

1.03 KB

fm/www/img/ic_stop.png

344 Bytes

fm/www/img/ic_to_bottom.png

959 Bytes

fm/www/img/ic_to_top.png

908 Bytes

fm/www/img/ic_view_details.png

315 Bytes

fm/www/img/ic_view_grid.png

401 Bytes

fm/www/img/ic_view_image.png

1.16 KB

fm/www/img/ic_view_list.png

3.19 KB

fm/www/img/info.png

3.67 KB

fm/www/img/pro.png

2.49 KB

fm/www/img/settings.png

4.37 KB

fm/www/img/star.png

3.91 KB

fm/www/index.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<link href="css/bbui-min.css" rel="stylesheet" type="text/css"/>
6+
<link href="css/index.css" rel="stylesheet" type="text/css"/>
7+
<title>Baidu FM</title>
8+
</head>
9+
<body>
10+
<script type="text/javascript" src="cordova.js"></script>
11+
<script src="js/bfb_bootstrap.js" type="text/javascript"></script>
12+
<script type="text/javascript" src="js/index.js"></script>
13+
<script src="js/app.js" type="text/javascript"></script>
14+
<script src="js/bbui-min.js" type="text/javascript"></script>
15+
<script src="js/md5.js" type="text/javascript"></script>
16+
<script src="js/fm.js" type="text/javascript"></script>
17+
<script src="js/invoke.js" type="text/javascript"></script>
18+
<script src="js/jquery-2.1.0.min.js" type="text/javascript"></script>
19+
<script type="text/javascript">
20+
app.initialize();
21+
</script>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)