mirror of
https://github.com/yuanwangokk-1/TV-BOX.git
synced 2025-10-22 16:21:23 +00:00
13 lines
No EOL
247 B
JavaScript
13 lines
No EOL
247 B
JavaScript
const baseParse = _ => {
|
|
let res = {};
|
|
let d = [];
|
|
|
|
d.push({
|
|
desc: '100% && float',
|
|
url: "https://www.bigfun.cn/tools/aktools/",
|
|
col_type: 'x5_webview_single'
|
|
});
|
|
|
|
res.data = d;
|
|
setHomeResult(res);
|
|
} |