Code Monkey home page Code Monkey logo

minecraft-lang-file-editor's Introduction

Minecraft Language File Editor

简介

一个使用 Vue 开发的用于编辑 Minecraft 语言文件的工具。
目前支持 JSON 和 LANG 格式的语言文件:

{
    "key_1": "文本 1",
    "key_2": "文本 2",
    ...
}
key_1=文本 1
key_2=文本 2
...

特性 / 功能

  • JSON 语言文件导入、导出
  • LANG 语言文件导入、导出
  • 内容分页(翻页、设置每页显示的数量)
  • Unicode 编码转换

注意

  • 目前暂未对 JSON 文件中的重复 key 进行处理(例如作为注释的 _comment)。
  • 若导入的文件中包含注释(例如 // 注释内容),导出时会被移除。

项目主要依赖项

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint-fix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.