Skip to content

Commit

Permalink
Delete mini program (#2433)
Browse files Browse the repository at this point in the history
* feat(platform-adapter): delete mini

* doc(platform-adapter): delete doc for miniprogram
  • Loading branch information
singlecoder authored Nov 20, 2024
1 parent 9a2b42f commit 08ba50a
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 600 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ types
/boilerplates/*/node_modules
lib
dist
dist-miniprogram
coverage
.nyc_output
npm-debug.log*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Features

- 🖥  **Platform** - Support HTML5 and Alipay miniprogram
- 🖥  **Platform** - Support HTML5 and wechat minigame
- 🔮  **Graphics** - Advanced 2D + 3D graphics engine
- 🏃  **Animation** - Powerful animation system
- 🧱  **Physics** - Powerful and easy-to-use physical features
Expand Down
6 changes: 0 additions & 6 deletions docs/en/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
"collapse": true
}
},
"miniProgram": {
"title": "Mini Program",
"theme": {
"collapse": true
}
},
"art": {
"title": "Art",
"theme": {
Expand Down
4 changes: 0 additions & 4 deletions docs/en/assets/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,3 @@ Then visit the corresponding address:
<img src="https://mdn.alipayobjects.com/huamei_yo47yq/afts/img/A*Z4X6TKcFDaIAAAAAAAAAAAAADhuCAQ/original" alt="image-20231008163057689" style="zoom:50%;" />

> The exported project is a vite project. For more deployment solutions, refer to [vite official website](https://vitejs.dev/guide/)
## Mini Program Project

Please refer to [Mini Program Project](/en/docs/miniProgram/miniProgame/)
2 changes: 1 addition & 1 deletion docs/en/basics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ There are also some secondary ecosystem packages, which are introduced and used

Galacean Runtime runs in environments that support WebGL. So far, all major mobile and desktop browsers support this standard. You can check the compatibility of the runtime environment on [CanIUse](https://caniuse.com/?search=webgl).

In addition, **Galacean Runtime** also supports running in [Alipay/Taobao Mini Programs](/en/docs/assets/build), and developers in the community have contributed [WeChat Mini Programs/Game adaptation solutions](https://github.com/deepkolos/platformize). For some functional modules that require additional compatibility considerations, the current adaptation solutions are as follows:
For some functional modules that require additional compatibility considerations, the current adaptation solutions are as follows:

| Module | Compatibility Considerations | Specific Documentation |
| :-- | :-- | :-- |
Expand Down
241 changes: 0 additions & 241 deletions docs/en/miniProgram/miniProgame.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/zh/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
"collapse": true
}
},
"miniProgram": {
"title": "小程序",
"theme": {
"collapse": true
}
},
"art": {
"title": "美术",
"theme": {
Expand Down
3 changes: 0 additions & 3 deletions docs/zh/assets/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,3 @@ npm run build

> 导出项目为 vite 工程,更多部署方案参考 [vite 官网](https://vitejs.dev/guide/)
## 小程序项目

请参照 [小程序项目](/docs/miniProgram/miniProgame/)
2 changes: 1 addition & 1 deletion docs/zh/basics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import { WebGLEngine, Camera } from "@galacean/engine";

Galacean Runtime 在支持 WebGL 的环境下运行,到目前为止,所有主流的移动端浏览器与桌面浏览器都支持这一标准。可以在 [CanIUse](https://caniuse.com/?search=webgl) 上检测运行环境的兼容性。

此外,**Galacean Runtime** 还支持在[支付宝/淘宝小程序](/docs/miniProgram/miniProgame/)中运行,同时也有开发者在社区贡献了[微信小程序/游戏的适配方案](https://github.com/deepkolos/platformize)对于一些需要额外考虑兼容性的功能模块,当前的适配方案如下:
对于一些需要额外考虑兼容性的功能模块,当前的适配方案如下:

| 模块 | 兼容考虑 | 具体文档 |
| :-- | :-- | :-- |
Expand Down
Loading

0 comments on commit 08ba50a

Please sign in to comment.