Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export load binary gaia file for custom source #409

Merged

Conversation

JohnTsaii
Copy link
Collaborator

这个export 是为了自定义TemplateSource的时候,能直接通过自定义路径解析二进制数据。原有的方法会去gaiax定义的路径去获取

- (NSDictionary *)readTemplateContenttWithFolderPath:(NSString * _Nonnull)folderPath
                                          templateId:(NSString * _Nonnull)templateId
                                     templateVersion:(NSString * _Nullable)templateVersion {
···
    //获取二进制文件路径
    NSString *gaiaXPath = [GXTemplatePathHelper loadBinaryFilePathWithFolderPath:folderPath fileName:templateId fileType:nil];
···
}

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@biezhihua
Copy link
Collaborator

@JohnTsaii 我的同事会尽快进行review。

@jingcheng1988 jingcheng1988 merged commit b824824 into alibaba:main May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants