Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// 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": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"liveServer.settings.port": 5513,
"python.testing.unittestArgs": [
"-v",
"-s",
"./01-阶段一(HTML)",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
123 changes: 0 additions & 123 deletions 01-阶段一(HTML)/day01/css/demo.css

This file was deleted.

100 changes: 0 additions & 100 deletions 01-阶段一(HTML)/day01/demo/css/demo.css

This file was deleted.

88 changes: 0 additions & 88 deletions 01-阶段一(HTML)/day01/demo/demo_day1_w3c.html

This file was deleted.

Binary file removed 01-阶段一(HTML)/day01/img/img.jpg
Binary file not shown.
44 changes: 0 additions & 44 deletions 01-阶段一(HTML)/day01/index01.html

This file was deleted.

Loading