Skip to main content

Module pages

Module pages 

Source
Expand description

前端路由页面模块。

汇总所有路由对应的全栈页面组件,由 crate::router 统一挂载。 admin/ 子目录为后台管理页面(需鉴权),其余为公开访问页面。

Modules§

about
关于页面模块。
admin
管理后台页面模块。
archives
归档页面模块。
changelog
更新日志页面模块。
friends
友链页面模块。
home
首页模块。
login
登录页面
not_found
404 页面模块。
post_detail
文章详情页面模块。
register
注册页面
search
搜索页面模块。
tags
标签页面模块。