6.3分支收到push后,会自动部署到dc,无需人工干预
If you find every trouble in this project,please e-mail at qingdkj@outlook.com .
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
假设服务器网址为 http://localhost:8080/
部署方式: ./dist 文件夹为编译输出 ./dist/static 放服务器根目录下的 static ./dist/index.html 放服务器 store 文件夹内的 index.html
分类页的网址为 http://localhost:8080/#/new/applist?theme=light&type=chat
搜索页的网址为 http://localhost:8080/#/new/search?theme=light&keywords=yzzi
(深色模式请将theme=light
改为theme=dark
)
注意 4.0新版 完全兼容旧版的接口,所以您也可以使用下面的旧版接口,但是不建议您这么做。
主页的网址为 http://localhost:8080/#/
编程开发类的网址是 http://localhost:8080/#/programming
主题美化类的网址是 http://localhost:8080/#/themes
音乐欣赏类的网址是 http://localhost:8080/#/musicandsound
游戏娱乐类的网址是 http://localhost:8080/#/games
作图/看图类的网址是 http://localhost:8080/#/photos
社交软件类的网址是 http://localhost:8080/#/relations
实用工具类的网址是 http://localhost:8080/#/tools
视频观看类的网址是 http://localhost:8080/#/videos
其他应用类的网址是 http://localhost:8080/#/others
网络应用类的网址是 http://localhost:8080/#/network
办公学习类的网址是 http://localhost:8080/#/office
阅读写作类的网址是 http://localhost:8080/#/reading
主页的网址为 http://localhost:8080/#/dark
编程开发类的网址是 http://localhost:8080/#/darkprogramming
主题美化类的网址是 http://localhost:8080/#/darkthemes
游戏娱乐类的网址是 http://localhost:8080/#/darkgames
作图/看图类的网址是 http://localhost:8080/#/darkphotos
社交软件类的网址是 http://localhost:8080/#/darkrelations
实用工具类的网址是 http://localhost:8080/#/darktools
视频观看类的网址是 http://localhost:8080/#/darkvideos
其他应用类的网址是 http://localhost:8080/#/darkothers
网络应用类的网址是 http://localhost:8080/#/darknetwork
办公学习类的网址是 http://localhost:8080/#/darkoffice
阅读写作类的网址是 http://localhost:8080/#/darkreading
chat -> Relations
development -> Programming
games -> Games
image_graphics -> Photos
music -> MusicAndSound
network -> Network
office -> Office
others -> Others
reading -> Reading
themes -> Themes
tools -> Tools
video -> Videos
注:本产品需要配合存储库: https://gitee.com/deepin-community-store/deepin-community-store 使用!
本仓库的Gitee地址: https://gitee.com/deepin-community-store/DCSAPP_WEB
本仓库的GitHub地址: https://github.com/z-rx/dcsapp-web