olympus-r-17plugins
Version:
A plugin of Olympus for 17zuoye.
16 lines (15 loc) • 453 B
TypeScript
import { ClientType, GPUStatus, Platform } from "./Shell17";
import Shell17Mobile from "./Shell17Mobile";
/**
* @author Raykid
* @email initial_r@qq.com
* @create date 2017-10-25
* @modify date 2017-10-25
*
* 针对一起作业安卓外壳
*/
export default class Shell17Android extends Shell17Mobile {
readonly platform: Platform;
readonly clientType: ClientType;
hasGPU(callback: (status: GPUStatus) => void): void;
}