Files
2024-09-27 00:54:11 +08:00

12 lines
138 B
JavaScript
Executable File

define(['jquery','utils'],function ($,utils) {
function about() {
}
about.prototype = {
init () {
}
};
return new about();
});