storage-editor/prompts/01-storage-editor.md
2025-07-16 02:09:42 +08:00

7 lines
273 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 前端代码生成
我需要有一个网页能够对storage的内容进行修改可以是localStorage也可以是sessionStorage。
使用StorageManager获取列表编辑value可以保存可以删除对应的key的值。
美化样式。使用lit进行修改