update extension sample

pull/326/head
何冠峰 2024-07-08 17:36:39 +08:00
parent b0ce14dc0e
commit e664f20d34
1 changed files with 9 additions and 0 deletions

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)
{