update#212
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the 2026 member profile page for Mimimaomao and refreshes the npm lockfile to newer dependency patch versions.
Changes:
- Expanded Mimimaomao’s bio and added an avatar image to the member page.
- Added additional competition experiences and participation entries.
- Updated
package-lock.json(patch-level bumps and metadata adjustments).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
src/member/2026/Mimimaomao.tsx |
Adds avatar import/usage, expands bio, and appends new experiences/participations. |
package-lock.json |
Updates locked dependency versions/metadata (e.g., brace-expansion, picomatch). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| title: "國立宜蘭高商-網路安全/資訊與網路技術-職類 指導老師", | ||
| datetime: "2024.08 ~ now" | ||
| }, | ||
| { |
There was a problem hiding this comment.
Trailing whitespace after the closing brace/comma here is unnecessary and can create noisy diffs. Please trim line-ending spaces.
| export const MimimaomaoMemberPage = () => { | ||
| const bio = "Mimimaomao" | ||
| const bio = "我是 Mimimaomao 主要專注於資訊安全與雲端領域,平時會參與 CTF 與競賽,熟悉 Forensics、藍隊等技術方向,同時也具備 AWS 雲端實務經驗,如 : Lambda、CloudFront、IAM 與資料加密等。未來希望深入研究雲端安全與攻防技術。" | ||
| const certificates: MemberCertificateType[] = [ |
There was a problem hiding this comment.
Indentation inside MimimaomaoMemberPage is inconsistent with other member pages (most use 4-space indentation), which makes the file harder to read/maintain. Please run the repo formatter (or re-indent this block) to match the surrounding project style.
| }, | ||
| { | ||
| title: "全國技能競賽分區賽-雲端運算", | ||
| result: "排名: 6(佳作)", | ||
| datetime: "2026" | ||
| }, |
There was a problem hiding this comment.
There is trailing whitespace after the closing braces/commas in this array, which tends to cause noisy diffs and can violate editor/CI whitespace rules. Please remove the extra spaces at line ends.
| enName="YAO-HUNG, LAI" | ||
| avatar={mimimaomao} | ||
| institutes={["國立臺北科技大學 資訊安全碩士學位學程 碩零"]} |
There was a problem hiding this comment.
Trailing whitespace after avatar={mimimaomao} will create unnecessary diff churn and may violate whitespace checks. Please trim the line ending spaces.
update