Skip to content

Commit b2bc5c0

Browse files
committed
更新README,添加详细的GitHub Pages设置说明
1 parent 73c47df commit b2bc5c0

1 file changed

Lines changed: 75 additions & 1 deletion

File tree

README.md

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,76 @@
1+
# AIGC START
12
# EdnaProjects
2-
Projects of edna,for presentation
3+
4+
这是一个包含多个HTML原型项目的仓库。
5+
6+
## 🚀 快速在线预览
7+
8+
### 方法1:GitHub Pages(推荐)
9+
10+
1. 进入GitHub仓库设置:https://github.com/Fengur/EdnaProjects/settings
11+
2. 点击左侧菜单中的 **Pages**
12+
3.**Source** 部分选择 **Deploy from a branch**
13+
4.**Branch** 中选择 **main**,文件夹选择 **/yuanxing**
14+
5. 点击 **Save**
15+
16+
几分钟后,你的网站将在以下地址可用:
17+
- **主页面**https://fengur.github.io/EdnaProjects/
18+
- **导航页面**https://fengur.github.io/EdnaProjects/yuanxing/
19+
20+
### 方法2:在线预览服务
21+
22+
如果GitHub Pages暂时不可用,可以使用以下服务:
23+
24+
1. **HTML Preview**https://htmlpreview.github.io/
25+
- 将HTML文件拖拽到该网站即可预览
26+
27+
2. **Raw GitHack**https://raw.githack.com/
28+
- 将GitHub文件链接转换为可预览的链接
29+
30+
### 方法3:本地预览
31+
32+
```bash
33+
# 克隆仓库
34+
git clone https://github.com/Fengur/EdnaProjects.git
35+
cd EdnaProjects
36+
37+
# 启动本地服务器
38+
python3 -m http.server 8000
39+
40+
# 访问 http://localhost:8000/yuanxing/
41+
```
42+
43+
## 📁 项目结构
44+
45+
```
46+
yuanxing/
47+
├── index.html # 导航页面
48+
├── 仓颉大模型平台/ # 仓颉大模型平台项目
49+
│ ├── index.html # 首页
50+
│ ├── login.html # 登录页面
51+
│ ├── maas.html # MaaS服务页面
52+
│ ├── api-docs.html # API文档
53+
│ ├── about.html # 关于我们
54+
│ ├── cooperation.html # 合作页面
55+
│ └── model-detail-qwen72b.html # 模型详情
56+
└── 模型评测榜单/ # 模型评测榜单项目
57+
└── 模型评测榜单/
58+
├── index.html # 评测首页
59+
├── chat.html # 聊天评测
60+
├── apply.html # 应用评测
61+
└── dataset.html # 数据集评测
62+
```
63+
64+
## 🎨 特色功能
65+
66+
- 📱 响应式设计,支持移动端
67+
- 🎯 现代化UI界面
68+
- 🔗 便捷的导航系统
69+
- ⚡ 快速加载
70+
71+
## 📝 更新日志
72+
73+
- 2024-01-XX:添加GitHub Pages部署配置
74+
- 2024-01-XX:创建项目导航页面
75+
- 2024-01-XX:初始项目上传
76+
# AIGC END

0 commit comments

Comments
 (0)