Skip to content

Commit 7a5ee39

Browse files
committed
修复 configuration 示例工程中 symbol obufscation规则示例的错误
1 parent 1934bc8 commit 7a5ee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beginner/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<obfuz>
2929
<assembly name="Assembly-CSharp">
30-
<type name="SymbolObfus.Test1" obName="0"/> 不混淆Test1类自身及它的所有成员,包括嵌套类
30+
<type name="SymbolObfus.Test1" obName="0" applyToMembers="*"/> 不混淆Test1类自身及它的所有成员,包括嵌套类
3131
</assembly>
3232
</obfuz>
3333
```

0 commit comments

Comments
 (0)