I want to change the UI of the wso2 API manager.
(我想更改wso2 API管理器的UI。)
I use product-am v3.0.0 , carbon-apimgt v6.5.349 , and nexus.
(我使用product-am v3.0.0 , carbon-apimgt v6.5.349和nexus。)
I'm add a <h4></h4>
tag in /carbon-apimgt-6.5.349/features/apimgt/org.wso2.carbon.apimgt.store.feature/src/main/resources/devportal/source/src/app/components/AnonymousView/ SignUp.jsx and the change the font size in defaultheme.js file. (我在/carbon-apimgt-6.5.349/features/apimgt/org.wso2.carbon.apimgt.store.feature/src/main/resources/devportal/source/src中添加<h4></h4>
标签/ app / components / AnonymousView / SignUp.jsx并更改defaultheme.js文件中的字体大小。)
I change the default repository to myrepo.com and added configuration below:
(我将默认存储库更改为myrepo.com,并在下面添加了配置:)
<distributionManagement>
<repository>
<id>nexus</id>
<name>nexus-mixed</name>
<url>http://myrepo.com/repository/nexus-mixed/</url>
</repository>
</distributionManagement>
then run the mvn clean deploy
command.
(然后运行mvn clean deploy
命令。)
but when build in product-am and run only font size changed and <h4></h4>
tag not added.
(但是在product-am中构建并运行时,仅更改了字体大小,未添加<h4></h4>
标签。)
issue in GitHub: this
(GitHub中的问题: 此)
ask by amir hossein dehghani translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…