UNPKG

olympus-r-17plugins

Version:

A plugin of Olympus for 17zuoye.

27 lines (26 loc) 832 B
import * as tslib_1 from "tslib"; import { ClientType } from "./Shell17"; import Shell17Android from "./Shell17Android"; /** * @author Raykid * @email initial_r@qq.com * @create date 2017-10-25 * @modify date 2017-10-25 * * 针对一起作业安卓家长端外壳 */ var Shell17AndroidParent = /** @class */ (function (_super) { tslib_1.__extends(Shell17AndroidParent, _super); function Shell17AndroidParent() { return _super !== null && _super.apply(this, arguments) || this; } Object.defineProperty(Shell17AndroidParent.prototype, "clientType", { get: function () { return ClientType.PARENT; }, enumerable: true, configurable: true }); return Shell17AndroidParent; }(Shell17Android)); export default Shell17AndroidParent;