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

Lines changed: 34 additions & 0 deletions

fm/config.xml

Lines changed: 18 additions & 0 deletions
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fm/www/css/index.css

Lines changed: 96 additions & 0 deletions
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

0 commit comments

Comments
 (0)