|
ZT from http://forums.precentral.net/web ... addons-1-3-1-a.html! p" v6 Z% [6 m4 Z Q
8 Y. [& U, [0 {9 Z7 Z
Palm在1.3.1更改了全局搜索设置,使之更加容易添加新的搜索。
S* ~) t4 a3 T2 }3 u! `& `这里以增加 IMDB 搜索为例.- --- .orig/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js! R7 i. x9 {2 k: B& e
- +++ /usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
, l2 N: z, ?! n6 I - @@ -46,6 +46,7 @@; [+ T9 {. p- Y" [2 B
- this.limit=40;
- s0 G. o7 o+ L+ k& g; o" o! [ - this.URLs = {. R0 n7 |% X9 l) I, F4 w* _
- 'google':$L("www.google.com/m/search?client=ms-palm-webOS&channel=iss&q="),% ~' L6 e6 |' z: J
- + 'imdb':$L("http://www.imdb.com/find?s=all&q="),
8 ?0 e t2 ?9 `5 U. @, E v% O - 'wikipedia':$L("http://en.m.wikipedia.org/wiki/Special:Search?search="),
5 Y% ?, t; t9 I# t% ^! z+ _ - 'twitter': $L("http://search.twitter.com/search?q="),
! |/ M3 ]2 v7 b6 b$ F% D( e - 'yahoo': $L("http://search.yahoo.com/search?p="),8 W0 G; A. p! Y1 ] h
- @@ -130,6 +131,7 @@
5 a( }# H: W" ` ` a; { -
- {1 G- v' l3 V/ L3 L' |* o1 a5 d - this.searchEngineList = [{id:"google",title:"Google",imgFile:"images/search-google.png", showImage:"block", showName:"none"},
% g$ M5 _' _' V4 d+ f z - {id:"map",title:"Google Maps",imgFile:"images/search-maps.png", showImage:"block", showName:"none"},
& T4 [# E- O* o* Z( P - + {id:"imdb",title:"IMDB",imgFile:"images/search-imdb.png", showImage:"block", showName:"none"},
$ T; {8 W$ o( i6 I- v8 K9 } - {id:"wikipedia",title:"Wikipedia",imgFile:"images/search-wikipedia.png", showImage:"block", showName:"none"},7 D4 c4 {3 s# `/ _$ R0 @, G
- {id:"twitter",title:"Twitter",imgFile:"images/search-twitter.png", showImage:"block", showName:"none"}
% u% N1 ^& h! O# a- ~! c - ];
& E& C8 E# W6 _9 u: x* P2 `
9 k+ s( O% X- U; Z- --- .orig/usr/lib/luna/system/luna-applauncher/stylesheets/global-search.css, c# E- ]$ e, @! O- t. f
- +++ /usr/lib/luna/system/luna-applauncher/stylesheets/global-search.css# P( f, b. E! O
- @@ -139,6 +139,12 @@
' a# f+ Q/ T: W* g - background: url(../images/search-google.png) center center no-repeat;
( Y0 _; [: v1 q; \* v2 e - }. ?9 t$ o* n+ | y9 {, T
-
0 a6 b/ q. l* i5 p# L e- @0 ~# X - +.palm-group.search .search-imdb { / ?4 ^3 E$ \* e' C) d
- + width: 100%;$ N6 ^) s P& S3 U0 x3 W
- + height: 52px; 6 u/ h+ u! o; w. B* A3 e* \
- + background: url(../images/search-imdb.png) center center no-repeat;& c/ ~( S- ?0 ?6 g: G
- +}
! X6 g& A9 ~2 n5 |8 d - +3 _. a' K. ?8 |4 d' ^ t
- .palm-group.search .search-maps { 2 {1 K3 I9 V8 p+ \4 H+ B% W) y6 K
- width: 100%;
! H2 Z8 ~' e" q( I - height: 52px;
复制代码 |
评分
-
查看全部评分
|