mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
feat: 浏览器渲染原理
This commit is contained in:
18
Chapter1 - iOS/1.111.md
Normal file
18
Chapter1 - iOS/1.111.md
Normal file
@@ -0,0 +1,18 @@
|
||||
## 写给 iOSer 的鸿蒙开发 tips
|
||||
|
||||
## 下载问题
|
||||

|
||||
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>
|
||||
```
|
||||
Reference in New Issue
Block a user