chore: 小班作业心得思考题等编辑框提示修改

- 将应用版本从2.0.46提升至2.0.47
- 更新edu-core依赖版本至1.0.10
- 在manifest.json中新增读取外部存储和媒体图片的权限
- 修改多个页面的文本提示以提高用户体验
This commit is contained in:
2026-03-27 09:34:02 +08:00
parent 32c625ab2a
commit 6fddc1cb4a
7 changed files with 18 additions and 16 deletions

View File

@@ -46,9 +46,9 @@
<view class="in">
<view class="uni-textarea">
<textarea v-show="false" placeholder-style="font-size:26rpx" v-model="form.content"
auto-height placeholder="请输入内容" />
auto-height placeholder="请您一次性提交答题内容,提交后会进入评分流程" />
<view class="editor-wrapper">
<editor @input="editorIput" id="editor" class="ql-container" placeholder="请输入内容..." show-img-size
<editor @input="editorIput" id="editor" class="ql-container" placeholder="请您一次性提交答题内容,提交后会进入评分流程" show-img-size
show-img-toolbar show-img-resize @statuschange="onStatusChange"
:read-only="readOnly" @ready="onEditorReady">
</editor>
@@ -537,4 +537,4 @@
}
}
}
</style>
</style>

View File

@@ -111,7 +111,7 @@
<view class="in">
<view class="uni-textarea">
<textarea placeholder-style="font-size:26rpx" v-model="form.content" maxlength="-1"
auto-height placeholder="请输入内容" />
auto-height placeholder="请您一次性提交答题内容,提交后会进入评分流程" />
</view>
</view>
@@ -750,4 +750,4 @@
background-image: linear-gradient(30deg, #d4eaf0 0%, #d4eaf0 50%, #fdf0ed 100%);
min-height: 100vh;
}
</style>
</style>