Model: GPT-4
Avatar of the person chatting

Apply the diff to ContributorInfo data object const ContributorInfo = [ { id: 'frontend', type: '前端', name: 'IU、yukai、yeefun、dotsea、Caleb', }, { id: 'design', type: '設計', name: 'SL、J、Tin、Lydia、Xinroo、RAY', }, { id: 'backend', type: '後端', name: 'cph、yellowsoar、swind、小白、YAlgorithm、sour、Jsaon、Toby、 Sonia、Andy、Hubert、Darren、Looofy、Simon、Aaron', }, { id: 'ngo', type: '地球公民基金會', name: '小海、deeper、小胖、沅諭、可飛、peii', }, { id: 'socialmedia', type: '社群協力', name: 'ddio、chiahe、Joycelin、laiTzan、chelin、jenhaoyang、chihao、Angel、安東尼、Bryce、笑笑、積丹尼、誠夏、Stasia、慈忻、Kai、昱伶、Tai、Wuulong、Carmen、fly、土撥鼠、mhshih、JinWen、Johnson、John Huang、zyan、tai、slayer、mg、robin、星穎、ichieh、isabel、Tiff、雅安、Jay Lo、mcdlee、CRW、Guo-Jim', }, ]; export { ContributorInfo }; — diff --git a/components/TheFooter.vue b/components/TheFooter.vue index f465dba5..f68e14fc 100644 --- a/components/TheFooter.vue +++ b/components/TheFooter.vue @@ -2,58 +2,67 @@ <footer> + <div> <p>聯繫地球公民基金會</p> + <p> Email: - <a href="https://github.com/Disfactory" target="_blank">cet@cet-taiwan.org</a> + <a href="https://github.com/Disfactory" target="_blank"> + cet@cet-taiwan.org + </a> </p> + <p>電話:02-23920371</p> + <p> - 網站:<a href="https://github.com/Disfactory" target="_blank">https://www.cet-taiwan.org</a> + 網站: + <a href="https://github.com/Disfactory" target="_blank"> + https://www.cet-taiwan.org + </a> </p> </div> <p> 全站由使用者回報之資料及設計圖以CC - BY姓名標示4.0釋出,標註「農地違章工廠回報系統貢獻者」,原始碼已MIT開放授權公開在<a href="https://github.com/Disfactory" target="_blank">GitHub</a>上。使用者回報資料未涉及個人資訊部分已整理成開放資料與<a href="https://api.disfactory.tw/redoc/" target="_blank">API</a>。<a>貢獻者名單</a> + BY姓名標示4.0釋出,標註「農地違章工廠回報系統貢獻者」,原始碼已MIT開放授權公開在 + <a href="https://github.com/Disfactory" target="_blank"> + GitHub + </a> + 上。使用者回報資料未涉及個人資訊部分已整理成開放資料與 + <a href="https://api.disfactory.tw/redoc/" target="_blank"> + API + </a> + 。 + <a>貢獻者名單</a> </p> + <div> <div> + <div> <div>貢獻者</div> + <div> <p>謝謝!</p> + <div> <p>Disfactory.tw 為農地違章工廠的回報平台</p> + <p> project is run by volunteers in the g0v.tw civic hacker network. </p> + <p> - Don't ask why nobody is doing this. <br />Become that nobody. + Don't ask why nobody is doing this. + <br /> + Become that nobody. </p> </div> </div> @@ -61,54 +70,69 @@ <div> <div> <div>前端</div> + <div> - <p>IU、yukai、yeefun、dotsea、Caleb</p> + <p>IU、yukai、yeefun、dotsea、Caleb、二路、KuoMin</p> </div> </div> + <div> <div>設計</div> + <div> - <p>SL、J、Tin、Lydia、Xinroo、RAY</p> + <p>SL、J、Tin、Lydia、Xinroo、RAY、ryno</p> </div> </div> + <div> <div>後端</div> + <div> <p> cph、yellowsoar、swind、小白、YAlgorithm、sour、Jsaon、Toby、 - Sonia、Andy、Hubert、Darren、Looofy、Simon、Aaron + Sonia、Andy、Hubert、Darren、Looofy、Simon、Aaron、steven、ifengc、kai + wang、tuo </p> </div> </div> + <div> <div>圖資/GIS</div> + <div> - <p>chewei、ronnywang、bdon、pm5、kiang、shupo</p> + <p>chewei、ronnywang、bdon、pm5、kiang、shupo、karen</p> </div> </div> + <div> <div>PM</div> + <div> <p>ael</p> </div> </div> + <div> <div>地球公民基金會</div> + <div> <p>小海、deeper、小胖、沅諭、可飛、peii</p> </div> </div> + <div> <div>社群協力</div> + <div> <p> ddio、chiahe、Joycelin、laiTzan、chelin、jenhaoyang、chihao、Angel、安東尼、Bryce、笑笑、積丹尼、誠夏、Stasia、慈忻、Kai、昱伶、Tai、Wuulong、Carmen、fly、土撥鼠、mhshih、JinWen、Johnson、John Huang、zyan、tai、slayer、mg、robin、星穎、ichieh、isabel、Tiff、雅安、Jay - Lo、mcdlee、CRW、Guo-Jim + Lo、mcdlee、CRW、Guo-Jim、sarah </p> </div> </div> </div> + <p>謝謝!</p> </div> </div></div></footer>

After applying the diff to the ContributorInfo data object, it should look like this:

javascriptCopy code
const ContributorInfo = [ { id: 'frontend', type: '前端', name: 'IU、yukai、yeefun、dotsea、Caleb、二路、KuoMin', }, { id: 'design', type: '設計', name: 'SL、J、Tin、Lydia、Xinroo、RAY、ryno', }, { id: 'backend', type: '後端', name: 'cph、yellowsoar、swind、小白、YAlgorithm、sour、Jsaon、Toby、 Sonia、Andy、Hubert、Darren、Looofy、Simon、Aaron、steven、ifengc、kai wang、tuo', }, { id: 'gis', type: '圖資/GIS', name: 'chewei、ronnywang、bdon、pm5、kiang、shupo、karen', }, { id: 'pm', type: 'PM', name: 'ael', }, { id: 'ngo', type: '地球公民基金會', name: '小海、deeper、小胖、沅諭、可飛、peii', }, { id: 'socialmedia', type: '社群協力', name: 'ddio、chiahe、Joycelin、laiTzan、chelin、jenhaoyang、chihao、Angel、安東尼、Bryce、笑笑、積丹尼、誠夏、Stasia、慈忻、Kai、昱伶、Tai、Wuulong、Carmen、fly、土撥鼠、mhshih、JinWen、Johnson、John Huang、zyan、tai、slayer、mg、robin、星穎、ichieh、isabel、Tiff、雅安、Jay Lo、mcdlee、CRW、Guo-Jim、sarah', }, ]; export { ContributorInfo };

The changes include adding new contributors to the 'frontend', 'design', 'backend', 'gis', and 'socialmedia' categories.