This website requires JavaScript.
Explore
Help
Register
Sign In
muzi
/
apeblog
mirror of
https://github.com/1099438829/apeblog
Watch
1
Star
0
Fork
You've already forked apeblog
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
213c12910b
apeblog
/
public
/
doc
/
路由.md
158 B
Raw
Blame
History
##短网址访问 在 app/index/route/app.php最底下添加
Route
::
get
(
':id'
,
'Article/detail'
);
即可实现 demain/xxx 对文章的访问