Skip to content

Commit 1f5c474

Browse files
committed
docs: add instructions for modifying compiled.js in README
1 parent e1e39d0 commit 1f5c474

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/ntqqapi/proto/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 编译后需要修改 compiled.js
2+
开头加上
3+
```js
4+
import * as $protobuf_ from "protobufjs";
5+
const $protobuf = $protobuf_.default;
6+
```

0 commit comments

Comments
 (0)