瀏覽代碼

Update Playwright documentation (1.51.0)

Simon Legner 9 月之前
父節點
當前提交
4728005ac7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/docs/scrapers/playwright.rb

+ 2 - 2
lib/docs/scrapers/playwright.rb

@@ -2,7 +2,7 @@ module Docs
   class Playwright < UrlScraper
     self.name = 'Playwright'
     self.type = 'simple'
-    self.release = '1.49.0'
+    self.release = '1.51.0'
     self.base_url = 'https://playwright.dev/docs/'
     self.root_path = 'intro'
     self.links = {
@@ -16,7 +16,7 @@ module Docs
 
 	# https://github.com/microsoft/playwright/blob/main/LICENSE
     options[:attribution] = <<-HTML
-      &copy; 2024 Microsoft<br>
+      &copy; 2025 Microsoft<br>
 	  Licensed under the Apache License, Version 2.0.
     HTML