此插件由Yes Steve Model官方团队制作,仅用于将Java版Yes Steve Model模型转换为中国版Yes Steve Model组件附属包。 此插件为免费使用插件,不收取任何授权费。 此插件仅用于模型组件转换,任何由此产生的内容或后果与本团队无关。 你可以在https://github.com/TartaricAcid/YSM-Netease-Plugins/issues反馈相关问题。
{ "type": "git", "url": "https://github.com/TartaricAcid/YSM-Netease-Plugins" }, "license": "All Rights Reserved", "bugs": { "url": "https://github.com/TartaricAcid/YSM-Netease-Plugins/issues", "email": "baka943@qq.com" }, "scripts": { "build": "rollup -c" }, "...
const fs = require("fs"); fs.readFile("ysm-netease-utils.js", "utf-8", (error, data) => { let out = data.replaceAll("__vue_component__", "__vue_component_ysm_netease__") .replaceAll("__vue_script__", "__vue_script_ysm_netease__") .replaceAll("__vue_render__", "__...
Illegal Model ngl 🐧🐧. Contribute to Elaina69/Yes-Steve-Model-Repo development by creating an account on GitHub.
Illegal Model ngl 🐧🐧. Contribute to Elaina69/Yes-Steve-Model-Repo development by creating an account on GitHub.
This project is a simple plugin that aims to run some functions of yes_steve_model mod on a plugin server and add more API support for my SMP. How to build You need to run the following command to build a jar ./gradlew shadowJar...
Illegal Model ngl 🐧🐧. Contribute to Elaina69/Yes-Steve-Model-Repo development by creating an account on GitHub.
Illegal Model ngl 🐧🐧. Contribute to Elaina69/Yes-Steve-Model-Repo development by creating an account on GitHub.
Illegal Model ngl 🐧🐧. Contribute to Elaina69/Yes-Steve-Model-Repo development by creating an account on GitHub.
notNull(), }); export type City = InferModel<typeof cities>; export type NewCity = InferModel<typeof cities, 'insert'>; const pool = new Pool({ connectionString: 'postgres://user:password@host:port/db', }); const db = drizzle(pool); // Insert const newUser: NewUser = { full...