阴阳师攻略编辑器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
rookie4show f549de2895 增加流量统计 3 days ago
.vscode 1.调整部分变量命名 1 year ago
public 更新巡音流歌头像 6 days ago
src 支持御魂搜索, 显示式神和御魂名称 3 days ago
.DS_Store feat: init 1 year ago
.gitignore 1。根据pinia调整toolbar和projecExplorer 2.删除按钮增加确认,禁止删除最后一个元素 2 weeks ago
README.md readme介绍,title修改 3 weeks ago
index.html 增加流量统计 3 days ago
jsconfig.json feat: init 1 year ago
package-lock.json 多文件编辑支持 3 weeks ago
package.json 多文件编辑支持 3 weeks ago
vite.config.js feat: init 1 year ago

README.md

阴阳师攻略编辑器

基于Vue3+ElementPlus实现的阴阳师攻略编辑器,旨在减少各大攻略博主和玩家的工作量。

用户可以通过点击简单的操作,快速编辑阴阳师的攻略。

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint