update extension sample

pull/326/head
何冠峰 2024-07-07 16:16:00 +08:00
parent cab710493e
commit f9d40987eb
2 changed files with 2 additions and 14 deletions

View File

@ -60,10 +60,9 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
}
}
}
public override void WaitForAsyncComplete()
internal override void InternalWaitForAsyncComplete()
{
if (IsDone == false)
if (_steps != ESteps.Done)
{
_steps = ESteps.Done;
Status = EOperationStatus.Failed;

View File

@ -30,17 +30,6 @@ internal class WechatFileSystem : IFileSystem
/// </summary>
public string PackageName { private set; get; }
/// <summary>
/// 文件访问权限
/// </summary>
public EFileAccess FileSystemAccess
{
get
{
return EFileAccess.ReadWrite;
}
}
/// <summary>
/// 文件根目录
/// </summary>