Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
DG_FAF
Commits
bd157ac1
Commit
bd157ac1
authored
Apr 08, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改输入框最大字符长度为2000字
parent
30e487a1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Keyboard.prefab
assets/DG_FAF/prefabs/keyboard/Keyboard.prefab
+1
-1
DG_FAF.fire
assets/DG_FAF/scene/DG_FAF.fire
+1
-1
defaultData_DG_FAF.ts
assets/DG_FAF/script/defaultData_DG_FAF.ts
+1
-1
No files found.
assets/DG_FAF/prefabs/keyboard/Keyboard.prefab
View file @
bd157ac1
...
@@ -948,7 +948,7 @@
...
@@ -948,7 +948,7 @@
"_enabled": true,
"_enabled": true,
"_string": "",
"_string": "",
"returnType": 1,
"returnType": 1,
"maxLength":
1
00,
"maxLength":
20
00,
"_tabIndex": 0,
"_tabIndex": 0,
"editingDidBegan": [],
"editingDidBegan": [],
"textChanged": [],
"textChanged": [],
...
...
assets/DG_FAF/scene/DG_FAF.fire
View file @
bd157ac1
...
@@ -9334,7 +9334,7 @@
...
@@ -9334,7 +9334,7 @@
"_enabled": true,
"_enabled": true,
"_string": "",
"_string": "",
"returnType": 1,
"returnType": 1,
"maxLength":
1
00,
"maxLength":
20
00,
"_tabIndex": 0,
"_tabIndex": 0,
"editingDidBegan": [],
"editingDidBegan": [],
"textChanged": [],
"textChanged": [],
...
...
assets/DG_FAF/script/defaultData_DG_FAF.ts
View file @
bd157ac1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment