|
ZT from http://forums.precentral.net/web ... addons-1-3-1-a.html
/ s) ?5 m- X, [7 |- u
% E9 w3 K0 I' |# x' l& HPalm在1.3.1更改了全局搜索设置,使之更加容易添加新的搜索。& l: h- {/ n8 {8 q" m, F
这里以增加 IMDB 搜索为例.- --- .orig/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
- M' [; @4 {1 x ` - +++ /usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
$ I1 g: ^- `4 [, A- J6 P - @@ -46,6 +46,7 @@
& \! Y. b4 n& P$ ]1 i - this.limit=40;
* E1 ]& v$ [; ]/ z" B - this.URLs = {
% w8 w! e- N: X! |0 _6 i) ^5 |. F# p - 'google':$L("www.google.com/m/search?client=ms-palm-webOS&channel=iss&q="),
& j0 T% x' L$ ]/ p% `5 E - + 'imdb':$L("http://www.imdb.com/find?s=all&q="),( | h! s7 b9 r8 m# Z
- 'wikipedia':$L("http://en.m.wikipedia.org/wiki/Special:Search?search="),; m5 G; G+ c+ n8 o6 \
- 'twitter': $L("http://search.twitter.com/search?q="),
: s* _3 Z* r4 q; s - 'yahoo': $L("http://search.yahoo.com/search?p="),3 `$ t, y P0 |' {
- @@ -130,6 +131,7 @@" {' n) b& Q- Z2 t
-
) G, {. A% a) [3 ]' y b$ h* V& y& z - this.searchEngineList = [{id:"google",title:"Google",imgFile:"images/search-google.png", showImage:"block", showName:"none"},
$ S: R4 W1 @1 t* B - {id:"map",title:"Google Maps",imgFile:"images/search-maps.png", showImage:"block", showName:"none"},/ S* u" W$ V/ M
- + {id:"imdb",title:"IMDB",imgFile:"images/search-imdb.png", showImage:"block", showName:"none"},
) V* i/ E. S: h) D& f$ e! _% l - {id:"wikipedia",title:"Wikipedia",imgFile:"images/search-wikipedia.png", showImage:"block", showName:"none"},
# g& v3 V5 F3 J; c# ` - {id:"twitter",title:"Twitter",imgFile:"images/search-twitter.png", showImage:"block", showName:"none"}) Z5 x( |. y; V( L: [
- ];- ^7 V2 }2 G8 A
& B3 ?& U+ V, [ D4 }. }3 _- --- .orig/usr/lib/luna/system/luna-applauncher/stylesheets/global-search.css' D' I# _9 z# ~2 e/ z% F
- +++ /usr/lib/luna/system/luna-applauncher/stylesheets/global-search.css
% v: U6 J) b: {! S' K - @@ -139,6 +139,12 @@. h7 w4 ?/ L" W# _/ O
- background: url(../images/search-google.png) center center no-repeat;% W0 P3 U/ U: Q6 I. N
- }( d6 X I5 w# y( P$ E
-
0 h8 A6 D1 s! G9 |; y - +.palm-group.search .search-imdb { 9 h4 M4 F! `; ^
- + width: 100%;
m2 I9 I% K( q1 n1 V: h - + height: 52px;
% h6 A% w; w( l& \; S7 C$ D - + background: url(../images/search-imdb.png) center center no-repeat;
x' V: l" w: [: Z# S7 @& l - +}
3 _, |7 v% r( C - +5 }" u; D$ N! ]$ _+ [
- .palm-group.search .search-maps { / a8 j( L H2 W4 Q* X6 c
- width: 100%;
Y, x$ B2 Y7 Q F' c/ [- t - height: 52px;
复制代码 |
评分
-
查看全部评分
|