MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / getInputInfo

Function getInputInfo

Rewrite-Parser.js:1998–2003  ·  view source on GitHub ↗
(x, box)

Source from the content-addressed store, hash-verified

1996
1997//loon的input select互动按钮解析
1998function getInputInfo(x, box) {
1999 x = x.replace(/\s*=\s*/, '=')
2000 ;/^#!.+=.+/.test(x) ? (a = x.replace(/^#!/, '').match(/.+?=/)[0]) : ''
2001 ;/^#!.+=.+/.test(x) ? (b = x.replace(/^#!/, '').replace(a, '')) : ''
2002 box.push({ a, b })
2003}
2004
2005//名字简介解析
2006function getModInfo(x) {

Callers 1

Rewrite-Parser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected