Skip to content

Commit edc487e

Browse files
committed
Remove gitee mirror workflow
1 parent af51965 commit edc487e

File tree

577 files changed

+58218
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+58218
-112
lines changed

.github/workflows/gitee-mirror.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.pdm-python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/pi-dal/Developer/django-vditor/.venv/bin/python

locale/en/LC_MESSAGES/django.po

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-07-02 11:02+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
#: vditor/views.py:25
21+
msgid "No file uploaded."
22+
msgstr ""
23+
24+
#: vditor/views.py:43
25+
msgid "Failed to save uploaded file."
26+
msgstr ""
27+
28+
#: vditor/views.py:50
29+
msgid "Success!"
30+
msgstr ""
31+
32+
#: vditor_app/forms.py:10 vditor_app/models.py:7 vditor_app/models.py:12
33+
msgid "Name"
34+
msgstr ""
35+
36+
#: vditor_app/forms.py:11 vditor_app/models.py:8 vditor_app/models.py:13
37+
msgid "Content"
38+
msgstr ""
39+
40+
#: vditor_demo/settings.py:122
41+
msgid "English"
42+
msgstr ""
43+
44+
#: vditor_demo/settings.py:123
45+
msgid "Simplified Chinese"
46+
msgstr ""
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-07-02 11:02+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
#: vditor/views.py:25
21+
msgid "No file uploaded."
22+
msgstr ""
23+
24+
#: vditor/views.py:43
25+
msgid "Failed to save uploaded file."
26+
msgstr ""
27+
28+
#: vditor/views.py:50
29+
msgid "Success!"
30+
msgstr ""
31+
32+
#: vditor_app/forms.py:10 vditor_app/models.py:7 vditor_app/models.py:12
33+
msgid "Name"
34+
msgstr ""
35+
36+
#: vditor_app/forms.py:11 vditor_app/models.py:8 vditor_app/models.py:13
37+
msgid "Content"
38+
msgstr ""
39+
40+
#: vditor_demo/settings.py:122
41+
msgid "English"
42+
msgstr ""
43+
44+
#: vditor_demo/settings.py:123
45+
msgid "Simplified Chinese"
46+
msgstr ""

pdm.lock

Lines changed: 380 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-vditor"
3-
version = "0.1.0"
3+
version = "1.1.3"
44
description = "A WYSIWYG editor plugin made by vditor for django"
55
readme = "README.md"
66
keywords = [

v3.11.1.zip

5.75 MB
Binary file not shown.

vditor-3.11.1/.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[*]
2+
tab_width = 4
3+
trim_trailing_whitespace = true
4+
end_of_line = lf
5+
indent_size = 4
6+
indent_style = space
7+
insert_final_newline = true
8+
charset = utf-8
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: 报告缺陷
3+
about: 报告缺陷以帮助我们改进
4+
---
5+
6+
### 编辑模式
7+
8+
<!-- 请选择你遇到问题时使用的编辑模式(把正常情况模式删掉):-->
9+
10+
* `wysiwyg` 所见即所得模式
11+
* `ir` 即时渲染模式
12+
* `sv` 分屏编辑预览模式
13+
14+
### 描述问题
15+
16+
<!-- 请尽量清晰精准地描述你碰到的问题。-->
17+
18+
````````markdown
19+
如果是解析渲染问题的话请在此处贴入 Markdown 原文
20+
````````
21+
22+
### 期待的结果
23+
24+
<!-- 请尽量清晰精准地描述你所期待的结果。-->
25+
26+
### 截屏或录像
27+
28+
<!--
29+
如果可能,请尽量附加截图或录像来描述你遇到的问题。
30+
31+
(Windows 下推荐使用 [Screen2Gif](https://www.screentogif.com/) 进行录屏。如果是编辑器输入相关问题,使用 Screen2Gif 录制结束后请打开`图像 - 按键`)
32+
-->
33+
34+
### 版本信息
35+
36+
* 版本:
37+
* 操作系统:
38+
* 浏览器:
39+
40+
### 其他信息
41+
42+
<!-- 请提供其他附加信息帮助我们诊断问题。 -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Vditor 官方讨论区
4+
url: https://ld246.com/tag/vditor
5+
about: 欢迎到这里反馈问题和提出建议,国内访问的话会比 GitHub 更丝滑流畅一些
6+
- name: 思源笔记问题反馈
7+
url: https://github.com/siyuan-note/siyuan
8+
about: 思源笔记相关问题请到这里反馈

0 commit comments

Comments
 (0)