feat: INIT PROJECT.

This commit is contained in:
Ivan Li
2021-04-18 11:18:29 +08:00
parent c7c5495a88
commit ad5b852822
22 changed files with 30290 additions and 70 deletions

17
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "chrome",
"type": "chrome",
"request": "launch",
"reAttach": true,
"url": "http://admin.blog.localhost/",
"webRoot": "${workspaceFolder}",
"userDataDir": "/Users/ivan/Projects/.chrome"
}
]
}