diff --git a/views/scratch/scratch_play.ejs b/views/scratch/scratch_play.ejs
index 574f19a..1e12a5a 100644
--- a/views/scratch/scratch_play.ejs
+++ b/views/scratch/scratch_play.ejs
@@ -1,62 +1,62 @@
<%- include('../html-head.ejs', {pageTitle: 'Scratch' }); %>
-
+
-
+
-
-
+
+
+
+
-
-
-
-
点击加载
-
-
+
运行
+
- 运行
+ 运行
- 停止
+ 停止
加载中
-加载中
+ 加载中
-
- 加载中
- 加载中
- 加载中
- Scratch
- 复制链接
- 分析
+ 加载中
+ 加载中
+ 加载中
+ Scratch
+ 复制链接
+ 分析
- 创作页打开
+ 创作页打开
@@ -105,23 +105,23 @@
-
+
-
-
-
+ var $config = {
+ title: '<%= project.title %>', // 标题,默认读取 document.title 或者
+ description: '<%= project.title %> 是 <%= project.author_display_name %> 在<%= process.env.SiteName %>上的作品', // 描述, 默认读取head标签:
+ image: '<%= process.env.S3staticurl%>/scratch_slt/<%= project.id %>', // 图片, 默认取网页中第一个img标签
+ wechatqrcodeTitle: "微信扫一扫分享", // 微信二维码提示文字
+ wechatqrcodeHelper: '打开扫一扫
在手机上打开即可分享至朋友圈。
',
+ };
+
+
+
\ No newline at end of file