MCPcopy Create free account
hub / github.com/zxlie/FeHelper / initNewVersionFeatures

Function initNewVersionFeatures

apps/regexp/index.js:1413–1419  ·  view source on GitHub ↗

* 初始化新版功能

()

Source from the content-addressed store, hash-verified

1411 * 初始化新版功能
1412 */
1413function initNewVersionFeatures() {
1414 populateVisualRegexPreset();
1415 initVisualDebugger();
1416 initRegexSearch();
1417 initRegexItems();
1418 initModal();
1419}
1420
1421/**
1422 * 初始化旧版功能

Callers 1

index.jsFile · 0.85

Calls 5

initVisualDebuggerFunction · 0.85
initRegexSearchFunction · 0.85
initRegexItemsFunction · 0.85
initModalFunction · 0.85

Tested by

no test coverage detected