Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add docs #605

Merged
merged 3 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

# Share to web

Your self-hosted notion alternative
Your self-hosted notion alternative

## More

[Click here](https://siyuan.wiki/s/20250111132959-xvao9ll)
4 changes: 4 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
# 在线分享

您的自部署 notion 替代品

## 详细了解

[功能介绍](https://siyuan.wiki/s/20250111132959-fv1bjrw)
1 change: 0 additions & 1 deletion apps/app/i18n/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export default {
"blog.index.no.expires": "Sorry, the page has expired, please contact the author to reopen sharing!",
"blog.index.no.shared":
"Sorry, this document has not been shared yet. Please contact the author to re-enable sharing!",
"blog.index.home.exists": "Sorry, the page is already set as the Page, please remove the Page before unsharing",
"share.link.expires.error":
"Please enter a number that must be legal and no older than 7 days! For perpetual effect, enter 0",
"go.home": "Go home",
Expand Down
1 change: 0 additions & 1 deletion apps/app/i18n/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default {
"blog.index.no.permission": "对不起,您暂时无权限查看此页面,请联系作者重新开放分享!",
"blog.index.no.expires": "对不起,该文档已过有效期,请联系作者重新开放分享!",
"blog.index.no.shared": "对不起,该文档尚未分享,请联系作者开放分享!",
"blog.index.home.exists": "对不起,该页面已设置为主页,请先移除主页再取消分享",
"share.link.expires.error": "请输入必须为一个合法且不大于 7 天的数字!如需永久生效,请输入0",
"go.home": "打开主页",
"form.select": "请选择",
Expand Down
9 changes: 7 additions & 2 deletions apps/siyuan/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
"windows",
"linux",
"darwin",
"docker"
"docker",
"android",
"ios"
],
"frontends": [
"desktop",
"browser-desktop"
"desktop-window",
"mobile",
"browser-desktop",
"browser-mobile"
],
"displayName": {
"default": "Share to web",
Expand Down
3 changes: 2 additions & 1 deletion apps/siyuan/src/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"blog.footer": "Footer Information",
"blog.footer.placeholder": "Leave blank to hide the footer. HTML is supported. Update requires re-sharing",
"blog.share.template": "Share Template",
"blog.share.template.placeholder": "Template for the shared message, supports placeholders [title] [url] [expired]"
"blog.share.template.placeholder": "Template for the shared message, supports placeholders [title] [url] [expired]",
"blog.index.home.exists": "Sorry, the page is already set as the Page, please remove the Page before unsharing"
}
4 changes: 2 additions & 2 deletions apps/siyuan/src/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"blog.footer": "底部信息",
"blog.footer.placeholder": "留空则不显示底部,支持 HTML。更新需重新分享",
"blog.share.template": "分享模板",
"blog.share.template.placeholder": "分享出去的提示信息模板,支持占位符 [title] [url] [expired]"
}
"blog.share.template.placeholder": "分享出去的提示信息模板,支持占位符 [title] [url] [expired]",
"blog.index.home.exists": "对不起,该页面已设置为主页,请先移除主页再取消分享"}
9 changes: 7 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
"windows",
"linux",
"darwin",
"docker"
"docker",
"android",
"ios"
],
"frontends": [
"desktop",
"browser-desktop"
"desktop-window",
"mobile",
"browser-desktop",
"browser-mobile"
],
"displayName": {
"default": "Share to web",
Expand Down
Loading