mirror of
https://github.com/focus-creative-games/luban_unity.git
synced 2025-11-12 09:35:56 +08:00
[change] luban文档网站域名改为www.datable.cn
This commit is contained in:
parent
57e577126c
commit
005c365bac
@ -7,11 +7,11 @@ namespace Luban.Editor
|
||||
{
|
||||
|
||||
[MenuItem("Luban/About", priority = 0)]
|
||||
public static void OpenAbout() => Application.OpenURL("https://luban.doc.code-philosophy.com/docs/intro");
|
||||
public static void OpenAbout() => Application.OpenURL("https://www.datable.cn/docs/intro");
|
||||
|
||||
|
||||
[MenuItem("Luban/Quick Start")]
|
||||
public static void OpenQuickStart() => Application.OpenURL("https://luban.doc.code-philosophy.com/docs/beginner/quickstart");
|
||||
public static void OpenQuickStart() => Application.OpenURL("https://www.datable.cn/docs/beginner/quickstart");
|
||||
}
|
||||
|
||||
}
|
||||
@ -34,8 +34,8 @@ Luban standardizes the game configuration development workflow, which can greatl
|
||||
## Documentation
|
||||
|
||||
- [Luban](https://github.com/focus-creative-games/luban)
|
||||
- [Official Documentation](https://luban.doc.code-philosophy.com/)
|
||||
- [Quick Start](https://luban.doc.code-philosophy.com/docs/beginner/quickstart)
|
||||
- [Official Documentation](https://www.datable.cn/)
|
||||
- [Quick Start](https://www.datable.cn/docs/beginner/quickstart)
|
||||
- **Example Project** ([github](https://github.com/focus-creative-games/luban_examples)) ([gitee](https://gitee.com/focus-creative-games/luban_examples) )
|
||||
|
||||
## Support and Contact
|
||||
|
||||
@ -34,8 +34,8 @@ luban标准化了游戏配置开发工作流,可以极大提升策划和程序
|
||||
## 文档
|
||||
|
||||
- [Luban](https://github.com/focus-creative-games/luban)
|
||||
- [官方文档](https://luban.doc.code-philosophy.com/)
|
||||
- [快速上手](https://luban.doc.code-philosophy.com/docs/beginner/quickstart)
|
||||
- [官方文档](https://www.datable.cn/)
|
||||
- [快速上手](https://www.datable.cn/docs/beginner/quickstart)
|
||||
- **示例项目** ([github](https://github.com/focus-creative-games/luban_examples)) ([gitee](https://gitee.com/focus-creative-games/luban_examples))
|
||||
|
||||
## 支持与联系
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"displayName": "Luban",
|
||||
"description": "luban is a powerful, easy-to-use, elegant and stable game configuration solution.",
|
||||
"category": "Runtime",
|
||||
"documentationUrl": "https://luban.doc.code-philosophy.com/docs/intro",
|
||||
"documentationUrl": "https://www.datable.cn/docs/intro",
|
||||
"licensesUrl": "https://github.com/focus-creative-games/luban_unity/blob/main/LICENSE",
|
||||
"keywords": [
|
||||
"luban",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user