This website works better with JavaScript
Gitinn
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
u102328
/
test
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
28a4a74e4e
Ramas
Etiquetas
master
test
/
userWeb
/
UI
/
js
/
home.js
home.js
105 B
Histórico
Raw
1
2
3
4
5
// 添加首页默认UI
addUI("home",function(){
$("#home").show();
loadFooter();//加载页脚
});