Skip to content

Commit ea17b3f

Browse files
committed
update
1 parent b059866 commit ea17b3f

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

app/controller/Index.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@
1111

1212
namespace app\controller;
1313

14-
use think\facade\Request;
15-
1614
class Index extends AbstractController
1715
{
1816
public function index()
1917
{
20-
Request::get();
2118
return '<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} a{color:#2E5CD5;cursor: pointer;text-decoration: none} a:hover{text-decoration:underline; } body{ background: #fff; font-family: "Century Gothic","Microsoft yahei"; color: #333;font-size:18px;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.6em; font-size: 42px }</style><div style="padding: 24px 48px;"> <h1>:) </h1><p> ThinkPHP V6<br/><span style="font-size:30px">13载初心不改 - 你值得信赖的PHP框架</span></p></div><script type="text/javascript" src="https://tajs.qq.com/stats?sId=64890268" charset="UTF-8"></script><script type="text/javascript" src="https://e.topthink.com/Public/static/client.js"></script><think id="eab4b9f840753f8e7"></think>';
2219
}
2320

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "topthink/think",
3-
"description": "the new thinkphp framework",
2+
"name": "xiaodi/think-skeleton",
3+
"description": "Skeleton For ThinkPHP 6",
44
"type": "project",
55
"keywords": [
66
"framework",
@@ -11,15 +11,17 @@
1111
"license": "Apache-2.0",
1212
"authors": [
1313
{
14-
"name": "liu21st",
15-
"email": "liu21st@gmail.com"
14+
"name": "xiaodi",
15+
"email": "liangjinbiao@live.com"
1616
}
1717
],
1818
"require": {
1919
"php": ">=7.1.0",
2020
"topthink/framework": "^6.0.0",
2121
"topthink/think-orm": "^2.0",
22-
"topthink/think-annotation": "^1.0"
22+
"topthink/think-annotation": "^1.0",
23+
"xiaodi/think-jwt-auth": "dev-master",
24+
"xiaodi/think-permission": "dev-master"
2325
},
2426
"require-dev": {
2527
"symfony/var-dumper": "^4.2",

0 commit comments

Comments
 (0)