mirror of
https://github.com/yuanwangokk-1/TV-BOX.git
synced 2025-10-22 16:21:23 +00:00
13 lines
No EOL
248 B
JavaScript
13 lines
No EOL
248 B
JavaScript
const baseParse = _ => {
|
|
let res = {};
|
|
let d = [];
|
|
|
|
d.push({
|
|
desc: '100% && float',
|
|
url: "http://prts.wiki/w/%E9%A6%96%E9%A1%B5",
|
|
col_type: 'x5_webview_single'
|
|
});
|
|
|
|
res.data = d;
|
|
setHomeResult(res);
|
|
} |