mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
feat: 初始化项目结构与核心功能
引入项目基础目录结构,包含多语言支持、主要页面与组件、核心游戏逻辑、UI 组件库、加密与本地持久化、自动化 Docker 构建流程、GitHub issue 模板(中英文)、README(中英文)、LICENSE 及开发配置文件。实现 OGame 单机版主要功能模块,为后续开发和扩展奠定基础。
This commit is contained in:
32
LICENSE
Normal file
32
LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
Creative Commons Attribution-NonCommercial 4.0 International Public License
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
|
||||
International Public License. To view a copy of this license, visit
|
||||
https://creativecommons.org/licenses/by-nc/4.0/legalcode.
|
||||
|
||||
You are free to:
|
||||
Share — copy and redistribute the material in any medium or format
|
||||
Adapt — remix, transform, and build upon the material
|
||||
|
||||
Under the following terms:
|
||||
Attribution — You must give appropriate credit, provide a link to the license,
|
||||
and indicate if changes were made. You may do so in any reasonable manner,
|
||||
but not in any way that suggests the licensor endorses you or your use.
|
||||
|
||||
NonCommercial — You may not use the material for commercial purposes.
|
||||
|
||||
No additional restrictions — You may not apply legal terms or technological
|
||||
measures that legally restrict others from doing anything the license permits.
|
||||
|
||||
Notice:
|
||||
This work is the original creation of Jun Qian (谦君). Source code available at:
|
||||
https://github.com/setube/ogame-vue-ts
|
||||
This license does not constitute a waiver of any copyright or related rights.
|
||||
|
||||
When you share adaptations of this work, you must:
|
||||
- Provide prominent attribution to the original author
|
||||
- Retain this license document
|
||||
- Clearly indicate modifications made and dates
|
||||
- Distribute under the same CC BY-NC 4.0 license
|
||||
|
||||
© 2025 Jun Qian - All rights reserved (except those granted by this license)
|
||||
Reference in New Issue
Block a user