This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
gobang
Watch
1
Star
0
Fork
0
Files
Issues
9
Pull Requests
0
Wiki
Tree:
5471a32ca4
Branches
Tags
develop
master
gobang
/
lib
/
routes
/
app_routes.dart
app_routes.dart
80 B
History
Raw
1
2
3
4
/// 路由名常量
abstract class AppRoutes {
static const home = '/home';
}