项目文件夹

文件
2026-07-13 13:23:39 +08:00

4 行
73 B
Plaintext

(function inject(global) {
global.injectedVariable = 42;
}(window));