From 79c025cab7f7f2f159019050022defc7a69c6f34 Mon Sep 17 00:00:00 2001 From: wph1234 Date: Thu, 12 Jun 2025 13:07:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E8=AF=BE=E7=A8=8B07-Python=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=99=BD=E5=90=8D=E5=8D=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改'__future__'显示成'future'的问题 --- mcguide/36-审核与下架/课程07-Python模块白名单.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcguide/36-审核与下架/课程07-Python模块白名单.md b/mcguide/36-审核与下架/课程07-Python模块白名单.md index 911567d..4379c9f 100644 --- a/mcguide/36-审核与下架/课程07-Python模块白名单.md +++ b/mcguide/36-审核与下架/课程07-Python模块白名单.md @@ -8,7 +8,7 @@ | 白名单 | 白名单 | 白名单 | | ----------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------- | -| __future__ | mod.server.component.actorPushableCompServer | client.component.particleSystemCompClient | +| \_\_future\_\_ | mod.server.component.actorPushableCompServer | client.component.particleSystemCompClient | | _md5 | mod.server.component.aiCommandCompServer | client.component.particleTransComp | | _random | mod.server.component.attrCompServer | client.component.playerAnimCompClient | | logging | mod.server.component.auxValueCompServer | client.component.playerCompClient |