⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config

📁 君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图片解码,浏览,电子书,录音,想学ucos,识货的人就下吧 russblock fmradio explore set
💻
字号:
#!/bin/shCONFIGFILE=/etc/mplayer/mplayer.confset -e# Source debconf library.. /usr/share/debconf/confmoduleif test -r $CONFIGFILE && ! grep -q '### mplayer DEBCONF AREA' $CONFIGFILEthen    db_input medium 'mplayer/replace-existing-files'  || true    db_go || true    if [ "$RET" != "true" ]; then        exit 0    fi    db_get  'mplayer/replace-existing-files' || truefi########################################## find fonts#default font (if available)BESTFONT=/usr/share/fonts/truetype/Arial.ttf[ -r $BESTFONT ] || BESTFONT=/usr/share/fonts/truetype/freefont/FreeSans.ttft=$(tempfile -p fonts )find /usr/share/fonts/ /?/?in*/?ont* -type f -iname '*.ttf' -maxdepth 3 2> /dev/null  > $t  || trueif test -s $tthen    fonts=$( awk '{print a $0;a=", "}' $t || true )    db_subst "mplayer/ttfont" ttfontchoices $fonts  || true ## suppose the question is skipped: give a default    a=$BESTFONT    [ -r $BESTFONT ] || a=$(head -1 $t)    db_subst "mplayer/ttfont" ttfontdefault $a  || true    db_input medium  mplayer/ttfont  || true    if [ "$?" = 30 ] ; then        db_set  mplayer/ttfont $a  || true    fielse    db_input medium "mplayer/no-ttfont" || truefirm $tdb_go || true############################################################exit 0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -