feat: 浏览器渲染原理

This commit is contained in:
杭城小刘
2024-02-06 00:30:11 +08:00
parent a329691f8a
commit 0013537cfe
54 changed files with 916 additions and 41 deletions

18
Chapter1 - iOS/1.111.md Normal file
View File

@@ -0,0 +1,18 @@
## 写给 iOSer 的鸿蒙开发 tips
## 下载问题
![](./../assets/DevEco-Studio-DownloadNetworkErrror.png)
The other possible cause is that the system language of the PC is English and the region code is US. You could try to perform the following operations to change the region code to CN. Before changing the region code, close DevEco Studio.
For Mac OS: ~/Library/Application Support/Huawei/DevEcoStudio3.0/options/country.region.xml
修改为 CN
```xml
<application>
<component name="CountryRegionSetting">
<countryregion name="CN"/>
</component>
</application>
```