mirror of
https://github.com/moesoha/debian-media-box.git
synced 2025-09-14 11:16:45 +08:00
trixie will be released on 20250809
This commit is contained in:
parent
f3d7212575
commit
48b179dde3
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@ -12,15 +12,25 @@ jobs:
|
|||||||
name: Compile instruction PDF
|
name: Compile instruction PDF
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: compile
|
|
||||||
|
- name: compile (zh-Hans)
|
||||||
uses: dante-ev/latex-action@2024-B
|
uses: dante-ev/latex-action@2024-B
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
root_file: 'instruction.tex'
|
root_file: 'instruction.tex'
|
||||||
compiler: xelatex
|
compiler: xelatex
|
||||||
|
|
||||||
|
# - name: compile (zh-Hant)
|
||||||
|
# uses: dante-ev/latex-action@2024-B
|
||||||
|
# env:
|
||||||
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# with:
|
||||||
|
# root_file: 'instruction_zh-Hant.tex'
|
||||||
|
# compiler: xelatex
|
||||||
|
|
||||||
- name: upload PDF
|
- name: upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: instruction.pdf
|
name: instruction
|
||||||
path: instruction.pdf
|
path: instruction*.pdf
|
||||||
|
@ -112,9 +112,9 @@
|
|||||||
\setlength{\abstractwidth}{2\linewidth}
|
\setlength{\abstractwidth}{2\linewidth}
|
||||||
\addtolength{\abstractwidth}{\columnsep}
|
\addtolength{\abstractwidth}{\columnsep}
|
||||||
\savebox{\twocolinsert}{\begin{minipage}{\abstractwidth}
|
\savebox{\twocolinsert}{\begin{minipage}{\abstractwidth}
|
||||||
\noindent 核准日期:2023年06月10日
|
\noindent 核准日期:2025年08月09日
|
||||||
\newline 修改日期:2019年07月06日,2020年10月31日,2021年07月04日,
|
\newline 修改日期:2019年07月06日,2020年10月31日,2021年07月04日,
|
||||||
\newline 2021年08月14日,2023年06月10日
|
\newline 2021年08月14日,2023年06月10日,2025年08月09日
|
||||||
\newline
|
\newline
|
||||||
|
|
||||||
% \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em]
|
% \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em]
|
||||||
@ -185,8 +185,8 @@
|
|||||||
\section*{适应平台}
|
\section*{适应平台}
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize} % 把信创原神放前面,其他没人用的放后面
|
||||||
\item 支持使用 arm64、amd64、i686、ppc64el、mipsel、s390x 等架构的计算机、服务器和嵌入式设备。
|
\item 支持使用 riscv64、arm64、amd64、armhf、ppc64el、s390x 等架构的计算机、服务器和嵌入式设备。
|
||||||
\item 本包装盒中的安装媒介适用于何平台以实际为准。
|
\item 本包装盒中的安装媒介适用于何平台以实际为准。
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
@ -237,9 +237,9 @@
|
|||||||
\hline
|
\hline
|
||||||
类别 & RAM\newline (最低) & RAM\newline (推荐) & 硬盘 \\
|
类别 & RAM\newline (最低) & RAM\newline (推荐) & 硬盘 \\
|
||||||
\hline
|
\hline
|
||||||
无桌面 & 128MB & 512MB & 2GB \\
|
无桌面 & 512MB & 1GB & 4GB \\
|
||||||
\hline
|
\hline
|
||||||
有桌面 & 256MB & 1GB & 10GB \\
|
有桌面 & 1GB & 2GB & 10GB \\
|
||||||
\hline
|
\hline
|
||||||
\end{tabularx}}
|
\end{tabularx}}
|
||||||
|
|
||||||
@ -392,7 +392,7 @@
|
|||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
\begin{flushright}
|
\begin{flushright}
|
||||||
Debian GNU/Linux - 12.0\linebreak 20230610
|
Debian GNU/Linux - 13.0\linebreak 20250809
|
||||||
\linebreak
|
\linebreak
|
||||||
\newline
|
\newline
|
||||||
\begin{minipage}{0,5\textwidth}
|
\begin{minipage}{0,5\textwidth}
|
||||||
|
Loading…
Reference in New Issue
Block a user