csdn1233 3 months ago
parent
commit
1d813d384d
2 changed files with 23 additions and 4 deletions
  1. 19 0
      AIart-app/report.ps1
  2. 4 4
      AIart-app/src/app/view-all/view-all.component.ts

+ 19 - 0
AIart-app/report.ps1

@@ -0,0 +1,19 @@
+# SSH 登录线上服务器 密码 notest
+ssh test@dev.fmode.cn
+
+# 进入www目录
+cd ~/www
+
+# 注意 git地址替换成自己的
+git clone http://git.fmode.cn:3000/csdn1233/s202226701049.git 202226701049
+
+gitstats 202226701049 report202226701049
+
+# 同步报告目录
+obsutil sync ./report202226701049 obs://nova-cloud/dev/jxnu/202226701049/report  -i=XSUWJSVMZNHLWFAINRZ1 -k=P4TyfwfDovVNqz08tI1IXoLWXyEOSTKJRVlsGcV6 -e="obs.cn-south-1.myhuaweicloud.com" -acl=public-read
+
+
+# 访问地址
+https://app.fmode.cn/dev/jxnu/202226701049/report
+
+https://app.fmode.cn/dev/jxnu/202226701049/report/authors.html

+ 4 - 4
AIart-app/src/app/view-all/view-all.component.ts

@@ -16,7 +16,7 @@ export class ViewAllComponent implements OnInit {
       id: '1',
       title: '城南旧事',
       author: '林海音',
-      image: '../../assets/img/book1.png',
+      image: 'assets/img/book1.png',
       progress: 35,
       description: '《城南旧事》是林海音创作的一部自传体小说集,以一个小女孩的视角讲述了在北京城南的生活往事。',
       lastRead: '2024-12-15'
@@ -25,7 +25,7 @@ export class ViewAllComponent implements OnInit {
       id: '2',
       title: '朝花夕拾',
       author: '鲁迅',
-      image: '../../assets/img/book2.png',
+      image: 'assets/img/book2.png',
       progress: 68,
       description: '《朝花夕拾》是鲁迅创作的一部回忆性散文集,记录了作者的童年往事和对社会的思考。',
       lastRead: '2024-12-14'
@@ -34,7 +34,7 @@ export class ViewAllComponent implements OnInit {
       id: '3',
       title: '狂人日记',
       author: '鲁迅',
-      image: '../../assets/img/book3.png',
+      image: 'assets/img/book3.png',
       progress: 42,
       description: '《狂人日记》是中国现代文学史上第一篇白话小说,以独特的视角揭示了封建社会的吃人本质。',
       lastRead: '2024-12-13'
@@ -43,7 +43,7 @@ export class ViewAllComponent implements OnInit {
       id: '4',
       title: '彷徨',
       author: '鲁迅',
-      image: '../../assets/img/book4.png',
+      image: 'assets/img/book4.png',
       progress: 25,
       description: '《彷徨》是鲁迅创作的第二部小说集,收录了多篇反映社会现实的优秀作品。',
       lastRead: '2024-12-12'