Browse Source

测试修改

zjl 2 years ago
parent
commit
16842b79f3
2 changed files with 14 additions and 33 deletions
  1. 2 2
      _config.yml
  2. 12 31
      source/_posts/hello-world.md

+ 2 - 2
_config.yml

@@ -3,12 +3,12 @@
 ## Source: https://github.com/hexojs/hexo/
 
 # Site
-title: Hexo
+title: AfterSales
 subtitle: ''
 description: ''
 keywords:
 author: John Doe
-language: en
+language: zh-CN
 timezone: ''
 
 # URL

+ 12 - 31
source/_posts/hello-world.md

@@ -1,38 +1,19 @@
 ---
-title: Hello World
+title: 售后问题总览
+encoding: UTF-8
 ---
-Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
+本网站供售后使用,主要记录各种设备的使用方法以及常见的问题和解决,会不定期更新
+售后问题的解决依仗各位开发同事和售后同事的积极沟通与响应
+售后同事遇到之前没有处理过或者不熟悉的问题时候优先查阅本手册,确定没有找到问题解决方案之后,一定需要反馈到响应的技术研发。研发在处理完问题之后,需要能够将问题编撰、发布
 
-## Quick Start
+## 主页面
 
-### Create a new post
+### 以下是各种设备类型code以及设备主负责研发(可能部分功能是别人开发,但是是遇到设备问题第一联系人)
 
 ``` bash
-$ hexo new "My New Post"
+| 设备类型编码 | 主负责人 | 主板厂家 |
+| ---- | ---- | ---- |
+| 1008031 | Megatron | 粤万通 |
+| 100803 | Megatron | 粤万通 |
+| 100237 | Megatron | 粤万通 |
 ```
-
-More info: [Writing](https://hexo.io/docs/writing.html)
-
-### Run server
-
-``` bash
-$ hexo server
-```
-
-More info: [Server](https://hexo.io/docs/server.html)
-
-### Generate static files
-
-``` bash
-$ hexo generate
-```
-
-More info: [Generating](https://hexo.io/docs/generating.html)
-
-### Deploy to remote sites
-
-``` bash
-$ hexo deploy
-```
-
-More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)