mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 23:41:07 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
/*
|
|
* TODO 使用 tt.readFile 来封装 FileReader
|
|
*/
|
|
export default class FileReader {
|
|
construct() {
|
|
}
|
|
}
|