mirror of
https://github.com/yuanwangokk-1/TV-BOX.git
synced 2025-10-22 16:21:23 +00:00
11 lines
No EOL
299 B
JavaScript
11 lines
No EOL
299 B
JavaScript
const homePage = _ => {
|
|
let d = [];
|
|
|
|
d.push({
|
|
desc: '100% && float',
|
|
url: 'file:///storage/emulated/0/Android/data/com.example.hikerview/files/Documents/TyrantG/HOME/index.html?time=' + (new Date()).getTime(),
|
|
col_type: "x5_webview_single"
|
|
})
|
|
|
|
setResult(d);
|
|
} |