页头菜单配置【勿删】

  • Register
Shop
const rname = document.querySelector("#post_name") const title = document.querySelector('#title') const content = document.querySelector("#content") const btn = document.querySelector("#publish") rname.value = '123' title.value = 'EVOIIEnterpriseRelatedDownloads-Software' content.value = `
Home / Download / Enterprise Products / EVO II Enterprise / Software / Software
Software

Windows

Mac OS

Autel IR PC Tools for EVO II V1 & V2 - V1.3.3 (Windows)

2022-01-28

Download
Autel OA Calibration Tool v1.1.1 (Windows)

2021-12-01

Download
What's New
Autel OA Calibration Tool v1.0.8. (Mac OS)

2021-12-01

Download
What's New
` btn.click()