mirror of
https://github.com/wanguliux/workout-block.git
synced 2026-07-22 08:33:12 +00:00
obsidian社区合规问题
This commit is contained in:
parent
7a3cd38d66
commit
8b19746637
4 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Workout Block",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "以「极致自由度」为核心的 Obsidian 训练记录插件:训练类型、记录字段、衍生统计、肌肉热力图与训练计划,全部由你自定义。An Obsidian workout tracking plugin built on ultimate flexibility: customize everything from workout types and log fields to derived stats, muscle heatmaps, and training plans.",
|
||||
"description": "极致自由度的训练记录工具:训练类型、记录字段、衍生统计、肌肉热力图与训练计划全部可由你自定义。A flexible workout tracker: customize workout types, log fields, derived stats, muscle heatmaps, and training plans.",
|
||||
"author": "wanguliux",
|
||||
"authorUrl": "https://github.com/wanguliux",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "workout-plugin",
|
||||
"name": "workout-block",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "workout-plugin",
|
||||
"name": "workout-block",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
export const en = {
|
||||
pluginName: '训练块 Workout Block',
|
||||
pluginName: 'Workout Block',
|
||||
pluginDescription: 'Lightweight, data-owning, customizable workout tracking plugin',
|
||||
|
||||
command: {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
export const zh = {
|
||||
pluginName: '训练块 Workout Block',
|
||||
pluginName: 'Workout Block',
|
||||
pluginDescription: '轻量、数据自有、可自定义的训练记录插件',
|
||||
|
||||
command: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue