forked from ArtalkJS/Artalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v2.8.5
- Loading branch information
Showing
289 changed files
with
6,368 additions
and
7,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
CHANGELOG.md | ||
CHANGELOG.tpl.md | ||
CDN.html | ||
internal/template/notify_tpl/default.html | ||
|
||
# generated files | ||
# @link https://github.com/prettier/prettier/issues/3634 | ||
pnpm-lock.yaml | ||
**/auto-imports.d.ts | ||
**/components.d.ts | ||
**/typed-router.d.ts | ||
ui/artalk/src/api/v2.ts | ||
docs/swagger/swagger.json | ||
docs/swagger/swagger.yaml | ||
docs/** | ||
ui/artalk-sidebar/src/lib/md5.js | ||
ui/artalk/src/lib/detect.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
{ | ||
"semi": false, | ||
"arrowParens": "always", | ||
"bracketSpacing": true, | ||
"htmlWhitespaceSensitivity": "css", | ||
"insertPragma": false, | ||
"bracketSameLine": false, | ||
"jsxSingleQuote": false, | ||
"printWidth": 100, | ||
"proseWrap": "preserve", | ||
"quoteProps": "as-needed", | ||
"requirePragma": false, | ||
"semi": false, | ||
"singleQuote": true, | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} | ||
"tabWidth": 2, | ||
"trailingComma": "all", | ||
"useTabs": false, | ||
"vueIndentScriptAndStyle": false, | ||
"overrides": [ | ||
{ | ||
"files": ["*.yaml", "*.yml"], | ||
"options": { | ||
"singleQuote": false | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch Artalk for Debugging", | ||
"type": "go", | ||
"request": "launch", | ||
"mode": "exec", | ||
"program": "${workspaceFolder}/bin/artalk", | ||
"preLaunchTask": "Build for debugging", | ||
"args": ["server", "-c", "${workspaceFolder}/data/artalk.yml"] | ||
} | ||
], | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch Artalk for Debugging", | ||
"type": "go", | ||
"request": "launch", | ||
"mode": "exec", | ||
"program": "${workspaceFolder}/bin/artalk", | ||
"preLaunchTask": "Build for debugging", | ||
"args": ["server", "-c", "${workspaceFolder}/data/artalk.yml"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"cSpell.words": [ | ||
"akismet", | ||
"artalk", | ||
"artran", | ||
"artrans", | ||
"artransfer", | ||
"gomail", | ||
"Goreleaser", | ||
"gorm", | ||
"ldflags", | ||
"lfshook", | ||
"Metas", | ||
"pgsql", | ||
"sendmail", | ||
"sqlite", | ||
"pkged" | ||
] | ||
"cSpell.words": [ | ||
"akismet", | ||
"artalk", | ||
"artran", | ||
"artrans", | ||
"artransfer", | ||
"gomail", | ||
"Goreleaser", | ||
"gorm", | ||
"ldflags", | ||
"lfshook", | ||
"Metas", | ||
"pgsql", | ||
"sendmail", | ||
"sqlite", | ||
"pkged" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Build for debugging", | ||
"type": "shell", | ||
"command": "make build-debug", | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Build for debugging", | ||
"type": "shell", | ||
"command": "make build-debug", | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.