This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: BuildElectron | |
on: | |
workflow_dispatch: | |
jobs: | |
buildwin: | |
name: BuildWindows | |
runs-on: windows-latest | |
steps: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from playwright.sync_api import sync_playwright, Page | |
from openpyxl import Workbook | |
import time | |
from datetime import datetime | |
# 安装依赖 | |
# pip install playwright | |
# playwright install | |
# 创建 Excel 文件 |