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

Function getInputInfo

Rewrite-Parser.beta.js:2401–2406  ·  view source on GitHub ↗
(x, box)

Source from the content-addressed store, hash-verified

2399
2400//loon的input select互动按钮解析
2401function getInputInfo(x, box) {
2402 x = x.replace(/\s*=\s*/, '=')
2403 ;/^#!.+=.+/.test(x) ? (a = x.replace(/^#!/, '').match(/.+?=/)[0]) : ''
2404 ;/^#!.+=.+/.test(x) ? (b = x.replace(/^#!/, '').replace(a, '')) : ''
2405 box.push({ a, b })
2406}
2407
2408//名字简介解析
2409function getModInfo(x) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected