soybeanjs / soybean-admin

A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。

Home Page:https://soybeanjs.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[功能]: 全局水印内容提供显式的修改函数

Azir-11 opened this issue · comments

描述

全局水印的内容现在是通过直接控制 themeStore.watermark.text 从而修改内容,在针对每个不同的用户显示不同的水印内容的情况时候,这种做法不太符合函数式编程

建议的解决方案

在themeStore里提供一个函数,用于设置全局水印内容

替代方案

No response

额外的上下文

No response