Commit 4af93139 authored by Sparkf's avatar Sparkf 🏙️
Browse files

添加备案号

parent 25520592
Loading
Loading
Loading
Loading

README.md

0 → 100644
+23 −0
Original line number Diff line number Diff line
# 南科手册

Online manual for SUSTecher.

## 帮助我们完善

项目托管在 [SUSTC/sustech-online-ng](https://github.com/sustc/sustech-online-ng)

### 如何贡献

1. Pull request
    1. Fork 后,进行修改。
    2. 发起 Merge 请求。

2. 代理提交
    1. 进入[GitBook编者 QQ群](https://jq.qq.com/?_wv=1027&k=5D8EgDF): 905618908
    2. 提交规范编写的Word,Markdown 文件给管理员。
    3. 管理员整理上传。

### 编写规范

* 使用 Markdown 和 raw HTML / JavaScript 语言
+12 −1
Original line number Diff line number Diff line
let ogprefix = 'og: http://ogp.me/ns#'
let title = '南科手册'
let description = 'Online manual for sustecher'
let color = '#49BF7C'
let author = 'sustech.online'

module.exports = {
  title: '南科手册',
  lang:'zh-CN',
  description: 'Online manual for sustecher',
  head: [
    ['link', { rel: 'icon', href: `/favicon.ico` }], //标签页的ico图标,href后面填写你的图标地址(可以本地或者远程)
      ['link', { rel: 'icon', href: `/assets/favicon.ico` }],
      ['meta', { name: 'theme-color', content: color }],
      ['meta', { prefix: ogprefix, property: 'og:type', content: 'article' }],
      ['meta', { prefix: ogprefix, property: 'og:image', content: 'https://cdn.jsdelivr.net/gh/sustc/sustech-online-ng@master/docs/assests/og-image.png' }],
      ['meta', { prefix: ogprefix, property: 'og:article:author', content: author }],
      ['meta', { name: 'google-site-verification', content: 'Av-srANCmFA_yZ8Iasa1yQsIPJCF_zlP5AoD35m6_Ww' }],
  ],
  plugins: [
  [
+4 −1
Original line number Diff line number Diff line
# 📚南科 Gitbook
# 📚南科手册

为 SUSTecher 提供快捷信息查询服务。

@@ -10,3 +10,6 @@
* [邮箱服务](http://www.sustech.edu.cn/mail/)
* [Sakai](http://sakai.sustech.edu.cn), [Blackboard](https://bb.sustech.edu.cn/)
* [联创打印服务](http://pms.sustech.edu.cn)

## 备案
[粤ICP备18047383号](http://www.beian.miit.gov.cn/)
+12.7 KiB
Loading image diff...
+5 −1
Original line number Diff line number Diff line
---
sidebar: auto
---

# 申请回校VPN

1. 下载申请表
Loading