💬 Updating text and literals.

This commit is contained in:
WispX
2020-03-16 07:12:04 +08:00
parent 3d4eb3ed64
commit c6d04f8a94
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{html, less, js}]
[*.{html, less, css, js}]
indent_size = 2
[*.md]
+1 -1
View File
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
[http://www.gnu.org/philosophy/why-not-lgpl.html].
[http://www.gnu.org/philosophy/why-not-lgpl.html]
+1 -1
View File
@@ -13,7 +13,7 @@
namespace think;
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
require __DIR__ .'/thinkphp/base.php';
// 应用初始化
Container::get('app')->path(__DIR__ . '/application/')->initialize();