Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed May 3, 2024
1 parent 0c72469 commit de66b93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ ZeroCat 社区的源代码,包括前端与后端

## 内容列表

- [ZeroCat 编程社区](#ourworld-编程社区)
- [ZeroCat 编程社区](#zerocat-编程社区)
- [内容列表](#内容列表)
- [背景](#背景)
- [交流](#交流)
- [示例](#示例)
- [安装](#安装)
- [配置数据库](#配置数据库)
Expand All @@ -30,6 +31,9 @@ ZeroCat 社区的源代码,包括前端与后端
这个仓库的目标是:
<br/>开发一个完整的支持 Scratch、Python 与其他适合编程初学者的编成社区

## 交流
QQ:964979747

## 示例

想了解社区效果,请参考 [ZeroCat](https://ourworld.wuyuan.dev)
Expand Down Expand Up @@ -96,7 +100,7 @@ ZeroCat 的项目 遵循 [Contributor Covenant](http://contributor-covenant.org/
[GPL](LICENSE) © 2020-2023 孙悟元 https://wuyuan.dev

您可以在开源的前提下免费使用 ZeroCat 社区,您不可以使用 ZeroCat 社区的名称进行宣传,您需要保留 ZeroCat 的声明
<br/>需要闭源的使用授权请联系 QQ1847261658,我们会协助您联系lite的开发者
<br/>需要闭源的使用授权请联系 QQ1847261658

原项目:https://gitee.com/scratch-cn/lite
<br/>原项目声明了MIT协议
<br/>原项目声明了MIT协议,无需保留版权声明
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ var router_admin = require("./server/router_my.js");
app.use("/my", router_admin);

//系统平台路由
//var router_admin = require("./server/router_admin.js");
//app.use("/admin", router_admin);
var router_admin = require("./server/router_admin.js");
app.use("/admin", router_admin);

//scratch路由
var router_scratch = require("./server/router_scratch.js");
Expand Down
8 changes: 4 additions & 4 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<mdui-button variant="elevated" href="/about">了解更多</mdui-button>
</div>
</div>
<div class="col-12 col-lg-6 ms-lg-auto">
<!--<div class="col-12 col-lg-6 ms-lg-auto">
<div class="w-xl-12/10 position-relative">
<!-- Decorations -->
<span
class="d-none d-lg-block position-absolute top-0 start-0 transform translate-x-n32 translate-y-n16 w-2/3 h-2/3 bg-warning opacity-20 rounded-circle filter blur-50"></span>
<span
class="d-none d-xl-block position-absolute bottom-0 end-0 transform translate-x-16 translate-y-16 w-32 h-32 bg-warning opacity-60 rounded-circle filter blur-50"></span>
<!-- Image -->
<img alt="..." src="<%= process.env.staticurl %>/img/toutu.png"
class="shadow-4 rounded-4 position-relative overlap-10" />
</div>
</div>
</div>-->
</div>
</div>
</div>
Expand Down

0 comments on commit de66b93

Please sign in to comment.