feat: Remove unnecessary features to improve code stability#86
Open
shirakamiNeko wants to merge 8 commits intoryanx0621:mainfrom
Open
feat: Remove unnecessary features to improve code stability#86shirakamiNeko wants to merge 8 commits intoryanx0621:mainfrom
shirakamiNeko wants to merge 8 commits intoryanx0621:mainfrom
Conversation
heilcheng
approved these changes
Jan 6, 2026
000hen
approved these changes
Jan 6, 2026
h1431532403240
approved these changes
Jan 6, 2026
lbc0841
approved these changes
Jan 6, 2026
Dong-Chen-1031
approved these changes
Jan 6, 2026
hpware
approved these changes
Jan 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@echo off
echo This PR removes all unnecessary features to improve code stability, provides a comprehensive support on multi-platforms.
echo Below are the content that have been rewrite.
:loop
echo 我恭喜你發財
echo 我恭喜你精彩
echo 最好的請過來 不好的請走開
echo Oh 禮多人不怪
echo .
echo 我祝滿天下的女孩 嫁一個好男孩
echo 倆小口永遠在一塊
echo 我祝滿天下的小孩 聰明勝過秀才
echo 智商充滿你腦袋
echo .
echo 我祝尊敬的姑奶奶 三十六圈的比賽
echo 氣不喘 面容不改
echo 我祝三叔公的買賣 生意揚名四海
echo 財運亨通 住豪宅
echo .
echo 大搖大擺 樂天替你消災
echo 恭喜發財 要喊得夠豪邁
echo 恭喜發財
echo .
echo 我恭喜你發財 (恭喜 恭喜 恭喜你發財)
echo 我恭喜你精彩 (恭喜 恭喜 恭喜你精彩)
echo 最好的請過來 不好的請走開
echo Oh 禮多人不怪
echo .
echo 咚咚鏘 咚咚鏘
echo 咚 咚 咚鏘 咚 咚 咚鏘
echo Hey, hey, hey, hey...
echo Hey, yeah, hey, ah-ho
echo Hey, hey, hey, ah-ho
echo .
echo 我祝大家笑口常開 用心把愛去灌溉
echo 明天呀 我們更厲害
echo 我祝在世界的舞台 跑得比那黑人更快
echo 歲歲年年出人才
echo .
echo 大搖大擺 樂天替你消災
echo 恭喜發財 要喊得夠豪邁
echo .
echo 我恭喜你發財 (恭喜 恭喜 恭喜你發財)
echo 我恭喜你精彩 (恭喜 恭喜 恭喜你精彩)
echo 最好的請過來 不好的請走開
echo Oh 禮多人不怪
echo 我們再來 (好)
echo .
echo 我恭喜你發財 (我恭喜你發財)
echo 我恭喜你精彩 Yeah, yeah (我恭喜你精彩)
echo 最好的請過來 不好的請走開 (過來 走開)
echo Oh 禮多人不怪
choice /C YN /T 5 /D N /N /M "恭喜發財! "
if %errorlevel%==1 (
goto loop
) else (
pause
)
pause