Skip to content

Commit ff77551

Browse files
committed
chore: update package.json with detailed description, keywords, author, repository, homepage, and bugs information
1 parent 71db5ef commit ff77551

2 files changed

Lines changed: 29 additions & 7 deletions

File tree

package.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "document",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A local web-based document editor based on OnlyOffice, allowing you to edit documents directly in your browser without server-side processing, ensuring your privacy and security.",
55
"type": "module",
6-
"main": "index.js",
76
"scripts": {
87
"dev": "vite --host --force",
98
"build": "vite build",
@@ -17,9 +16,32 @@
1716
"engines": {
1817
"node": ">=20.19.0"
1918
},
20-
"keywords": [],
21-
"author": "",
19+
"keywords": [
20+
"onlyoffice",
21+
"document-editor",
22+
"privacy",
23+
"web-based",
24+
"docx",
25+
"xlsx",
26+
"pptx",
27+
"csv",
28+
"wasm",
29+
"webassembly",
30+
"local-editor",
31+
"browser-editor",
32+
"document-converter",
33+
"office-suite"
34+
],
35+
"author": "ranuts",
2236
"license": "AGPL-3.0",
37+
"repository": {
38+
"type": "git",
39+
"url": "https://github.com/ranuts/document.git"
40+
},
41+
"homepage": "https://ranuts.github.io/document/",
42+
"bugs": {
43+
"url": "https://github.com/ranuts/document/issues"
44+
},
2345
"devDependencies": {
2446
"@tailwindcss/postcss": "^4.1.18",
2547
"@types/node": "^25.0.5",

readme.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ services:
9393
- 证书路径:/ssl
9494
environment:
9595
# 设置账号
96-
# 格式用户名:密码,必须使用BCrypt密码哈希函数对密码进行编码
97-
# 获取BCrypt加密的结果,把加密结果中的$替换成$$转义。
98-
SERVER_BASIC_AUTH: '用户名:BCrypt加密密码'
96+
# 格式用户名:密码,必须使用 BCrypt 密码哈希函数对密码进行编码
97+
# 获取 BCrypt 加密的结果,把加密结果中的$替换成$$转义。
98+
SERVER_BASIC_AUTH: '用户名:BCrypt 加密密码'
9999
# 使用证书
100100
SERVER_HTTP2_TLS: true
101101
SERVER_HTTP2_TLS_CERT: 证书路径

0 commit comments

Comments
 (0)