Merge remote-tracking branch 'origin/huangzhenbao-admin'

This commit is contained in:
not-like-juvenile
2026-03-18 17:14:05 +08:00
676 changed files with 25158 additions and 46646 deletions

View File

@@ -80,7 +80,8 @@ const handleDelete = (item: VersionItem) => {
<style scoped lang="scss">
.admin-page {
padding: 20px;
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
}
.action-bar {

View File

@@ -48,7 +48,7 @@
<view class="form-item row">
<text class="label">网站描述:</text>
<view class="form-content">
<textarea class="form-textarea" v-model="config.description" placeholder="网站描述" />
<textarea class="form-textarea" v-model="config.description" placeholder="网站描述"></textarea>
<text class="tip">网站描述</text>
</view>
</view>
@@ -148,7 +148,8 @@ const handleSubmit = async () => {
<style scoped lang="scss">
.admin-page {
padding: 20px;
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
}
.content-card {

View File

@@ -196,7 +196,8 @@ function handleSubmit() {
<style scoped lang="scss">
.admin-page {
padding: 20px;
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
}
.content-card {