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

增加资源加载模块AssetLoder,简单实现加载功能,主要是提供给外部接管加载功能的途径; #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zrinthect
Copy link

增加资源加载模块AssetLoder,简单实现加载功能,主要是提供给外部接管加载功能的途径;
修改Image引用图片资源时使用blobURL的方式,即通过AssetLoader加载资源再生成blob路径引用,目的是将图片资源也通过AssetLoader管理起来; 修改UIPackage.loadPackage通过AssetLoader加载;

zrinthect added 2 commits March 16, 2023 13:53
修改Image引用图片资源时使用blobURL的方式,即通过AssetLoader加载资源再生成blob路径引用,目的是将图片资源也通过AssetLoader管理起来;
修改UIPackage.loadPackage通过AssetLoader加载;
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.

1 participant