diff --git a/t/html/index.html b/t/html/index.html index 9789c0b..3c64f7a 100644 --- a/t/html/index.html +++ b/t/html/index.html @@ -3,6 +3,7 @@ + 测试框架 diff --git a/t/icon.png b/t/icon.png new file mode 100644 index 0000000..a8903f8 Binary files /dev/null and b/t/icon.png differ diff --git a/t/lib/main.js b/t/lib/main.js index 5b40330..16513f2 100644 --- a/t/lib/main.js +++ b/t/lib/main.js @@ -1,5 +1,5 @@ var app = angular.module('app', ['ui.router']); - + setTimeout(function(){ window.scrollTo(0, 1); }, 100); /*$rootScope的相关配置*/ app.run(function($rootScope){ $rootScope.version = '0.1';