File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ <script setup>
2
+ import { ElDescriptions , ElDescriptionsItem } from ' element-plus' ;
3
+ import AppLink from ' ../../../components/AppLink.vue' ;
4
+ import CopyCodeComponent from ' ./CopyCodeComponent.vue' ;
5
+ </script >
6
+
7
+ <template >
8
+ <div class =" flex flex-col gap-2" >
9
+ <p >
10
+ 安同 OS 可在基于 Apple 芯片的 Mac 设备上安装使用,具体设备兼容与外设支持情况请见
11
+ <AppLink to =" https://github.com/asahilinux/docs/wiki" >
12
+ Asahi Linux 官方文档</AppLink
13
+ >。
14
+ </p >
15
+ <p >在 macOS Ventura (13) 或更新版本的系统中输入如下命令即可安装安同 OS:</p >
16
+ <CopyCodeComponent
17
+ content =" curl https://releases.aosc.io/install-asahi | sh" />
18
+ <p > 默认登录信息如下: </p >
19
+ <el-descriptions border size =" small" >
20
+ <el-descriptions-item label =" 用户名" >aosc</el-descriptions-item >
21
+ <el-descriptions-item label =" 密码" >anthon</el-descriptions-item >
22
+ </el-descriptions >
23
+
24
+ <p >
25
+ 如果您在安装或使用安同 OS 时遇到问题,请于<AppLink to =" contact"
26
+ >社区聊天群组</AppLink
27
+ >与我们联系。
28
+ </p >
29
+ </div >
30
+ </template >
31
+
32
+ <style scoped>
33
+ /* For el-descriptions-item */
34
+ :deep(td [colspan = ' 1' ]) {
35
+ min-width : fit-content ;
36
+ }
37
+ </style >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const navigationList = [
113
113
<category-second title =" 安同校园行" id =" campus" />
114
114
<div class =" p-6" >
115
115
<p >
116
- 安同开源社区从校园诞生,校园及草根开源社区和组织的发展也是社区建立时的初心之一 。如今,高校社团亦是我社关注和扶持的对象。自
116
+ 安同开源社区从校园诞生,助力校园及草根开源社区和组织的发展也是社区建立时的初心之一 。如今,高校社团亦是我社关注和扶持的对象。自
117
117
2024
118
118
年起,我们与众多高校社团协作,组织“安同校园行”活动,邀请社区贡献者、行业代表等走进校园,分享社区和专业工作经验,让更多学生接触、了解和融入开源社区乃至行业前沿。 </p
119
119
><br />
You can’t perform that action at this time.
0 commit comments