update extension sample

This commit is contained in:
何冠峰
2024-07-08 17:36:39 +08:00
parent b0ce14dc0e
commit e664f20d34

View File

@@ -162,6 +162,15 @@ internal class WechatFileSystem : IFileSystem
return false;
}
public virtual byte[] ReadFileData(PackageBundle bundle)
{
throw new System.NotImplementedException();
}
public virtual string ReadFileText(PackageBundle bundle)
{
throw new System.NotImplementedException();
}
#region
private string GetWXFileLoadPath(PackageBundle bundle)
{