Skip to content

Commit

Permalink
👋 my geek time
Browse files Browse the repository at this point in the history
  • Loading branch information
zkep committed Dec 17, 2024
1 parent 341ffa1 commit c813c81
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
rel="stylesheet"
href="https://unpkg.com/amis@beta/sdk/iconfont.css"
/>
<script src="https://unpkg.com/amis@beta/sdk/sdk.js"></script>
<script src="https://unpkg.com/vue@2"></script>
<script src="https://unpkg.com/amis@6.2.2/sdk/sdk.js"></script>
<script src="https://unpkg.com/vue@3"></script>
<script src="https://unpkg.com/history@4.10.1/umd/history.js"></script>
<style>
html,
Expand Down
20 changes: 13 additions & 7 deletions web/pages/product-pvip.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,13 @@
"columnsCount": 4,
"card": {
"header": {
"className": "bg-white word-break",
"className": "word-break",
"title": "$title",
"subTitle": "$subtitle",
"description": "",
"avatar": "${cover.square | raw}",
"avatarClassName": "pull-left thumb-md avatar b-3x m-r"
},
"bodyClassName": "padder",
"body": [
{
"type": "property",
Expand Down Expand Up @@ -483,7 +482,7 @@
{
"type": "card",
"header": {
"className": "bg-white word-break",
"className": "word-break",
"title": "$title",
"subTitle": "$subtitle",
"description": "共 ${article.count} 章",
Expand All @@ -494,6 +493,7 @@
},
{
"type": "html",
"wrapperComponent": "pre",
"name": "intro_html",
"label": "课程介绍"
},
Expand Down Expand Up @@ -543,15 +543,20 @@
"columnsCount": 4,
"card": {
"header": {
"className": "bg-white word-break",
"title": "$article_title",
"className": "word-break",
"title": "",
"subTitle": "",
"description": "$article_summary",
"description": "$article_title",
"avatar": "${article_cover | raw}",
"avatarClassName": "pull-left thumb-md avatar b-3x m-r"
},
"bodyClassName": "padder",
"body": [
{
"type": "tpl",
"label": "",
"classname": "word-break",
"tpl": "$article_summary"
},
{
"type": "property",
"title": "",
Expand Down Expand Up @@ -638,6 +643,7 @@
},
{
"type": "html",
"classname": "word-break",
"name": "content",
"label": "附件"
}
Expand Down
14 changes: 7 additions & 7 deletions web/pages/task-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"columnsCount": 4,
"card": {
"header": {
"className": "bg-white word-break",
"title": "$task_name",
"className": "word-break",
"title": "",
"subTitle": "",
"description": "",
"description": "$task_name",
"avatar": "${cover | raw}",
"avatarClassName": "pull-left thumb-md avatar b-3x m-r"
},
Expand Down Expand Up @@ -287,14 +287,13 @@
"columnsCount": 4,
"card": {
"header": {
"className": "bg-white word-break",
"title": "$task_name",
"className": "word-break",
"title": "",
"subTitle": "",
"description": "",
"description": "$task_name",
"avatar": "${cover | raw}",
"avatarClassName": "pull-left thumb-md avatar b-3x m-r"
},
"bodyClassName": "padder",
"body":[
{
"name": "task_id",
Expand Down Expand Up @@ -438,6 +437,7 @@
},
{
"type": "html",
"classname": "word-break",
"name": "article.content",
"label": "附件"
}
Expand Down

0 comments on commit c813c81

Please sign in to comment.