This commit is contained in:
2020-06-26 14:34:49 +08:00
parent 8e3f235910
commit 72501163d4
5 changed files with 36 additions and 18 deletions

View File

@@ -1,14 +1,14 @@
# deepin-community-store
# 深度社区应用商店
#### 介绍
deepin社区商店由社区维护
web页面部分正在开发当中
web页面部分正在开发当中,详情请见[web仓库](https://gitee.com/deepin-community-store/DCSAPP_WEB)
#### 说明
需要在运行目录下放置服务器线路列表`server.list`,每行一个,在末尾需要添加“/”
当前服务器线路列表(直接复制到相应文件即可
当前服务器线路列表(项目中包含
```
http://dcstore.shenmo.tech/
@@ -17,6 +17,14 @@ http://store2.shenmo.tech/
http://store.moshengren.xyz/
```
#### 目录结构
安装软件过程中产生的包,图标,截图等被储存到`/tmp/deepin-community-store/`中。
配置文件被储存到`~/.config/deepin-community-store/`中。
线路文件:当前运行目录下的`./server.list`
#### 参与贡献
1. Fork 本仓库