Skip to content

Commit

Permalink
以后做
Browse files Browse the repository at this point in the history
  • Loading branch information
linyisonger committed Jun 12, 2024
1 parent 219005e commit 891ec02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions 068.Cavnas 盒子连线.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/global.css">
</head>

<body>

</body>

</html>
2 changes: 1 addition & 1 deletion build/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
index+=1

index = f'{index}'.zfill(3)
newFileName =f'{index}.{args[0]}.html'
newFileName =f'{index}.{" ".join(args)}.html'
shutil.copy(os.path.join(os.getcwd(), 'build', 'template.html'),os.path.join(os.getcwd(), newFileName))

print('新建文件成功', newFileName)
1 change: 1 addition & 0 deletions examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
065.el-table 表格宽度拖拽.html
066.猜位置.html
067.粒子扩散效果.html
068.Cavnas 盒子连线.html
index.html

0 comments on commit 891ec02

Please sign in to comment.