Huang Xiaopeng
Huang Xiaopeng
助教好,我们参考教程,在features中制作了contributor_button组件,参考developer_networks的view-index形式,利用dom树的class/id索引定位替换,构造了如下的index.tsx文件,同时也在feature的index中绑定了组件。但是在yarn run start和重新加载后,好像没有看到网络图的替换。请教助教😁😁 ``` import React, { useState, useEffect } from 'react'; import { render } from 'react-dom'; import $ from 'jquery'; import View from './view'; import { getDeveloperName }...
助教好,我们组完成了本次808任务。仓库fork链接:https://github.com/MrH233/hypertrons-crx 本次开发增加了contributor组件,具体内容详见README_808.md和feature中的contributor_button组件  
Hello, we have adjusted the final code and upload a new feature issue, please check. 
check and update the format of files with "yarn run prettier --write"
Thank you for your valuable suggestions. I have improved and submitted the feature functionality as requested.  