@@ -9,6 +9,9 @@ const endpoints = [
99 { label: " /v1/smartphones" , desc: " List all phones" , href: ` ${base }v1/smartphones/index.json ` },
1010 { label: " /v1/smartphones/{slug}" , desc: " Phone detail + scores" , href: ` ${base }v1/smartphones/galaxy-s25-ultra/index.json ` },
1111 { label: " /v1/smartphones/{slug}/score" , desc: " Computed scores" , href: ` ${base }v1/smartphones/galaxy-s25-ultra/score/index.json ` },
12+ { label: " /v1/tablets" , desc: " List all tablets" , href: ` ${base }v1/tablets/index.json ` },
13+ { label: " /v1/watches" , desc: " List all watches" , href: ` ${base }v1/watches/index.json ` },
14+ { label: " /v1/pdas" , desc: " List all PDAs" , href: ` ${base }v1/pdas/index.json ` },
1215 { label: " /v1/socs/{slug}" , desc: " System-on-chip detail" , href: ` ${base }v1/socs/snapdragon-8-elite/index.json ` },
1316 { label: " /v1/gpus/{slug}" , desc: " Discrete GPU detail" , href: ` ${base }v1/gpus/geforce-rtx-5090/index.json ` },
1417 { label: " /v1/cpus/{slug}" , desc: " Desktop / laptop CPU" , href: ` ${base }v1/cpus/core-i9-14900k/index.json ` },
@@ -155,6 +158,9 @@ const endpoints = [
155158 <label for =" pg-resource" >Resource</label >
156159 <select id =" pg-resource" >
157160 <option value =" smartphones" >smartphones</option >
161+ <option value =" tablets" >tablets</option >
162+ <option value =" watches" >watches</option >
163+ <option value =" pdas" >pdas</option >
158164 <option value =" socs" >socs</option >
159165 <option value =" gpus" >gpus</option >
160166 <option value =" cpus" >cpus</option >
0 commit comments