Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-16 19:10:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a41ef0b9e460cfcd44c6571b7e390dee0674fbd
7a41ef0b
1 parent
115508cf
1.新增setting表.
2.后台新增setting功能.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app/Console/Commands/ImportPoemDataToMysql.php
app/Console/Commands/ImportPoemDataToMysql.php
View file @
7a41ef0
...
...
@@ -59,6 +59,9 @@ class ImportPoemDataToMysql extends Command
// 唐诗
$this
->
createTangShiData
();
// 道德经
$this
->
createDaoDeJingData
();
return
0
;
}
...
...
Please
register
or
login
to post a comment