├── .gitignore
├── .nojekyll
├── README.md
├── _coverpage.md
├── _navbar.md
├── _sidebar.md
├── en-us
├── QA.md
├── README.md
├── _sidebar.md
├── guide.md
└── tutorial_newcomer.md
├── eros-products
├── dgg.png
├── dgg1.jpg
├── dgg2.jpg
├── dgg3.jpg
├── dgg4.jpg
├── dgg5.jpg
├── dgg6.jpg
├── duoli1.jpeg
├── duoli2.jpeg
├── duoli3.jpeg
├── duoli4.jpeg
├── fod1.jpg
├── fod2.jpg
├── fod3.jpg
├── fushan.jpeg
├── ger1.png
├── ger2.png
├── ger3.png
├── ger4.png
├── ger5.png
├── jex.png
├── jex1.png
├── jex2.png
├── jex3.png
├── jinxuan1.jpeg
├── jinxuan2.jpeg
├── jinxuan3.jpeg
├── jinxuan4.png
├── jinxuan5.png
├── korea1.png
├── korea2.png
├── korea3.png
├── mmphoto1.png
├── mmphoto10.png
├── mmphoto2.png
├── mmphoto3.png
├── mmphoto4.png
├── mmphoto5.png
├── mmphoto6.png
├── mmphoto7.png
├── mmphoto8.png
├── mmphoto9.png
├── school1.jpeg
├── school2.jpeg
├── school3.jpeg
├── school4.jpeg
├── school5.jpeg
├── shawn1.jpeg
├── shawn2.jpeg
├── shawn3.jpeg
├── shawn4.jpeg
├── shawn5.jpeg
├── shawn6.jpeg
├── spell1.png
├── spell2.png
├── spell3.png
├── spell4.png
├── star-new.jpeg
├── star-new1.jpeg
├── star-new2.jpeg
├── star-new3.jpeg
├── star-new4.jpeg
├── star-new5.jpeg
├── star-new6.jpeg
├── star-new7.jpeg
├── star-new8.jpeg
├── star-new9.jpeg
├── star.jpeg
├── star1.jpeg
├── star2.jpeg
├── star3.jpeg
├── star4.jpeg
├── star5.jpeg
├── star6.jpeg
├── star7.jpeg
├── star8.jpeg
├── star9.jpeg
├── wins.png
├── wins1.png
├── wins2.png
├── wins3.png
├── wins4.png
├── zero.jpg
├── 头条.png
├── 慧生活.png
├── 蜂觅.png
├── 蜂觅2.png
├── 蜂觅3.png
├── 蜂觅4.png
├── 蜂觅5.png
├── 连云港政协.jpg
└── 连云港政协2.jpg
├── index.html
└── zh-cn
├── 3d_getui.md
├── QA.md
├── README.md
├── advanced_appboard.md
├── advanced_bindingx.md
├── advanced_diff.md
├── advanced_mediator.md
├── advanced_publish.md
├── android_config.md
├── android_env.md
├── android_image.md
├── android_pack.md
├── android_plugin_integration.md
├── android_wx_apply.md
├── app_base_library.md
├── base_config.md
├── base_debug.md
├── base_dependencies.md
├── base_dev.md
├── base_env.md
├── base_extend.md
├── base_init.md
├── eros_intro.md
├── eros_plugin.md
├── eros_sdk_component.md
├── eros_sdk_module.md
├── eros_widget.md
├── image
├── addAccounts.png
├── addGetuiJson.jpeg
├── advanced_bindingx.gif
├── androidDemo.gif
├── bmap.jpg
├── bmap1.png
├── chart1.png
├── debug.gif
├── debug.png
├── del_link1.png
├── del_link2.png
├── eros-qq-qrcode.png
├── eros.ico
├── gesunlock.gif
├── getui.jpg
├── hotRefresh.gif
├── idfaSet.png
├── iosInstallError.jpeg
├── iosqr.png
├── modify_gradle_verison.jpg
├── qbmDatePicker.gif
├── removeAtsdk.png
├── right.png
├── rightItem@2x.png
├── shang.jpeg
├── show.gif
└── xiaohua.png
├── ios_config.md
├── ios_image.md
├── ios_project.md
├── other_plugin.md
├── plugin_amap.md
├── plugin_getui_push.md
├── plugin_umAnalytics.md
├── plugin_wx_pay.md
├── plugin_wx_share.md
├── recommend.md
├── tutorial_newcomer.md
├── update_log_all.md
├── update_log_android.md
├── update_log_cli.md
├── update_log_ios.md
└── update_log_template.md
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
--------------------------------------------------------------------------------
/.nojekyll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/.nojekyll
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # 介绍
3 | **eros 是基于 [weex](https://weex-project.io/cn/) 封装面向前端的 vue 写法的解决方案,由于 app 开发的特殊性,eros 则更偏重关心于整个 app 项目。**
4 |
5 |
8 |
9 | | Android download QR code |
10 | |---------|
11 | ||
12 |
13 | * [Android 下载链接](https://fir.im/weexerosandroid)
14 |
15 |
16 | > 开发者可以扫描二维码来下载 Android 版本 eros app 来进行体验,iOS 请自行按照教程运行 demo 查看效果;
17 |
18 | # 开发之前你需要知道
19 | **如果您是前端开发者:**
20 | * 一定要熟练使用 vue 开发
21 | * 一定要详细阅读 weex 的文档,尤其是与 web 环境,vue 开发差异的部分。
22 | * 在开发客户端应用中,会有遇到无数的环境问题,程序问题,代码问题,绝大多数问题都可以在网上查到对应解决方案,在提出问题或者 issue 的时候,还请先自行尝试解决,eros 的环境安装会耗费很长的时间,你懂的。
23 | * 需要熟悉客户端开发打包流程。
24 |
25 | > 很多前端开发者在环境问题上便半途而废了,不过 eros 会一直完善文档,开发群中也会有大量开发者为您解答,还请保持一颗有始有终的心,会有收获的。
26 |
27 | **如果您是客户端开发者:**
28 |
29 | 那么环境您会迅速搭建起来,然后跟着熟读 vue,weex 的文档,因为 vue 上手非常快,最后跟着 eros 的新手教程写几个 demo 便可以开始开发,还可以轻松拓展 module。
30 |
31 | # 必备知识
32 | 开发之前您需要学习 weex 知识,并且能熟练使用 vue 开发,文档地址如下。
33 | * [weex](http://weex.apache.org/cn/guide/)
34 | * [vue](https://cn.vuejs.org/v2/guide/)
35 |
36 | # 支持性
37 | > 跟随着 weex 的支持性,`但目前我们并不支持开发代码兼容 web 端`
38 |
39 | * Android 4.1 (API 16)
40 | * iOS 8.0+
41 | * WebKit 534.30+
42 |
43 | # eros 优点
44 | eros 提供了:
45 | * 详细的文档来解决环境搭建过程中的坑。
46 | * 一套代码编译成 ios,android 两端原生应用。
47 | * 封装了大量 weex module,让前端开发方便进行原生的操作。
48 | * 支持大量 `echart` 实例运行。
49 | * 可以通过 `appboard` 机制来减少多页面项目中的代码冗余,减少包体积,并可以对其实时修改。
50 | * 内置了一套完整的 JS 二次封装 module (widget) ,直接通过 vue 插件系统注入,直接在 `this` 上调用,可根据业务自行修改。
51 | * 内置了中介者服务,来进行多个页面间的交互,并可以管理业务。
52 | * 内置了服务器端增量发布更新逻辑,可以搭配着开源的简易增量发布系统一起使用。
53 | * 支持真机和模拟器通过 `weex debug` 来断点调试,程序报错均会有报错日志弹窗提示。
54 |
55 | 可以通过脚手架:
56 | * 直接生成开发最新模板。
57 | * 启动服务进行实时开发效果查看和 debug 调试。
58 | * 更新开发平台所需 eros 依赖。
59 | * 直接 `pack` 对应平台内置 `JS Bundle`。
60 | * 支持生成全量包,增量包,并内置与更新服务器交互逻辑。
61 | * 支持同步更新模板内容。
62 | * 支持 weex 的 vue 入口和 js 入口两种开发方式。
63 |
64 | 支持市面上流行的组件库:
65 | * [weex-ui](https://github.com/alibaba/weex-ui) ( 阿里出品,推荐使用 )
66 | * [bui](https://github.com/bingo-oss/bui-weex)
67 |
68 | # eros 不足
69 | > eros 开发中也有很多限制,需要开发者自行斟酌。
70 |
71 | * 尽管 weex 支持编译三端,**但 eros 目前不支持浏览器端**,目前只会专注于原生。
72 | * eros 暂时不能自动使用 weex 市场,但如果您有原生开发经验可以自行接入。
73 | * 由于 eros 对 **JS Bundle** 运行机制采用了 appboard 机制来减少了 js bundle 的大小,导致 weex debug 需要特定的处理。
74 | * 如果遇到复杂的页面,如 IM 之类的,eros 建议用原生实现,weex 应付此类需求还是比较吃力。
75 |
76 | # 原理视图
77 |
78 | 
79 | [大图地址](http://on-img.com/chart_image/59c5d743e4b0d34a18d69580.png)
80 |
81 | # 开源现状
82 | 目前 `eros` 已有数十个 app 在开发中和上线的状态,其中有正在开发中的国外应用 **starLife(100+页面)**,也有国内正在开发的**蜂觅(60+ 页面)**,还有**已上线的应用都在 0-50+ 页面不等**,涉及行业分布于资讯,招商,购物,政府,办公等等。
83 |
84 |
85 | 后续版本中会陆续展示优秀项目到首页,所以开发者大可放心,已基于 MIT 协议开源。
86 |
87 |
88 | # 周边系统
89 | | Project | Description |
90 | |---------|-------------|
91 | | [eros-cli](https://github.com/bmfe/eros-cli) | 简单的 eros 项目构建工具,可以提供搭建,开发,调试和发布等功能。 |
92 | | [eros-publish](https://github.com/bmfe/eros-publish) | 简单的服务器差分包更新逻辑,需要和脚手架搭配使用。 |
93 | | [eros-ios-library](https://github.com/bmfe/Benmu-iOS-Library) | eros ios Weex 项目依赖库。 |
94 | | [eros-ios-sdk](https://github.com/bmfe/WeexiOSSDK) | eros ios Weex sdk。 |
95 | | [eros-android-framework](https://github.com/bmfe/WeexErosFramework) | eros weex 移动解决方案安卓端框架。 |
96 | | [eros-android-widget](https://github.com/bmfe/BMWidget) | eros 安卓组件库。 |
97 | | [eros-android-sdk](https://github.com/bmfe/WeexSDK) | eros 安卓移动解决方案安卓端 WeexSDK。 |
98 |
99 | # 社区贡献
100 | * [eros 网易严选](https://github.com/bmfe/eros-yanxuan-demo-v2)
101 | * [weex-eros-book 书籍阅读 app](https://github.com/wennjie/weex-book)
102 | * [lygtq-eros-publish 服务器增量发布逻辑](https://github.com/hodgevk/lygtq-eros-publish)
103 | * [eros-node-server 服务器增量发布逻辑](https://github.com/shawn-tangsc/eros-node-server)
104 |
105 | # 讨论组
106 | eros 正式开源到现在已经有了一个拥有大量开发者的群,群里有大量开发者已经有 eros 产品在开发中和已上线,为了维护一个良好的环境,还请先熟知以下群规:
107 |
108 | * **此并不是流量群,也并非广告群,是为了大家一起成长,保证信息的有效性,如果发黄赌毒,不和谐言语,与学习无关的广告,推广内容,无关小程序,不会商量,直接会被踢,且不会再有入群机会。**
109 | * eros开发中遇到任何问题可以随时发到群里 weex开发相关可以一起讨论。
110 | * 如果不能及时回答也请耐心等待,群里开发丰富经验的同学会帮您一起看问题。
111 | * 除了 eros 自身紧急 BUG 外的问题,均需要提 issue,我们会按 issue 处理,目的是为了更好的给其他开发者参考,紧急问题请直接抛到群里,我们会直接远程帮助您调试。
112 |
113 | QQ群:
114 | 开发者1群 **667379588** (满员)
115 | 开发者2群 **798677297**
116 |
117 | # License
118 | [MIT](https://opensource.org/licenses/MIT)
119 |
120 | Copyright (c) 2018-present, Byte Master Front End
--------------------------------------------------------------------------------
/_coverpage.md:
--------------------------------------------------------------------------------
1 | # **EROS**
2 |
3 | > 一套 JS 代码,两端原生应用。
4 |
5 | [GitHub](https://github.com/bmfe/eros)
6 | [Get Started](#介绍)
7 |
8 |
9 | 
--------------------------------------------------------------------------------
/_navbar.md:
--------------------------------------------------------------------------------
1 | - [中文](/zh-cn/)
2 | - [En](/en-us/)
--------------------------------------------------------------------------------
/_sidebar.md:
--------------------------------------------------------------------------------
1 | - [ 基础 ]
2 | - [集成环境](/zh-cn/base_env)
3 | - [生成项目](/zh-cn/base_init)
4 | - [配置相关](/zh-cn/base_config)
5 | - [开发调试](/zh-cn/base_debug)
6 | - [业务开发](/zh-cn/base_dev)
7 | - [依赖更新](/zh-cn/base_dependencies)
8 |
9 | - [ 教程 ]
10 | - [入门](/zh-cn/tutorial_newcomer)
11 |
12 | - [ 拓展 ]
13 | - [eros | 增强](/zh-cn/base_extend)
14 | - [eros | widget](/zh-cn/eros_widget)
15 | - [eros | module](/zh-cn/eros_sdk_module)
16 | - [eros | component](/zh-cn/eros_sdk_component)
17 |
18 | - [进阶]
19 | - [appboard](/zh-cn/advanced_appboard)
20 | - [mediator](/zh-cn/advanced_mediator)
21 | - [bindingx](/zh-cn/advanced_bindingx)
22 | - [热更新原理](/zh-cn/advanced_diff)
23 | - [eros-publish](/zh-cn/advanced_publish)
24 |
25 | - [ Android 开发相关 ]
26 | - [配置](/zh-cn/android_config)
27 | - [图片相关配置](/zh-cn/android_image)
28 | - [发布打包](/zh-cn/android_pack)
29 |
30 | - [ iOS 开发相关 ]
31 | - [App名称、版本号设置](/zh-cn/ios_config)
32 | - [图片相关配置](/zh-cn/ios_image)
33 | - [工程简介及扩展](/zh-cn/ios_project)
34 |
35 | - [ Q & A ]
36 | - [问题集合](/zh-cn/QA)
37 |
38 | - [ 更新日志 ]
39 | - [汇总](/zh-cn/update_log_all)
40 |
41 |
42 |
43 |
44 |
45 | - [ Eros-Plugin ]
46 | - [插件化](/zh-cn/eros_plugin)
47 | - [基础库](/zh-cn/app_base_library)
48 | - [微信分享+微信登录](/zh-cn/plugin_wx_share)
49 | - [微信支付](/zh-cn/plugin_wx_pay)
50 | - [个推推送](/zh-cn/plugin_getui_push)
51 | - [高德地图](/zh-cn/plugin_amap)
52 | - [友盟统计](/zh-cn/plugin_umAnalytics)
53 | - [更多插件](/zh-cn/other_plugin)
54 |
55 | - [ 社区及推荐博文 ]
56 | - [推荐阅读](/zh-cn/recommend)
57 |
--------------------------------------------------------------------------------
/en-us/QA.md:
--------------------------------------------------------------------------------
1 | ## Q: phone cannot online after setting agent
2 |
3 | A:
4 |
5 | 1.First check the documentation for`development and debugging`,Check to see if the agent tool is open(charles、fiddler or others),If not open, please open the relevant agent tools;
6 |
7 | - Charles Use tutorials:http://www.jianshu.com/p/fdd7c681929c
8 | - Fiddler Use tutorials:http://www.jianshu.com/p/99b6b4cd273c
9 |
10 | ## Q: eros dev development service unsuccessful
11 |
12 | A:
13 | if report an error
14 | ```
15 | ...
16 | webpackRun.run is not a function
17 | ...
18 | ```
19 | please `cd` in your new project to try
20 |
21 | **mac/linux:**
22 | Normally mac/linux there will not be any problem,if prompted to insufficient permissions, please use `sudo`。
23 |
24 | **windows**
25 | if prompted to insufficient permissions,if `dev.json` not modified.The default is port 80,Please find out 80 port occupation and shut down him。
26 |
27 | If reported the following error:
28 | > vue packages version mismatch
29 |
30 | Please install weex-toolkit globally ,and run:
31 | ```
32 | weex repair
33 | ```
34 |
35 | ## Q: Why is my current js bundle so big
36 |
37 | A:
38 | Currently, scaffolding is integrating tree-shaking,because the official did not use tree-shaking to optimize package size,so it takes time。
39 |
40 | Currently, you can optimize first:
41 | ```
42 | // Currently:
43 | import {buiButton} from 'Eros/bui'
44 |
45 | // instead of:
46 | import buiButton from 'Eros/bui/components/buiButton'
47 | ```
48 |
49 | This can significantly reduce the package size.
50 |
51 | ## Q: iOS resources download slow,or waiting time is huge(command: eros install ios)
52 |
53 | A:
54 |
55 | After performing ` eros install ios ` command will load from the git ios project required tripartite SDK,Because of network reason, or is the reason of wall some resources load huge slow. Even failed to load as shown below:
56 |
57 | 
58 |
59 | **Solution**:Download the resource file from https://github.com/xiaohuapunk/WeexEros3Rd to the local,And copy (your project directory)/platforms/ios/WeexEros, and then run the eros install ios command again;
60 |
61 | ## Q: IOS template engineering certificateless real machine debugging
62 |
63 | A:
64 |
65 | > Since the release of Xcode7, Apple has allowed developers to debug without a license (there are some differences with the certificate, many functions are not used, such as push), a few steps can be achieved without certificate real machine debugging;
66 |
67 | ##### 1.Registered personal AppleID account
68 |
69 | - Log in to the developer background (https://developer.apple.com/) register an AppleID, if you have an account (that is, download the app log in to the account) to log in, agree to the terms;
70 |
71 | - In the Xcode account settings, add an account
72 |
73 | 
74 |
75 | ##### 2No certificate real machine debugging need to close the `Push Notifications` function; otherwise it will report the following error message👇
76 |
77 | > Our template opened the push function, so you need to turn this feature off, personal account is not the function
78 |
79 |
80 | 
81 |
82 | Solution:
83 |
84 | - Modify `Bundle Identifier` note:Need to be modified into something not used by others, Apple will verify the uniqueness
85 |
86 | 
87 |
88 | - modify`team`,choose `None`(Need to set `team` to `none`)
89 |
90 | 
91 |
92 | - Find Gapabilities,Turn `Push Notifications` off
93 |
94 | 
95 |
96 | ##### 3.Set Team to your own account
97 |
98 | ##### Upgrade engineering files
99 | > remember to back up the project before updating
100 | > Some updates need to update the project file, not updated by `instal`, you need to use` eros update` command;
101 |
102 | After the terminal type `eros update` enter the file path prompts to update
103 |
104 | The following is each file path
105 | - install.sh: `/platforms/ios/WeexEros/install.sh`
106 | - Info:`/platforms/ios/WeexEros/WeexEros/Info.plist`
107 | - Podfile:`/platforms/ios/WeexEros/Podfile`
108 | - AppDelegate.m: `/platforms/ios/WeexEros/WeexEros/AppDelegate.m`
109 | After the upgrade needs to be execute again `eros install ios`
110 |
111 | ##### Remove ATSDK
112 | `Weex` default `integration of the ATSDK` performance monitoring tools, `Eros` also integrated the sdk before, sdk private api used, will result in the audit does not pass, `Eros` has now removed it, if you have been using the `Eros` iOS app developed below Is the removal method:
113 |
114 | > 2017.12.22 Initialization of the project does not require this operation
115 |
116 | ##### 1.Upgrade Podfile file
117 |
118 | - Podfile:`eros update`,The path to fill in `/platforms/ios/WeexEros/Podfile`.
119 |
120 |
121 | ##### 2.After upgrading, you need to run `eros install ios` again
122 | ##### 3.Modify the configuration file
123 |
124 | > In Xcode: Find the `Other Linker Flags` and expand it, remove the `ATSDK` references in Debug and Release, and note that you need to also remove the `-framework` above
125 |
126 | 
127 |
128 | ##### 4.Re-run, successful operation shows that the removal was successful
129 |
130 | ## Q: errCode->wx_network_error msg->Unable to resolve host 'app.weex-eros.com':No address associated with hostname
131 |
132 | A:
133 | If this error proves that your phone or emulator is unable to connect to your service, you need to check the following to troubleshoot why you can not connect to the service.
134 | 1. Confirm service is open, you can access services such as: app.weex-eros.com: 8889 (if the port is not the same or need to change the corresponding).
135 | 2. If the computer can normally visit, then use the mobile browser to continue to view.
136 | 3. If the phone browser is not accessible then you may need to connect to the proxy.
137 | 4. If you set the proxy still can not access, please confirm whether the proxy is set up successfully, you can try to use mobile phone to access Baidu, whether it can visit, and the agent captured successfully.
138 | 5. If you do not want to set up an agent, try accessing your service directly from your phone's browser using ip (if ported plus), if you can directly access it successfully.You can change the jsServer field in your eros-demo/config /eros.native.js file to your ip (plus port if you remember).
139 | Then please re-pack running Android program
140 |
141 |
142 | ## Q: Android how to modify the package name (the same phone can run 2 eros project).
143 |
144 | A: Modify gradle.properties file APPLICATION_ID (gradle.properties file in the project with the directory).
145 |
146 |
147 | ## Q: Failed to resolve: com.android.support:appcompat
148 | ```
149 | Failed to resolve: com.android.support:appcompat-v7:25.3.1
150 | Add Google Maven repository and sync project
151 | Show in File
152 | Show in Project Structure dialog
153 | ```
154 | A: At this time you can click Add Google Maven repository and sync project to wait for the compilation to finish
155 |
--------------------------------------------------------------------------------
/en-us/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Introduction
3 | **eros is based on [weex](https://weex-project.io/index.html) packaging front-facing vue wording solution, due to the particularity of app development, eros is more focused on the entire app project.**
4 |
5 | | iOS DEMO built-in | ios version download | android version download |
6 | |---------|---------|---------|
7 | ||||
8 |
9 | * [iOS Download Link](http://fir.im/eros)
10 | * [Android Download Link](https://fir.im/weexerosandroid)
11 |
12 |
13 | > Developers can scan the QR code to download eros app to experience, iOS first need to open the App ** Settings -> General -> Device Management Trust Development Certificate.**
14 |
15 | # You need to know before developing
16 | **If you are a front-end developer:**
17 | * Must be proficient in using vue development
18 | * Be sure to read the weex documentation, especially with the web environment, vue development differences.
19 | * In the development of client applications, there will be numerous environmental problems encountered, program problems, code problems, the vast majority of problems can be found on the Internet corresponding solutions, in the issue or issue, please try it yourself solve, eros environment installation can take a long time, you understand.
20 | -* Need to be familiar with the client development package process.
21 | * Need to be familiar with the client development package process.
22 |
23 | > Many front-end developers are halfway through environmental issues, but eros keeps improving their documentation, and there are plenty of developers in the development community who can help you answer it. Keep it up-to-date and rewarding.
24 |
25 | **If you are a client developer:**
26 |
27 | Then environment you will quickly set up, and then follow the familiar vue, weex documentation, because vue get started very quickly, and finally follow eros tutorial to write a few demo can start the development, you can easily expand the module.
28 | # Essential knowledge
29 | Before you develop you need to learn about weex knowledge, and be proficient with vue development, the documentation address is as follows.
30 | * [weex](http://weex.apache.org/cn/guide/)
31 | * [vue](https://cn.vuejs.org/v2/guide/)
32 |
33 | # Support
34 | > Follow weex support, `but for the moment we do not support developing code compatible web-side`
35 |
36 | * Android 4.1 (API 16)
37 | * iOS 8.0+
38 | * WebKit 534.30+
39 |
40 | # eros 优点
41 | eros advantages:
42 | * Detailed documentation to solve the trouble in construction environment。
43 | * A set of code compiled into ios, android native application at both ends.
44 | * Encapsulated a large number of weex module, so that front-end development to facilitate the native operation.
45 | * Support a large number of echart examples running.
46 | * Reduce code redundancy in multi-page projects with the appboard js bundle, reduce package size, and make real-time changes to it.
47 | * Built a set of complete JS secondary package module (widget), injected directly through the vue plug-in system, directly called in this, according to the business to modify.
48 | * Built-in intermediary service to interact with multiple pages and manage business.
49 | * Built-in server-side incremental release update logic, can be used together with the open source incremental incremental release system.
50 | * Support for real machines and simulators through `weex debug` breakpoint debugging, the program will be error log error prompts.
51 |
52 | cli provides:
53 | * Generate directly to the development of the latest template.
54 | * Start the service for real-time development of view and debugging debugging.
55 | * Update eros dependencies required for development platform.
56 | * Direct `pack` platform built-in` JS Bundle`.
57 | * Support for generating full package, incremental package, and built-in and update server interaction logic.
58 | * Support synchronous update template content.
59 | * Support weex vue entrance and js entrance of two development methods.
60 |
61 | Support the popular component library:
62 | * [weex-ui](https://github.com/alibaba/weex-ui) ( (Ali produced, recommended )
63 | * [bui](https://github.com/bingo-oss/bui-weex)
64 |
65 | # eros not enough
66 | > eros development there are many restrictions, developers need to consider.
67 |
68 | * -Although weex supports compiling three-terminal, ** eros does not currently support browser-side ** and currently only focuses on native.
69 | * eros can not automatically use weex market temporarily, but if you have native development experience you can access.
70 | * Because eros uses the appboard mechanism with the ** JS Bundle ** run-time mechanism to reduce the size of the js bundle, weex debug requires special processing.
71 | * If you encounter complex pages, such as IM, eros recommended native implementation, weex to cope with such needs is still relatively difficult.
72 |
73 | # Principle view
74 |
75 | 
76 | [Big Picture Address](http://on-img.com/chart_image/59c5d743e4b0d34a18d69580.png)
77 |
78 | # The status of open source
79 | Currently, there are dozens of apps in development and on-line state, including the overseas application ** starLife (100+ pages) ** under development, as well as the domestic search ** (60+ pages ) **, there are ** applications are on the line 0-50 + page ranging **, involving the industry in information, medical, investment, shopping, government, office and so on.
80 |
81 | Future releases will continue to showcase excellent projects to the home page, so developers can rest assured that this is not a KPI project (the company does not have KPIs) and has been open source based on the MIT protocol.
82 |
83 |
84 | # Peripheral system
85 | | Project | Description |
86 | |---------|-------------|
87 | | [eros-cli](https://github.com/bmfe/eros-cli) | Simple eros project building tools for building, developing. |
88 | | [eros-publish](https://github.com/bmfe/eros-publish) | Simple server differential package update logic needs to be used with scaffolding. |
89 | | [eros-ios-library](https://github.com/bmfe/eros-plugin-ios-baseLibrary) | eros ios The Weex project depends on libraries. |
90 | | [eros-ios-sdk](https://github.com/bmfe/WeexiOSSDK) | eros ios Weex sdk。 |
91 | | [eros-android-framework](https://github.com/bmfe/WeexErosFramework) | eros weex Mobile Solutions Android Side Framework. |
92 | | [eros-android-widget](https://github.com/bmfe/BMWidget) | eros Android Component Library. |
93 | | [eros-android-sdk](https://github.com/bmfe/WeexSDK) | eros Android Mobile Solutions Android WexSDK. |
94 |
95 | # 社区贡献
96 | * [eros-yanxuan-demo](https://github.com/bmfe/eros-yanxuan-demo-v2)
97 | * [weex-eros-book Reading app](https://github.com/wennjie/weex-book)
98 | * [lygtq-eros-publish Server Incremental Publishing Logic](https://github.com/hodgevk/lygtq-eros-publish)
99 | * [eros-node-server Server Incremental Publishing Logi](https://github.com/shawn-tangsc/eros-node-server)
100 |
101 | # Discussion group
102 | eros officially open source now has a development group of nearly 300 people (only by invitation), there are a large number of developers in the group have eros product development and has been on the line, in order to maintain a good environment, please Familiarity with the following group rules:
103 |
104 | * This is not a traffic group, nor is it an advertising group, is to grow together to ensure the effectiveness of information, if the pornography gambling, discordant language, learning unrelated advertising, promotional content, irrelevant applets, not Will discuss, will be kicked directly, and no longer have the opportunity to enter.**
105 | * Eros development encountered any problems can be sent to the group weex development can be discussed together.
106 | * If you can not answer in a timely manner, please wait patiently, develop rich experience in the group of students will help you see the problem together.
107 | * In addition to eros its own emergency BUG issues, we need to raise issues, we will deal with the issue, the purpose is to better reference for other developers, emergency issues thrown directly into the group, we will be directly to help you remotely debug.
108 |
109 |
110 | **QQ group**:
111 | group1: **667379588** (full)
112 | group2: **798677297**
113 |
114 | # License
115 | [MIT](https://opensource.org/licenses/MIT)
116 |
117 | Copyright (c) 2018-present, Byte Master Front End
--------------------------------------------------------------------------------
/en-us/_sidebar.md:
--------------------------------------------------------------------------------
1 | -
2 | - [Home](/en-us/)
3 |
4 | - [ Tutorial ]
5 | - [newcomer](/en-us/tutorial_newcomer)
6 |
7 | - [ Basic ]
8 | - [environment](/en-us/base_env)
9 | - [init project](/en-us/base_init)
10 | - [eros config](/en-us/base_config)
11 | - [develop & debug](/en-us/base_debug)
12 | - [hello eros](/en-us/base_dev)
13 | - [dependices update](/en-us/base_dependencies)
14 |
15 |
16 | - [ Extend ]
17 | - [eros-extend](/en-us/base_extend)
18 | - [eros-widget](/en-us/eros_widget)
19 | - [eros-module](/en-us/eros_sdk_module)
20 | - [eros-component](/en-us/eros_sdk_component)
21 |
22 | - [ Advanced ]
23 | - [JS Bundle remote update](/en-us/advanced_diff)
24 |
25 | - [ Android Config ]
26 | - [config](/en-us/android_config)
27 | - [release package](/en-us/android_pack)
28 |
29 | - [ iOS Config ]
30 | - [appname, version config](/en-us/ios_config)
31 | - [image config](/en-us/ios_image)
32 |
33 | - [ Q & A ]
34 | - [all](/en-us/QA)
35 |
36 | - [ Update Logs ]
37 | - [all](/en-us/update_log_all)
38 |
39 | - [ Third-party Services ]
40 | - [push](/en-us/3d_getui)
41 |
--------------------------------------------------------------------------------
/en-us/guide.md:
--------------------------------------------------------------------------------
1 | # Guide
2 |
3 |
4 | #quick-start
--------------------------------------------------------------------------------
/en-us/tutorial_newcomer.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/en-us/tutorial_newcomer.md
--------------------------------------------------------------------------------
/eros-products/dgg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg.png
--------------------------------------------------------------------------------
/eros-products/dgg1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg1.jpg
--------------------------------------------------------------------------------
/eros-products/dgg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg2.jpg
--------------------------------------------------------------------------------
/eros-products/dgg3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg3.jpg
--------------------------------------------------------------------------------
/eros-products/dgg4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg4.jpg
--------------------------------------------------------------------------------
/eros-products/dgg5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg5.jpg
--------------------------------------------------------------------------------
/eros-products/dgg6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/dgg6.jpg
--------------------------------------------------------------------------------
/eros-products/duoli1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/duoli1.jpeg
--------------------------------------------------------------------------------
/eros-products/duoli2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/duoli2.jpeg
--------------------------------------------------------------------------------
/eros-products/duoli3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/duoli3.jpeg
--------------------------------------------------------------------------------
/eros-products/duoli4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/duoli4.jpeg
--------------------------------------------------------------------------------
/eros-products/fod1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/fod1.jpg
--------------------------------------------------------------------------------
/eros-products/fod2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/fod2.jpg
--------------------------------------------------------------------------------
/eros-products/fod3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/fod3.jpg
--------------------------------------------------------------------------------
/eros-products/fushan.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/fushan.jpeg
--------------------------------------------------------------------------------
/eros-products/ger1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/ger1.png
--------------------------------------------------------------------------------
/eros-products/ger2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/ger2.png
--------------------------------------------------------------------------------
/eros-products/ger3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/ger3.png
--------------------------------------------------------------------------------
/eros-products/ger4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/ger4.png
--------------------------------------------------------------------------------
/eros-products/ger5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/ger5.png
--------------------------------------------------------------------------------
/eros-products/jex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jex.png
--------------------------------------------------------------------------------
/eros-products/jex1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jex1.png
--------------------------------------------------------------------------------
/eros-products/jex2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jex2.png
--------------------------------------------------------------------------------
/eros-products/jex3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jex3.png
--------------------------------------------------------------------------------
/eros-products/jinxuan1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jinxuan1.jpeg
--------------------------------------------------------------------------------
/eros-products/jinxuan2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jinxuan2.jpeg
--------------------------------------------------------------------------------
/eros-products/jinxuan3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jinxuan3.jpeg
--------------------------------------------------------------------------------
/eros-products/jinxuan4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jinxuan4.png
--------------------------------------------------------------------------------
/eros-products/jinxuan5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/jinxuan5.png
--------------------------------------------------------------------------------
/eros-products/korea1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/korea1.png
--------------------------------------------------------------------------------
/eros-products/korea2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/korea2.png
--------------------------------------------------------------------------------
/eros-products/korea3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/korea3.png
--------------------------------------------------------------------------------
/eros-products/mmphoto1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto1.png
--------------------------------------------------------------------------------
/eros-products/mmphoto10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto10.png
--------------------------------------------------------------------------------
/eros-products/mmphoto2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto2.png
--------------------------------------------------------------------------------
/eros-products/mmphoto3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto3.png
--------------------------------------------------------------------------------
/eros-products/mmphoto4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto4.png
--------------------------------------------------------------------------------
/eros-products/mmphoto5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto5.png
--------------------------------------------------------------------------------
/eros-products/mmphoto6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto6.png
--------------------------------------------------------------------------------
/eros-products/mmphoto7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto7.png
--------------------------------------------------------------------------------
/eros-products/mmphoto8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto8.png
--------------------------------------------------------------------------------
/eros-products/mmphoto9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/mmphoto9.png
--------------------------------------------------------------------------------
/eros-products/school1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/school1.jpeg
--------------------------------------------------------------------------------
/eros-products/school2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/school2.jpeg
--------------------------------------------------------------------------------
/eros-products/school3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/school3.jpeg
--------------------------------------------------------------------------------
/eros-products/school4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/school4.jpeg
--------------------------------------------------------------------------------
/eros-products/school5.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/school5.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn1.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn2.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn3.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn4.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn5.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn5.jpeg
--------------------------------------------------------------------------------
/eros-products/shawn6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/shawn6.jpeg
--------------------------------------------------------------------------------
/eros-products/spell1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/spell1.png
--------------------------------------------------------------------------------
/eros-products/spell2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/spell2.png
--------------------------------------------------------------------------------
/eros-products/spell3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/spell3.png
--------------------------------------------------------------------------------
/eros-products/spell4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/spell4.png
--------------------------------------------------------------------------------
/eros-products/star-new.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new1.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new2.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new3.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new4.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new5.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new5.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new6.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new7.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new7.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new8.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new8.jpeg
--------------------------------------------------------------------------------
/eros-products/star-new9.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star-new9.jpeg
--------------------------------------------------------------------------------
/eros-products/star.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star.jpeg
--------------------------------------------------------------------------------
/eros-products/star1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star1.jpeg
--------------------------------------------------------------------------------
/eros-products/star2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star2.jpeg
--------------------------------------------------------------------------------
/eros-products/star3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star3.jpeg
--------------------------------------------------------------------------------
/eros-products/star4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star4.jpeg
--------------------------------------------------------------------------------
/eros-products/star5.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star5.jpeg
--------------------------------------------------------------------------------
/eros-products/star6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star6.jpeg
--------------------------------------------------------------------------------
/eros-products/star7.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star7.jpeg
--------------------------------------------------------------------------------
/eros-products/star8.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star8.jpeg
--------------------------------------------------------------------------------
/eros-products/star9.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/star9.jpeg
--------------------------------------------------------------------------------
/eros-products/wins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/wins.png
--------------------------------------------------------------------------------
/eros-products/wins1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/wins1.png
--------------------------------------------------------------------------------
/eros-products/wins2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/wins2.png
--------------------------------------------------------------------------------
/eros-products/wins3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/wins3.png
--------------------------------------------------------------------------------
/eros-products/wins4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/wins4.png
--------------------------------------------------------------------------------
/eros-products/zero.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/zero.jpg
--------------------------------------------------------------------------------
/eros-products/头条.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/头条.png
--------------------------------------------------------------------------------
/eros-products/慧生活.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/慧生活.png
--------------------------------------------------------------------------------
/eros-products/蜂觅.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/蜂觅.png
--------------------------------------------------------------------------------
/eros-products/蜂觅2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/蜂觅2.png
--------------------------------------------------------------------------------
/eros-products/蜂觅3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/蜂觅3.png
--------------------------------------------------------------------------------
/eros-products/蜂觅4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/蜂觅4.png
--------------------------------------------------------------------------------
/eros-products/蜂觅5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/蜂觅5.png
--------------------------------------------------------------------------------
/eros-products/连云港政协.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/连云港政协.jpg
--------------------------------------------------------------------------------
/eros-products/连云港政协2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bmfe/eros-docs/026b6a0471565142f4f863aeeb2c4fd36a14a6f4/eros-products/连云港政协2.jpg
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |