Skip to content

Commit

Permalink
🎨 Update slogan Refactor your thinking siyuan-note#8608
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jun 24, 2023
1 parent 32dee71 commit b9c35fd
Show file tree
Hide file tree
Showing 188 changed files with 190 additions and 191 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img alt="SiYuan" src="https://b3log.org/images/brand/siyuan-128.png">
<br>
Build Your Eternal Digital Garden
Refactor your thinking
<br><br>
<a title="Build Status" target="_blank" href="https://github.com/siyuan-note/siyuan/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/siyuan-note/siyuan/cd.yml?style=flat-square"></a>
<a title="Releases" target="_blank" href="https://github.com/siyuan-note/siyuan/releases"><img src="https://img.shields.io/github/release/siyuan-note/siyuan.svg?style=flat-square&color=9CF"></a>
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img alt="SiYuan" src="https://b3log.org/images/brand/siyuan-128.png">
<br>
构建你永恒的数字花园
重构你的思维
<br><br>
<a title="Build Status" target="_blank" href="https://github.com/siyuan-note/siyuan/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/siyuan-note/siyuan/cd.yml?style=flat-square"></a>
<a title="Releases" target="_blank" href="https://github.com/siyuan-note/siyuan/releases"><img src="https://img.shields.io/github/release/siyuan-note/siyuan.svg?style=flat-square&color=9CF"></a>
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
"mount": "Open Notebook",
"newNotebook": "New Notebook",
"fileNameRule": "Document title cannot contain / character",
"slogan": "Build Your Eternal Digital Garden",
"slogan": "Refactor your thinking",
"showInFolder": "Show in Folder",
"search": "Search",
"config": "Settings",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
"mount": "打开笔记本",
"newNotebook": "新建笔记本",
"fileNameRule": "文档标题不能包含 / 字符",
"slogan": "构建你永恒的数字花园",
"slogan": "重构你的思维",
"showInFolder": "打开文件位置",
"search": "搜索",
"config": "设置",
Expand Down
4 changes: 2 additions & 2 deletions app/appx/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
<Description>Build Your Eternal Digital Garden</Description>
<Description>Refactor your thinking</Description>
<Logo>assets\StoreLogo.png</Logo>
</Properties>
<Resources>
Expand All @@ -33,7 +33,7 @@
DisplayName="SiYuan"
Square150x150Logo="assets\Square150x150Logo.png"
Square44x44Logo="assets\Square44x44Logo.png"
Description="Build Your Eternal Digital Garden">
Description="Refactor your thinking">

<uap:DefaultTile Wide310x150Logo="assets\Wide310x150Logo.png"/>

Expand Down
4 changes: 2 additions & 2 deletions app/electron/init.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<div class="fn__flex-1"></div>
<img class="icon">
<h2>思源笔记</h2>
<div class="slogan">构建你永恒的数字花园</div>
<div class="slogan">重构你的思维</div>
<div class="fn__flex-1"></div>
<label class="b3-label">
<div>
Expand Down Expand Up @@ -236,7 +236,7 @@ <h2>思源笔记</h2>
<div class="fn__flex-1"></div>
<img class="icon">
<h2>SiYuan</h2>
<div class="slogan">Build Your Eternal Digital Garden</div>
<div class="slogan">Refactor your thinking</div>
<div class="fn__flex-1"></div>
<label class="b3-label">
<div>
Expand Down
2 changes: 1 addition & 1 deletion app/electron/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SiYuan",
"version": "2.9.2",
"description": "Build Your Eternal Digital Garden",
"description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/account.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/ai.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/asset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/attr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/av.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/bazaar.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/block.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/block_op.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/bookmark.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/clipboard.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/export.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/extension.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/filetree.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/format.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/graph.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/history.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/import.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/inbox.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/lute.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/notebook.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/notification.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/outline.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/pandoc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/petal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/ref.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/repo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/riff.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/router.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/search.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/setting.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/snippet.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/sql.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/storage.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/sync.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/system.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/tag.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/template.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/transaction.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/api/workspace.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/av/av.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/av/cell.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/av/column.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/av/row.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/icon.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/package.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/plugin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/template.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/theme.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/bazaar/widget.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/cache/asset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion kernel/cache/ial.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SiYuan - Build Your Eternal Digital Garden
// SiYuan - Refactor your thinking
// Copyright (c) 2020-present, b3log.org
//
// This program is free software: you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit b9c35fd

Please sign in to comment.